index
:
pub/scm/linux/kernel/git/rientjes/linux.git
master
David Rientjes's fork of linux.git
David Rientjes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+16
2026-08-13
net: tun: bound receive headroom
Asim Viladi Oglu Manizada
1
-5
/
+16
2026-08-07
tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is set
Simon Schippers
1
-6
/
+33
2026-08-07
vhost-net: wake queue of tun/tap after ptr_ring consume
Simon Schippers
1
-0
/
+25
2026-08-07
tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
1
-4
/
+114
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-103
/
+6
2026-07-29
Revert "tun/tap: add ptr_ring consume helper with netdev queue wakeup"
Simon Schippers
1
-57
/
+4
2026-07-29
Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"
Simon Schippers
1
-23
/
+0
2026-07-29
Revert "tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present"
Simon Schippers
1
-23
/
+2
2026-07-10
tun: no longer rely on RTNL in tun_fill_info()
Eric Dumazet
1
-28
/
+32
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2026-06-09
tun: zero the whole vnet header in tun_put_user()
Xiang Mei
1
-0
/
+1
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2026-05-22
tun: free page on build_skb failure in tun_xdp_one()
Weiming Shi
1
-0
/
+1
2026-05-22
tun: free page on short-frame rejection in tun_xdp_one()
Weiming Shi
1
-1
/
+3
2026-05-13
tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present
Simon Schippers
1
-2
/
+23
2026-05-13
vhost-net: wake queue of tun/tap after ptr_ring consume
Simon Schippers
1
-0
/
+23
2026-05-13
tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
1
-4
/
+57
2026-04-12
net: change sk_filter_reason() to return the reason by value
Eric Dumazet
1
-3
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2025-09-19
net: tun: Update napi->skb after XDP process
Wang Liang
1
-0
/
+3
2025-08-13
tun: replace strcpy with strscpy for ifr_name
Miguel GarcĂa
1
-2
/
+2
2025-07-18
net: s/dev_get_mac_address/netif_get_mac_address/
Stanislav Fomichev
1
-1
/
+2
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-4
/
+2
2025-07-10
Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...
Jakub Kicinski
1
-9
/
+49
2025-07-08
tun: enable gso over UDP tunnel support.
Paolo Abeni
1
-9
/
+49
2025-07-02
tun: remove unnecessary tun_xdp_hdr structure
Jason Wang
1
-3
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-27
net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage
Kees Cook
1
-1
/
+7
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-19
Revert "net: replace dev_addr_sem with netdev instance lock"
Stanislav Fomichev
1
-1
/
+1
2025-03-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-5
/
+23
2025-03-06
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
1
-1
/
+1
2025-03-06
net: tun: Enable transfer of XDP metadata to skb
Marcus Wichelmann
1
-3
/
+22
2025-03-06
net: tun: Enable XDP metadata support
Marcus Wichelmann
1
-2
/
+1
2025-02-10
tun: Extract the vnet handling code
Akihiko Odaki
1
-178
/
+2
2025-02-10
tun: Decouple vnet handling
Akihiko Odaki
1
-98
/
+139
2025-02-10
tun: Decouple vnet from tun_struct
Akihiko Odaki
1
-25
/
+26
2025-02-10
tun: Keep hdr_len in tun_get_user()
Akihiko Odaki
1
-13
/
+11
2025-02-10
tun: Refactor CONFIG_TUN_VNET_CROSS_LE
Akihiko Odaki
1
-19
/
+10
2025-02-05
tun: revert fix group permission check
Willem de Bruijn
1
-9
/
+5
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-12-18
ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()
Eric Dumazet
1
-3
/
+3
2024-12-13
net: tun: fix tun_napi_alloc_frags()
Eric Dumazet
1
-1
/
+1
2024-12-07
tun: fix group permission check
Stas Sergeev
1
-5
/
+9
2024-10-04
appletalk: Remove deadcode
Dr. David Alan Gilbert
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-0
/
+6
[next]