summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2019-04-03tun: add a missing rcu_read_unlock() in error pathEric Dumazet
2019-04-03tun: properly test for IFF_UPEric Dumazet
2019-03-10tun: remove unnecessary memory barrierTimur Celik
2019-03-10tun: fix blocking readTimur Celik
2019-02-06tun: move the call to tun_set_real_num_queuesGeorge Amanakis
2019-01-22tun: publish tfile after it's fully initializedStanislav Fomichev
2018-12-17tun: forbid iface creation with rtnl opsNicolas Dichtel
2018-11-23tuntap: fix multiqueue rxMatthew Cover
2018-11-13tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych
2018-10-01tun: napi flags belong to tfileEric Dumazet
2018-10-01tun: initialize napi_mutex unconditionallyEric Dumazet
2018-10-01tun: remove unused parametersEric Dumazet
2018-09-23tun: remove ndo_poll_controllerEric Dumazet
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-04tun: not use hardcoded mask valueLi RongQing
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-16tun: Fix use-after-free on XDP_TXToshiaki Makita
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer
2018-06-04Allow ethtool to change tun link settingsChas Williams
2018-06-03tun: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-05-23tuntap: correctly set SOCKWQ_ASYNC_NOSPACEJason Wang
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-16tuntap: fix use after free during releaseJason Wang
2018-05-14tun: fix use after free for ptr_ringJason Wang
2018-05-10tun: Do SIOCGSKNS out of rtnl_lock()Kirill Tkhai
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-20tun: do not compute the rxhash, if not neededPaolo Abeni
2018-04-18bpf: make tun compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-18tun: fix vlan packet truncationBjørn Mork
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer
2018-04-11tun: send netlink notification when the device is modifiedSabrina Dubroca
2018-04-11tun: set the flags before registering the netdeviceSabrina Dubroca
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-14tuntap: XDP_TX can use native XDPJason Wang