summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17tun: limit printing rate when illegal packet received by tun devLei Chen1-8/+10
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-06net: tap: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-06net: tuntap: Leverage core stats allocatorBreno Leitao1-9/+2
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-24tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang1-0/+1
2024-02-14xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi1-2/+2
2024-02-04tun: Implement ethtool's get_channels() callbackYunjian Wang1-0/+10
2024-01-30net/tun: use reciprocal_scaleStephen Hemminger1-4/+3
2024-01-22tun: add missing rx stats accounting in tun_xdp_actYunjian Wang1-0/+2
2024-01-22tun: fix missing dropped counter in tun_xdp_actYunjian Wang1-2/+6
2023-10-18tun: prevent negative ifindexEric Dumazet1-2/+5
2023-08-18tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan1-1/+1
2023-08-11tun: avoid high-order page allocation for packet headerTahsin Erdogan1-1/+4
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-08drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner1-1/+1
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-03net: tun: change tun_alloc_skb() to allow bigger paged allocationsEric Dumazet1-1/+3
2023-08-02net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek1-1/+1
2023-05-17tun: Fix memory leak for detached NAPI queue.Kuniyuki Iwashima1-0/+15
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-1/+2
2023-03-11tun: flag the device as supporting FMODE_NOWAITJens Axboe1-0/+2
2023-02-11Daniel Borkmann says:Jakub Kicinski1-0/+5
2023-02-06tun: tun_chr_open(): correctly initialize socket uidPietro Borrello1-1/+1
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+5
2022-12-12driver/net/tun: Added features for USO.Andrew Melnychenko1-1/+7
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-11-29net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida1-1/+3
2022-11-14net: tun: rebuild error handling in tun_get_userChuang Wang1-36/+29
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+13
2022-11-09net: 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-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-11-03net: tun: bump the link speed from 10Mbps to 10GbpsIlya Maximets1-1/+1
2022-11-01net: 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-30Merge 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-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-06-30net: tun: avoid disabling NAPI twiceJakub Kicinski1-1/+2
2022-06-28net: tun: stop NAPI when detaching queuesJakub Kicinski1-1/+10
2022-06-25net: tun: unlink NAPI from device on destructionJakub Kicinski1-0/+1
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart1-1/+1
2022-03-12net: 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-03tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang1-1/+2