summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* tun: add missing rcu annotationJason Wang2018-01-221-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-4/+14
|\
| * tun: fix a memory leak for tfile->tx_arrayCong Wang2018-01-171-2/+13
* | tun: allow to attach ebpf socket filterJason Wang2018-01-171-4/+34
* | tuntap: rename struct tun_steering_prog to struct tun_progJason Wang2018-01-171-16/+16
* | tuntap: XDP transmissionJason Wang2018-01-091-32/+179
* | tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-091-20/+22
* | tun: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-061-1/+23
* | tuntap: fix possible deadlock when fail to register netdevJason Wang2017-12-081-3/+4
* | tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn2017-12-061-3/+1Star
* | tun: add eBPF based queue selection methodJason Wang2017-12-051-23/+122
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-051-6/+18
|\|
| * tun: free skb in early errorsWei Xu2017-12-031-6/+18
* | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-4/+0Star
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-3/+5
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+5
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-231-0/+2
|/
* tun: fix rcu_read_lock imbalance in tun_build_skbXin Long2017-11-191-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-42/+268
|\
| * net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-0/+4
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-0/+3
| |\ \ \
| * | | | tun: do not arm flow_gc_timer in tun_flow_init()Eric Dumazet2017-10-221-2/+0Star
| * | | | tun: avoid extra timer schedule in tun_flow_cleanup()Eric Dumazet2017-10-221-3/+6
| * | | | tun: do not block BH again in tun_flow_cleanup()Eric Dumazet2017-10-221-2/+2
| * | | | net-tun: fix panics at dismantle timeEric Dumazet2017-10-201-4/+7
| * | | | tun: relax check on eth_get_headlen() return valueEric Dumazet2017-10-191-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-3/+5
| |\ \ \ \
| * | | | | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
| * | | | | tun: delete original tun_get() and rename __tun_get() to tun_get()yuan linyu2017-09-261-15/+11Star
| * | | | | tun: enable napi_gro_frags() for TUN/TAP driverPetar Penkov2017-09-261-6/+128
| * | | | | tun: enable NAPI for TUN/TAP driverPetar Penkov2017-09-261-15/+118
* | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-1/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2017-11-011-0/+4
| | |_|_|/ | |/| | |
| * | | | tuntap: properly align skb->head before building skbJason Wang2017-10-281-0/+1
| * | | | tun: allow positive return values on dev_get_valid_name() callJulien Gomes2017-10-261-1/+1
| | |_|/ | |/| |
* / | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/ / /
* | / tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-161-0/+3
| |/ |/|
* | tun: bail out from tun_get_user() if the skb is emptyAlexander Potapenko2017-09-281-3/+5
|/
* tun: rename generic_xdp to skb_xdpJason Wang2017-09-051-7/+11
* tun: reserve extra headroom only when XDP is setJason Wang2017-09-051-8/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-0/+3
|\
| * tun: handle register_netdevice() failures properlyEric Dumazet2017-08-191-0/+3
* | tun: make tun_build_skb() thread safeEric Dumazet2017-08-161-6/+1Star
* | tun/tap: use paren's with sizeofstephen hemminger2017-08-161-1/+1
* | tap: XDP supportJason Wang2017-08-141-7/+142
* | tap: use build_skb() for small packetJason Wang2017-08-141-21/+91
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-1/+9
|\|