Age | Commit message (Expand) | Author |
2024-03-07 | net: introduce include/net/rps.h | Eric Dumazet |
2024-03-05 | net: tap: Remove generic .ndo_get_stats64 | Breno Leitao |
2024-03-05 | net: tuntap: Leverage core stats allocator | Breno Leitao |
2024-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-23 | tun: Fix xdp_rxq_info's queue_index when detaching | Yunjian Wang |
2024-02-13 | xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi... | Lorenzo Bianconi |
2024-02-04 | tun: Implement ethtool's get_channels() callback | Yunjian Wang |
2024-01-30 | net/tun: use reciprocal_scale | Stephen Hemminger |
2024-01-22 | tun: add missing rx stats accounting in tun_xdp_act | Yunjian Wang |
2024-01-22 | tun: fix missing dropped counter in tun_xdp_act | Yunjian Wang |
2023-10-17 | tun: prevent negative ifindex | Eric Dumazet |
2023-08-17 | tun: add __exit annotations to module exit func tun_cleanup() | Ziyang Xuan |
2023-08-10 | tun: avoid high-order page allocation for packet header | Tahsin Erdogan |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-07 | drivers: net: prevent tun_build_skb() to exceed the packet size limit | Andrew Kanner |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-02 | net: tun: change tun_alloc_skb() to allow bigger paged allocations | Eric Dumazet |
2023-08-02 | net: tun_chr_open(): set sk_uid from current_fsuid() | Laszlo Ersek |
2023-05-17 | tun: Fix memory leak for detached NAPI queue. | Kuniyuki Iwashima |
2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe |
2023-03-10 | tun: flag the device as supporting FMODE_NOWAIT | Jens Axboe |
2023-02-10 | Daniel Borkmann says: | Jakub Kicinski |
2023-02-06 | tun: tun_chr_open(): correctly initialize socket uid | Pietro Borrello |
2023-02-02 | drivers: net: turn on XDP features | Marek Majtyka |
2022-12-12 | driver/net/tun: Added features for USO. | Andrew Melnychenko |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-29 | net: tun: Fix use-after-free in tun_detach() | Shigeru Yoshida |
2022-11-14 | net: tun: rebuild error handling in tun_get_user | Chuang Wang |
2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-08 | net: tun: call napi_schedule_prep() to ensure we own a napi | Eric Dumazet |
2022-11-04 | net: tun: Fix memory leaks of napi_get_frags | Wang Yufen |
2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-03 | net: tun: bump the link speed from 10Mbps to 10Gbps | Ilya Maximets |
2022-10-31 | net: tun: fix bugs for oversize packet when napi frags enabled | Ziyang Xuan |
2022-09-30 | net: tun: Convert to use sysfs_emit() APIs | Wang Yufen |
2022-09-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-09-23 | tun: support not enabling carrier in TUNSETIFF | Patrick Rohr |
2022-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-06-30 | net: tun: avoid disabling NAPI twice | Jakub Kicinski |
2022-06-27 | net: tun: stop NAPI when detaching queues | Jakub Kicinski |
2022-06-24 | net: tun: unlink NAPI from device on destruction | Jakub Kicinski |
2022-05-05 | net: switch to netif_napi_add_tx() | Jakub Kicinski |
2022-04-14 | tun: annotate access to queue->trans_start | Antoine Tenart |
2022-03-11 | net: add per-cpu storage and net->core_stats | Eric Dumazet |
2022-03-07 | tun: vxlan: Use netif_rx(). | Sebastian Andrzej Siewior |
2022-03-06 | net: tun: track dropped skb via kfree_skb_reason() | Dongli Zhang |
2022-03-06 | net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement" | Dongli Zhang |
2022-03-02 | tuntap: add sanity checks about msg_controllen in sendmsg | Harold Huang |
2022-03-01 | tun: support NAPI for packets received from batched XDP buffs | Harold Huang |