summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-4/+6
|\
| * tun: read vnet_hdr_sz onceWillem de Bruijn2017-02-061-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+1
|\|
| * virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang2017-01-201-1/+1
* | tun: rx batchingJason Wang2017-01-181-6/+70
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-2/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-5/+2
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-5/+2
* | tun: Use netif_receive_skb instead of netif_rxAndrey Konovalov2016-12-061-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-6/+4
|\ \
| * | tun: handle ubuf refcount correctly when meet errorsJason Wang2016-11-301-6/+4
| |/
* | tuntap: remove unnecessary sk_receive_queue length check during xmitJason Wang2016-11-241-7/+0
* | virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-191-2/+1
* | virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme2016-11-191-5/+3
* | driver: tun: Use new macro SOCK_IOC_TYPE instead of literal number 0x89Gao Feng2016-10-311-1/+1
* | driver: tun: Move tun check into the block of TUNSETIFF condition checkGao Feng2016-10-291-1/+5
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-201-14/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-5/+1
|\
| * tun: fix transmit timestamp supportSoheil Hassas Yeganeh2016-08-231-5/+1
* | tun: Rename a jump label in update_filter()Markus Elfring2016-08-201-3/+2
* | tun: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-201-8/+3
|/
* tun: Don't assume type tun in tun_device_eventCraig Gallek2016-07-081-0/+3
* tun: fix build warningsJason Wang2016-07-041-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-101-76/+21
* tuntap: correctly wake up process during uninitJason Wang2016-05-201-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-141-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-121-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-031-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/+4
|/
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+2
* net: rfs: add hash collision detectionEric Dumazet2015-02-081-4/+1