summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* tun: Do SIOCGSKNS out of rtnl_lock()Kirill Tkhai2018-05-101-11/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-211-6/+1
|\
| * tun: fix vlan packet truncationBjørn Mork2018-04-181-6/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-211-1/+2
|\ \
| * | bpf: make tun compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+2
* | | tun: do not compute the rxhash, if not neededPaolo Abeni2018-04-201-9/+6
|/ /
* | xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-7/+12
* | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-2/+2
* | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-0/+6
* | tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-171-23/+20
|/
* tun: send netlink notification when the device is modifiedSabrina Dubroca2018-04-111-2/+22
* tun: set the flags before registering the netdeviceSabrina Dubroca2018-04-111-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\
| * vhost_net: examine pointer types during un-producingJason Wang2018-03-091-1/+2
* | tuntap: XDP_TX can use native XDPJason Wang2018-03-141-11/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-15/+7
|\|
| * tuntap: correctly add the missing XDP flushJason Wang2018-02-261-0/+1
| * tuntap: disable preemption during XDP processingJason Wang2018-02-261-0/+6
| * Revert "tuntap: add missing xdp flush"Jason Wang2018-02-261-15/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-191-10/+6
|\|
| * tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet2018-02-161-10/+6
* | tun: export flags, uid, gid, queue information over netlinkSabrina Dubroca2018-02-161-0/+56
* | tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun deviceKirill Tkhai2018-02-151-2/+14
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-6/+6
* tuntap: add missing xdp flushJason Wang2018-02-081-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-83/+376
|\
| * tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang2018-01-221-2/+0
| * 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-191-4/+14
| |\
| * | 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-051-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/+1
| * | 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
| |\ \
| * | | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-4/+0
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
| |/ /
* | / tun: fix a memory leak for tfile->tx_arrayCong Wang2018-01-171-2/+13
| |/ |/|
* | tun: free skb in early errorsWei Xu2017-12-021-6/+18
|/
* 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-211-3/+5
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-241-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
| |\