aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet1-6/+13
2022-11-04net: tun: Fix memory leaks of napi_get_fragsWang Yufen1-0/+1
2022-10-31net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan1-1/+2
2022-09-30net: tun: Convert to use sysfs_emit() APIsWang Yufen1-7/+7
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2022-09-23tun: support not enabling carrier in TUNSETIFFPatrick Rohr1-3/+6
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-06-30net: tun: avoid disabling NAPI twiceJakub Kicinski1-1/+2
2022-06-27net: tun: stop NAPI when detaching queuesJakub Kicinski1-1/+10
2022-06-24net: tun: unlink NAPI from device on destructionJakub Kicinski1-0/+1
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart1-1/+1
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-8/+8
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang1-9/+28
2022-03-06net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"Dongli Zhang1-1/+4
2022-03-02tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang1-1/+2
2022-03-01tun: support NAPI for packets received from batched XDP buffsHarold Huang1-13/+30
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-17tun: avoid double free in tun_free_netdevGeorge Kennedy1-56/+59
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-15tun: fix bonding active backup with arp monitoringNicolas Dichtel1-0/+5
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-05-19tun: use DEVICE_ATTR_RO macroYueHaibing1-8/+8
2021-04-28net: tun: Remove redundant assignment to retYang Li1-1/+0
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+48
2021-04-06net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter1-0/+48
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-6/+9
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang1-3/+2
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong1-1/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+1
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+3
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon1-2/+1
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-2/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-1/+1
2020-12-28tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang1-1/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+11
2020-11-23net/tun: Call type change netdev notifiersMartin Schiller1-1/+10
2020-11-21tun: honor IOCB_NOWAIT flagJens Axboe1-3/+11
2020-11-09tun: switch to net core provided statistics countersHeiner Kallweit1-87/+34
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-19net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski1-18/+0
2020-08-19net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski1-3/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-15/+0
2020-07-31tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-15/+0
2020-06-30tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+2