summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* tun: flag the device as supporting FMODE_NOWAITJens Axboe2023-03-101-0/+2
* Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+5
|\
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+5
* | tun: tun_chr_open(): correctly initialize socket uidPietro Borrello2023-02-061-1/+1
|/
* driver/net/tun: Added features for USO.Andrew Melnychenko2022-12-121-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+3
|\
| * net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida2022-11-291-1/+3
* | net: tun: rebuild error handling in tun_get_userChuang Wang2022-11-141-36/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-5/+13
|\|
| * net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet2022-11-081-6/+13
| * net: tun: Fix memory leaks of napi_get_fragsWang Yufen2022-11-041-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-1/+2
|\|
| * net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan2022-10-311-1/+2
* | net: tun: bump the link speed from 10Mbps to 10GbpsIlya Maximets2022-11-031-1/+1
|/
* net: tun: Convert to use sysfs_emit() APIsWang Yufen2022-09-301-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-3/+6
|\
| * tun: support not enabling carrier in TUNSETIFFPatrick Rohr2022-09-231-3/+6
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-4/+4
|/
* net: tun: avoid disabling NAPI twiceJakub Kicinski2022-06-301-1/+2
* net: tun: stop NAPI when detaching queuesJakub Kicinski2022-06-271-1/+10
* net: tun: unlink NAPI from device on destructionJakub Kicinski2022-06-241-0/+1
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-2/+1
* tun: annotate access to queue->trans_startAntoine Tenart2022-04-141-1/+1
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-8/+8
* tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang2022-03-061-9/+28
* net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"Dongli Zhang2022-03-061-1/+4
* tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang2022-03-021-1/+2
* tun: support NAPI for packets received from batched XDP buffsHarold Huang2022-03-011-13/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | tun: avoid double free in tun_free_netdevGeorge Kennedy2021-12-171-56/+59
|/
* tun: fix bonding active backup with arp monitoringNicolas Dichtel2021-11-151-0/+5
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* tun: use DEVICE_ATTR_RO macroYueHaibing2021-05-191-8/+8
* net: tun: Remove redundant assignment to retYang Li2021-04-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+48
|\
| * net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter2021-04-061-0/+48
* | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-6/+9
|/
* net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-111-3/+2
* net: tun: fix misspellings using codespell toolMenglong Dong2021-01-191-1/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+1
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+3
* tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon2021-01-071-2/+1
* net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-2/+1
* skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-1/+1
* tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang2020-12-281-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-3/+11
|\ \