summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-09-20net: tun: Update napi->skb after XDP processWang Liang1-0/+3
2025-08-14tun: replace strcpy with strscpy for ifr_nameMiguel GarcĂ­a1-2/+2
2025-07-19net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev1-1/+2
2025-07-19net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-4/+2
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-03tun: 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-08Merge 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-11tun: Extract the vnet handling codeAkihiko Odaki1-178/+2
2025-02-11tun: Decouple vnet handlingAkihiko Odaki1-98/+139
2025-02-11tun: Decouple vnet from tun_structAkihiko Odaki1-25/+26
2025-02-11tun: Keep hdr_len in tun_get_user()Akihiko Odaki1-13/+11
2025-02-11tun: Refactor CONFIG_TUN_VNET_CROSS_LEAkihiko Odaki1-19/+10
2025-02-06tun: 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-19ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet1-3/+3
2024-12-14net: tun: fix tun_napi_alloc_frags()Eric Dumazet1-1/+1
2024-12-08tun: 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-06tun: 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-23net: extend ubuf_info callback to ops structurePavel Begunkov1-1/+1
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