aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-18tun: fix vlan packet truncationBjørn Mork1-6/+1
2018-04-11tun: send netlink notification when the device is modifiedSabrina Dubroca1-2/+22
2018-04-11tun: set the flags before registering the netdeviceSabrina Dubroca1-3/+6
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-14tuntap: XDP_TX can use native XDPJason Wang1-11/+8
2018-03-09vhost_net: examine pointer types during un-producingJason Wang1-1/+2
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+7
2018-02-26tuntap: correctly add the missing XDP flushJason Wang1-0/+1
2018-02-26tuntap: disable preemption during XDP processingJason Wang1-0/+6
2018-02-26Revert "tuntap: add missing xdp flush"Jason Wang1-15/+0
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+6
2018-02-16tun: export flags, uid, gid, queue information over netlinkSabrina Dubroca1-0/+56
2018-02-16tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet1-10/+6
2018-02-15tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun deviceKirill Tkhai1-2/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-08tuntap: add missing xdp flushJason Wang1-0/+15
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-83/+376
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-22tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang1-2/+0
2018-01-22tun: add missing rcu annotationJason Wang1-1/+2
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2018-01-17tun: allow to attach ebpf socket filterJason Wang1-4/+34
2018-01-17tuntap: rename struct tun_steering_prog to struct tun_progJason Wang1-16/+16
2018-01-17tun: fix a memory leak for tfile->tx_arrayCong Wang1-2/+13
2018-01-09tuntap: XDP transmissionJason Wang1-32/+179
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang1-20/+22
2018-01-05tun: setup xdp_rxq_infoJesper Dangaard Brouer1-1/+23
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-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
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