aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2019-09-19tun: fix use-after-free when register netdev failedYang Yingliang
2019-08-09tun: mark small packets as owned by the tap sockAlexis Bauvin
2019-06-18tun: wake up waitqueues after IFF_UP is setFei Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-09tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang
2019-05-09tuntap: fix dividing by zero in ebpf queue selectionJason Wang
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-21tun: Remove unused first parameter of tun_get_iff()Kirill Tkhai
2019-03-21tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-16tun: add a missing rcu_read_unlock() in error pathEric Dumazet
2019-03-15tun: properly test for IFF_UPEric Dumazet
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-25tun: remove unnecessary memory barrierTimur Celik
2019-02-24tun: fix blocking readTimur Celik
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy
2019-01-30tun: move the call to tun_set_real_num_queuesGeorge Amanakis
2019-01-10tun: publish tfile after it's fully initializedStanislav Fomichev
2018-12-14tun: replace get_cpu_ptr with this_cpu_ptr when bh disabledPrashant Bhole
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-06tun: remove unnecessary check in tun_flow_updateLi RongQing
2018-12-06tun: align write-heavy flow entry members to a cache lineLi RongQing
2018-12-03tun: remove skb access after netif_receive_skbPrashant Bhole
2018-11-30tun: forbid iface creation with rtnl opsNicolas Dichtel
2018-11-30tun: implement carrier changeNicolas Dichtel
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-18tuntap: fix multiqueue rxMatthew Cover
2018-11-18tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet
2018-11-17tun: Adjust on-stack tun_page initialization.David S. Miller
2018-11-17tuntap: free XDP dropped packets in a batchJason Wang
2018-11-07tun: compute the RFS hash only if needed.Paolo Abeni
2018-10-15tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych
2018-10-10net: tun: remove useless codes of tun_automq_select_queueWang Li
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-23tun: remove ndo_poll_controllerEric Dumazet
2018-09-13tuntap: accept an array of XDP buffs through sendmsg()Jason Wang
2018-09-13tun: switch to new type of msg_controlJason Wang
2018-09-13tuntap: move XDP flushing out of tun_do_xdp()Jason Wang
2018-09-13tuntap: split out XDP logicJason Wang
2018-09-13tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang
2018-09-13tuntap: simplify error handling in tun_build_skb()Jason Wang
2018-09-13tuntap: enable bh early during processing XDPJason Wang
2018-09-13tuntap: switch to use XDP_PACKET_HEADROOMJason Wang
2018-09-13net: sock: introduce SOCK_XDPJason Wang