summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-5/+1Star
|\
| * tun: fix transmit timestamp supportSoheil Hassas Yeganeh2016-08-241-5/+1Star
* | tun: Rename a jump label in update_filter()Markus Elfring2016-08-211-3/+2Star
* | tun: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-211-8/+3Star
|/
* tun: Don't assume type tun in tun_device_eventCraig Gallek2016-07-091-0/+3
* tun: fix build warningsJason Wang2016-07-051-3/+5
* tun: switch to use skb array for txJason Wang2016-07-011-8/+130
* tun: fix csum generation for tap devicesPaolo Abeni2016-06-151-7/+7
* tuntap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport2016-06-111-76/+21Star
* tuntap: correctly wake up process during uninitJason Wang2016-05-211-3/+3
* tuntap: calculate rps hash only when neededJason Wang2016-04-281-1/+3
* tun: don't require serialization lock on txPaolo Abeni2016-04-181-1/+1
* tun: use per cpu variables for stats accountingPaolo Abeni2016-04-151-12/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-2/+2
|\
| * tuntap: restore default qdiscJason Wang2016-04-081-2/+2
* | tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-5/+9
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-1/+2
|/
* tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-3/+5
* net/tun: implement ndo_set_rx_headroomPaolo Abeni2016-03-011-1/+16
* tun: honor IFF_UP in tun_get_user()Eric Dumazet2015-12-171-0/+3
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
* tun: use sk_fullsock() before reading sk->sk_tsflagsEric Dumazet2015-10-131-1/+1
* tuntap: Don't segment multiple tagged packets on tap deviceToshiaki Makita2015-08-031-0/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-041-2/+65
|\
| * macvtap/tun: cross-endian support for little-endian hostsGreg Kurz2015-06-011-1/+58
| * virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-011-1/+2
| * tun: add tun_is_little_endian() helperGreg Kurz2015-06-011-2/+7
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman2015-05-111-20/+4Star
|/
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+2Star
* net: rfs: add hash collision detectionEric Dumazet2015-02-091-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-16/+9Star
|\
| * Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich2015-02-041-11/+8Star
| * Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich2015-02-041-5/+1Star
* | tun: Use static attribute groups for sysfs entriesTakashi Iwai2015-02-051-5/+12
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* | tuntap: Increase the number of queues in tun.Pankaj Gupta2015-01-121-4/+3Star
* | tun: return proper error code from tun_do_readAlex Gartrell2014-12-311-1/+1
* | tun: Fixed unsigned/signed comparisonAlex Gartrell2014-12-311-1/+1
|/
* tun: drop broken IFF_VNET_LEMichael S. Tsirkin2014-12-161-3/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-72/+62Star
|\
| * put iov_iter into msghdrAl Viro2014-12-091-6/+2Star
| * tun/macvtap: use consume_skb() instead of kfree_skb() when neededJason Wang2014-12-061-1/+4
| * tun: Fix GSO meta-data handling in tun_get_userHerbert Xu2014-12-031-1/+1
| * {macvtap,tun}_get_user(): switch to iov_iterAl Viro2014-11-241-20/+24
| * switch drivers/net/tun.c to ->read_iter()Al Viro2014-11-241-25/+15Star
| * tun: return NET_XMIT_DROP for dropped packetsJason Wang2014-11-191-1/+1
| * tun: fix issues of iovec iterators using in tun_put_user()Jason Wang2014-11-131-1/+3
| * tun: Use iovec iteratorsHerbert Xu2014-11-071-35/+30Star