aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...Jakub Kicinski1-9/+49
2025-07-08tun: enable gso over UDP tunnel support.Paolo Abeni1-9/+49
2025-07-02tun: remove unnecessary tun_xdp_hdr structureJason Wang1-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook1-1/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev1-1/+1
2025-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-5/+23
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev1-1/+1
2025-03-06net: tun: Enable transfer of XDP metadata to skbMarcus Wichelmann1-3/+22
2025-03-06net: tun: Enable XDP metadata supportMarcus Wichelmann1-2/+1
2025-02-10tun: Extract the vnet handling codeAkihiko Odaki1-178/+2
2025-02-10tun: Decouple vnet handlingAkihiko Odaki1-98/+139
2025-02-10tun: Decouple vnet from tun_structAkihiko Odaki1-25/+26
2025-02-10tun: Keep hdr_len in tun_get_user()Akihiko Odaki1-13/+11
2025-02-10tun: Refactor CONFIG_TUN_VNET_CROSS_LEAkihiko Odaki1-19/+10
2025-02-05tun: revert fix group permission checkWillem de Bruijn1-9/+5
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet1-3/+3
2024-12-13net: tun: fix tun_napi_alloc_frags()Eric Dumazet1-1/+1
2024-12-07tun: fix group permission checkStas Sergeev1-5/+9
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+6
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+3
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner1-0/+6
2024-07-25tun: add missing verification for short frameDongli Zhang1-0/+3
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior1-0/+7
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov1-1/+1
2024-04-16tun: limit printing rate when illegal packet received by tun devLei Chen1-8/+10
2024-03-07net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-05net: tap: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-05net: tuntap: Leverage core stats allocatorBreno Leitao1-9/+2
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-23tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang1-0/+1
2024-02-13xdp: 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-17tun: prevent negative ifindexEric Dumazet1-2/+5
2023-08-17tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan1-1/+1
2023-08-10tun: avoid high-order page allocation for packet headerTahsin Erdogan1-1/+4
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-07drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner1-1/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-02net: 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