summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* tun: mark small packets as owned by the tap sockAlexis Bauvin2019-07-251-3/+6
* coallocate socket_wq with socket itselfAl Viro2019-07-091-5/+3Star
* tun: wake up waitqueues after IFF_UP is setFei Li2019-06-181-10/+9Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang2019-05-091-1/+6
* tuntap: fix dividing by zero in ebpf queue selectionJason Wang2019-05-091-1/+6
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+2
* net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-241-1/+1
* tun: Remove unused first parameter of tun_get_iff()Kirill Tkhai2019-03-211-4/+3Star
* tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai2019-03-211-0/+8
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1Star
* tun: add a missing rcu_read_unlock() in error pathEric Dumazet2019-03-161-0/+1
* tun: properly test for IFF_UPEric Dumazet2019-03-151-4/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-2/+2
|\
| * tun: remove unnecessary memory barrierTimur Celik2019-02-251-1/+1
| * tun: fix blocking readTimur Celik2019-02-251-2/+2
* | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-2/+2
|/
* tun: move the call to tun_set_real_num_queuesGeorge Amanakis2019-01-311-2/+1Star
* tun: publish tfile after it's fully initializedStanislav Fomichev2019-01-101-4/+7
* tun: replace get_cpu_ptr with this_cpu_ptr when bh disabledPrashant Bhole2018-12-141-2/+4
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-4/+5
|\
| * tun: remove skb access after netif_receive_skbPrashant Bhole2018-12-031-1/+2
| * tun: forbid iface creation with rtnl opsNicolas Dichtel2018-12-011-3/+3
* | tun: remove unnecessary check in tun_flow_updateLi RongQing2018-12-061-4/+1Star
* | tun: align write-heavy flow entry members to a cache lineLi RongQing2018-12-061-3/+5
* | tun: implement carrier changeNicolas Dichtel2018-12-011-1/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-1/+6
|\|
| * tuntap: fix multiqueue rxMatthew Cover2018-11-191-1/+6
* | tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet2018-11-191-8/+7Star
* | tun: Adjust on-stack tun_page initialization.David S. Miller2018-11-181-1/+3
* | tuntap: free XDP dropped packets in a batchJason Wang2018-11-171-3/+26
* | tun: compute the RFS hash only if needed.Paolo Abeni2018-11-081-1/+2
|/
* tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych2018-10-161-0/+2
* net: tun: remove useless codes of tun_automq_select_queueWang Li2018-10-111-22/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-16/+21
|\
| * tun: napi flags belong to tfileEric Dumazet2018-10-021-9/+14
| * tun: initialize napi_mutex unconditionallyEric Dumazet2018-10-021-1/+1
| * tun: remove unused parametersEric Dumazet2018-10-021-6/+6
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-43/+0Star
|\|
| * tun: remove ndo_poll_controllerEric Dumazet2018-09-241-43/+0Star
* | tuntap: accept an array of XDP buffs through sendmsg()Jason Wang2018-09-131-3/+114
* | tun: switch to new type of msg_controlJason Wang2018-09-131-1/+5
* | tuntap: move XDP flushing out of tun_do_xdp()Jason Wang2018-09-131-1/+2
* | tuntap: split out XDP logicJason Wang2018-09-131-37/+51
* | tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang2018-09-131-15/+24
* | tuntap: simplify error handling in tun_build_skb()Jason Wang2018-09-131-7/+3Star
* | tuntap: enable bh early during processing XDPJason Wang2018-09-131-7/+3Star
* | tuntap: switch to use XDP_PACKET_HEADROOMJason Wang2018-09-131-2/+1Star
* | net: sock: introduce SOCK_XDPJason Wang2018-09-131-0/+19
|/