aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAge
* tun: remove possible false sharing in tun_flow_update()Eric Dumazet2019-10-10
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-01
* tun: fix use-after-free when register netdev failedYang Yingliang2019-09-12
* tun: mark small packets as owned by the tap sockAlexis Bauvin2019-07-25
* coallocate socket_wq with socket itselfAl Viro2019-07-08
* tun: wake up waitqueues after IFF_UP is setFei Li2019-06-18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang2019-05-09
* tuntap: fix dividing by zero in ebpf queue selectionJason Wang2019-05-09
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-23
* net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-23
* tun: Remove unused first parameter of tun_get_iff()Kirill Tkhai2019-03-21
* tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai2019-03-21
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-20
* tun: add a missing rcu_read_unlock() in error pathEric Dumazet2019-03-16
* tun: properly test for IFF_UPEric Dumazet2019-03-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-02
|\
| * tun: remove unnecessary memory barrierTimur Celik2019-02-25
| * tun: fix blocking readTimur Celik2019-02-25
* | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-22
|/
* tun: move the call to tun_set_real_num_queuesGeorge Amanakis2019-01-31
* tun: publish tfile after it's fully initializedStanislav Fomichev2019-01-10
* tun: replace get_cpu_ptr with this_cpu_ptr when bh disabledPrashant Bhole2018-12-14
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-10
|\
| * tun: remove skb access after netif_receive_skbPrashant Bhole2018-12-03
| * tun: forbid iface creation with rtnl opsNicolas Dichtel2018-11-30
* | tun: remove unnecessary check in tun_flow_updateLi RongQing2018-12-06
* | tun: align write-heavy flow entry members to a cache lineLi RongQing2018-12-06
* | tun: implement carrier changeNicolas Dichtel2018-11-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-19
|\|
| * tuntap: fix multiqueue rxMatthew Cover2018-11-18
* | tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet2018-11-18
* | tun: Adjust on-stack tun_page initialization.David S. Miller2018-11-17
* | tuntap: free XDP dropped packets in a batchJason Wang2018-11-17
* | tun: compute the RFS hash only if needed.Paolo Abeni2018-11-08
|/
* tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych2018-10-16
* net: tun: remove useless codes of tun_automq_select_queueWang Li2018-10-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-04
|\
| * tun: napi flags belong to tfileEric Dumazet2018-10-02
| * tun: initialize napi_mutex unconditionallyEric Dumazet2018-10-02
| * tun: remove unused parametersEric Dumazet2018-10-02
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-25
|\|
| * tun: remove ndo_poll_controllerEric Dumazet2018-09-24
* | tuntap: accept an array of XDP buffs through sendmsg()Jason Wang2018-09-13
* | tun: switch to new type of msg_controlJason Wang2018-09-13
* | tuntap: move XDP flushing out of tun_do_xdp()Jason Wang2018-09-13
* | tuntap: split out XDP logicJason Wang2018-09-13
* | tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang2018-09-13
* | tuntap: simplify error handling in tun_build_skb()Jason Wang2018-09-13