aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2022-07-07net: tun: avoid disabling NAPI twiceJakub Kicinski
2022-07-07net: tun: stop NAPI when detaching queuesJakub Kicinski
2022-07-07net: tun: unlink NAPI from device on destructionJakub Kicinski
2022-04-15tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang
2021-11-26tun: fix bonding active backup with arp monitoringNicolas Dichtel
2021-04-14net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang
2021-01-12tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang
2020-12-08tun: honor IOCB_NOWAIT flagJens Axboe
2020-06-17tun: correct header offsets in napi frags modeWillem de Bruijn
2020-04-21net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin
2020-04-13tun: Don't put_page() for all negative return values from XDP programWill Deacon
2020-01-29tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()Eric Dumazet
2019-12-31tun: fix data-race in gro_normal_list()Petar Penkov
2019-10-09tun: remove possible false sharing in tun_flow_update()Eric Dumazet
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-12tun: fix use-after-free when register netdev failedYang Yingliang
2019-07-25tun: mark small packets as owned by the tap sockAlexis Bauvin
2019-07-08coallocate socket_wq with socket itselfAl Viro
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