summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2024-02-23tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang
2024-01-22tun: add missing rx stats accounting in tun_xdp_actYunjian Wang
2024-01-22tun: fix missing dropped counter in tun_xdp_actYunjian Wang
2023-10-17tun: prevent negative ifindexEric Dumazet
2023-08-17tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan
2023-08-10tun: avoid high-order page allocation for packet headerTahsin Erdogan
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-07drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-02net: tun: change tun_alloc_skb() to allow bigger paged allocationsEric Dumazet
2023-08-02net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek
2023-05-17tun: Fix memory leak for detached NAPI queue.Kuniyuki Iwashima
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-10tun: flag the device as supporting FMODE_NOWAITJens Axboe
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-06tun: tun_chr_open(): correctly initialize socket uidPietro Borrello
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2022-12-12driver/net/tun: Added features for USO.Andrew Melnychenko
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida
2022-11-14net: tun: rebuild error handling in tun_get_userChuang Wang
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-08net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet
2022-11-04net: tun: Fix memory leaks of napi_get_fragsWang Yufen
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-03net: tun: bump the link speed from 10Mbps to 10GbpsIlya Maximets
2022-10-31net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan
2022-09-30net: tun: Convert to use sysfs_emit() APIsWang Yufen
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-23tun: support not enabling carrier in TUNSETIFFPatrick Rohr
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-30net: tun: avoid disabling NAPI twiceJakub Kicinski
2022-06-27net: tun: stop NAPI when detaching queuesJakub Kicinski
2022-06-24net: tun: unlink NAPI from device on destructionJakub Kicinski
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang
2022-03-06net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"Dongli Zhang
2022-03-02tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang
2022-03-01tun: support NAPI for packets received from batched XDP buffsHarold Huang
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-17tun: avoid double free in tun_free_netdevGeorge Kennedy
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-15tun: fix bonding active backup with arp monitoringNicolas Dichtel
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-05-19tun: use DEVICE_ATTR_RO macroYueHaibing
2021-04-28net: tun: Remove redundant assignment to retYang Li