summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-19tun: fix use-after-free when register netdev failedYang Yingliang1-5/+11
2019-08-09tun: mark small packets as owned by the tap sockAlexis Bauvin1-0/+1
2019-07-03tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-05-16tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang1-1/+6
2019-05-16tuntap: fix dividing by zero in ebpf queue selectionJason Wang1-1/+6
2019-04-03tun: add a missing rcu_read_unlock() in error pathEric Dumazet1-0/+1
2019-04-03tun: properly test for IFF_UPEric Dumazet1-4/+11
2019-03-10tun: remove unnecessary memory barrierTimur Celik1-1/+1
2019-03-10tun: fix blocking readTimur Celik1-2/+2
2019-02-06tun: move the call to tun_set_real_num_queuesGeorge Amanakis1-2/+1
2019-01-22tun: publish tfile after it's fully initializedStanislav Fomichev1-4/+7
2018-12-17tun: forbid iface creation with rtnl opsNicolas Dichtel1-3/+3
2018-11-23tuntap: fix multiqueue rxMatthew Cover1-1/+5
2018-11-13tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych1-0/+2
2018-10-02tun: napi flags belong to tfileEric Dumazet1-9/+14
2018-10-02tun: initialize napi_mutex unconditionallyEric Dumazet1-1/+1
2018-10-02tun: remove unused parametersEric Dumazet1-6/+6
2018-09-24tun: remove ndo_poll_controllerEric Dumazet1-43/+0
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-08-04tun: not use hardcoded mask valueLi RongQing1-1/+2
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+1
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+1
2018-07-16tun: Fix use-after-free on XDP_TXToshiaki Makita1-1/+1
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-1/+2
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-27/+17
2018-06-05tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer1-22/+1
2018-06-04Allow ethtool to change tun link settingsChas Williams1-2/+25
2018-06-03tun: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer1-6/+13
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-2/+6
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+9
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+24
2018-05-25xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer1-13/+24
2018-05-23tuntap: correctly set SOCKWQ_ASYNC_NOSPACEJason Wang1-4/+15
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+12
2018-05-16tuntap: fix use after free during releaseJason Wang1-1/+1
2018-05-14tun: fix use after free for ptr_ringJason Wang1-15/+12
2018-05-10tun: Do SIOCGSKNS out of rtnl_lock()Kirill Tkhai1-11/+7
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+2
2018-04-20tun: do not compute the rxhash, if not neededPaolo Abeni1-9/+6
2018-04-19bpf: make tun compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+2
2018-04-18tun: fix vlan packet truncationBjørn Mork1-6/+1
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-7/+12
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-2/+2
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer1-0/+6