summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAge
* tun: fix vlan packet truncationBjørn Mork2018-04-18
* tun: send netlink notification when the device is modifiedSabrina Dubroca2018-04-11
* tun: set the flags before registering the netdeviceSabrina Dubroca2018-04-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\
| * vhost_net: examine pointer types during un-producingJason Wang2018-03-09
* | tuntap: XDP_TX can use native XDPJason Wang2018-03-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\ \ | |/
| * tuntap: correctly add the missing XDP flushJason Wang2018-02-26
| * tuntap: disable preemption during XDP processingJason Wang2018-02-26
| * Revert "tuntap: add missing xdp flush"Jason Wang2018-02-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-19
|\ \ | |/
| * tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet2018-02-16
* | tun: export flags, uid, gid, queue information over netlinkSabrina Dubroca2018-02-16
* | tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun deviceKirill Tkhai2018-02-15
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* tuntap: add missing xdp flushJason Wang2018-02-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang2018-01-22
| * tun: add missing rcu annotationJason Wang2018-01-22
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-19
| |\
| * | tun: allow to attach ebpf socket filterJason Wang2018-01-17
| * | tuntap: rename struct tun_steering_prog to struct tun_progJason Wang2018-01-17
| * | tuntap: XDP transmissionJason Wang2018-01-09
| * | tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-09
| * | tun: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-05
| * | tuntap: fix possible deadlock when fail to register netdevJason Wang2017-12-08
| * | tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn2017-12-06
| * | tun: add eBPF based queue selection methodJason Wang2017-12-05
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-05
| |\ \
| * | | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-03
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ \ \ | |_|_|/ |/| | |
| * | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
| |/ /
* | | tun: fix a memory leak for tfile->tx_arrayCong Wang2018-01-17
| |/ |/|
* | tun: free skb in early errorsWei Xu2017-12-02
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-24
|/
* tun: fix rcu_read_lock imbalance in tun_build_skbXin Long2017-11-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\
| * net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-05
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-02
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
| |\ \ \
| * | | | tun: do not arm flow_gc_timer in tun_flow_init()Eric Dumazet2017-10-22
| * | | | tun: avoid extra timer schedule in tun_flow_cleanup()Eric Dumazet2017-10-22
| * | | | tun: do not block BH again in tun_flow_cleanup()Eric Dumazet2017-10-22
| * | | | net-tun: fix panics at dismantle timeEric Dumazet2017-10-20
| * | | | tun: relax check on eth_get_headlen() return valueEric Dumazet2017-10-19
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-05
| |\ \ \ \
| * | | | | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-26