summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-10Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...Jakub Kicinski
2025-07-08tun: enable gso over UDP tunnel support.Paolo Abeni
2025-07-02tun: remove unnecessary tun_xdp_hdr structureJason Wang
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev
2025-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev
2025-03-06net: tun: Enable transfer of XDP metadata to skbMarcus Wichelmann
2025-03-06net: tun: Enable XDP metadata supportMarcus Wichelmann
2025-02-10tun: Extract the vnet handling codeAkihiko Odaki
2025-02-10tun: Decouple vnet handlingAkihiko Odaki
2025-02-10tun: Decouple vnet from tun_structAkihiko Odaki
2025-02-10tun: Keep hdr_len in tun_get_user()Akihiko Odaki
2025-02-10tun: Refactor CONFIG_TUN_VNET_CROSS_LEAkihiko Odaki
2025-02-05tun: revert fix group permission checkWillem de Bruijn
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet
2024-12-13net: tun: fix tun_napi_alloc_frags()Eric Dumazet
2024-12-07tun: fix group permission checkStas Sergeev
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner
2024-07-25tun: add missing verification for short frameDongli Zhang
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov
2024-04-16tun: limit printing rate when illegal packet received by tun devLei Chen
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-05net: tap: Remove generic .ndo_get_stats64Breno Leitao
2024-03-05net: tuntap: Leverage core stats allocatorBreno Leitao
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-23tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang
2024-02-13xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi
2024-02-04tun: Implement ethtool's get_channels() callbackYunjian Wang
2024-01-30net/tun: use reciprocal_scaleStephen Hemminger
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