summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08tuntap: add missing xdp flushJason Wang
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-22tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang
2018-01-22tun: add missing rcu annotationJason Wang
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-17tun: allow to attach ebpf socket filterJason Wang
2018-01-17tuntap: rename struct tun_steering_prog to struct tun_progJason Wang
2018-01-17tun: fix a memory leak for tfile->tx_arrayCong Wang
2018-01-09tuntap: XDP transmissionJason Wang
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang
2018-01-05tun: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-08tuntap: fix possible deadlock when fail to register netdevJason Wang
2017-12-06tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn
2017-12-05tun: add eBPF based queue selection methodJason Wang
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-02tun: free skb in early errorsWei Xu
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-19tun: fix rcu_read_lock imbalance in tun_build_skbXin Long
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-28tuntap: properly align skb->head before building skbJason Wang
2017-10-26tun: allow positive return values on dev_get_valid_name() callJulien Gomes
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22tun: do not arm flow_gc_timer in tun_flow_init()Eric Dumazet
2017-10-22tun: avoid extra timer schedule in tun_flow_cleanup()Eric Dumazet
2017-10-22tun: do not block BH again in tun_flow_cleanup()Eric Dumazet
2017-10-20net-tun: fix panics at dismantle timeEric Dumazet
2017-10-19tun: relax check on eth_get_headlen() return valueEric Dumazet
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-28tun: bail out from tun_get_user() if the skb is emptyAlexander Potapenko
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-25tun: delete original tun_get() and rename __tun_get() to tun_get()yuan linyu
2017-09-25tun: enable napi_gro_frags() for TUN/TAP driverPetar Penkov
2017-09-25tun: enable NAPI for TUN/TAP driverPetar Penkov
2017-09-05tun: rename generic_xdp to skb_xdpJason Wang
2017-09-05tun: reserve extra headroom only when XDP is setJason Wang
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18tun: handle register_netdevice() failures properlyEric Dumazet