aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-08tuntap: fix possible deadlock when fail to register netdevJason Wang1-3/+4
2017-12-06tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn1-3/+1
2017-12-05tun: add eBPF based queue selection methodJason Wang1-23/+122
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+18
2017-12-02tun: free skb in early errorsWei Xu1-6/+18
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-4/+0
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+5
2017-11-19tun: fix rcu_read_lock imbalance in tun_build_skbXin Long1-1/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-42/+268
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+6
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek1-0/+4
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-10-28tuntap: properly align skb->head before building skbJason Wang1-0/+1
2017-10-26tun: allow positive return values on dev_get_valid_name() callJulien Gomes1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-10-22tun: do not arm flow_gc_timer in tun_flow_init()Eric Dumazet1-2/+0
2017-10-22tun: avoid extra timer schedule in tun_flow_cleanup()Eric Dumazet1-3/+6
2017-10-22tun: do not block BH again in tun_flow_cleanup()Eric Dumazet1-2/+2
2017-10-20net-tun: fix panics at dismantle timeEric Dumazet1-4/+7
2017-10-19tun: relax check on eth_get_headlen() return valueEric Dumazet1-1/+1
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2017-09-28tun: bail out from tun_get_user() if the skb is emptyAlexander Potapenko1-3/+5
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-09-25tun: delete original tun_get() and rename __tun_get() to tun_get()yuan linyu1-15/+11
2017-09-25tun: enable napi_gro_frags() for TUN/TAP driverPetar Penkov1-6/+128
2017-09-25tun: enable NAPI for TUN/TAP driverPetar Penkov1-15/+118
2017-09-05tun: rename generic_xdp to skb_xdpJason Wang1-7/+11
2017-09-05tun: reserve extra headroom only when XDP is setJason Wang1-8/+18
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-08-18tun: handle register_netdevice() failures properlyEric Dumazet1-0/+3
2017-08-16tun: make tun_build_skb() thread safeEric Dumazet1-6/+1
2017-08-16tun/tap: use paren's with sizeofstephen hemminger1-1/+1
2017-08-13tap: XDP supportJason Wang1-7/+142
2017-08-13tap: use build_skb() for small packetJason Wang1-21/+91
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn1-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2017-07-24tun/tap: Add the missed return value check of register_netdevice_notifierTonghao Zhang1-1/+9
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller1-6/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-06-06tun: use symmetric hashJason Wang1-3/+3
2017-05-18tun: support receiving skb through msg_controlJason Wang1-8/+10
2017-05-18tun: export skb_arrayJason Wang1-0/+13