index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/bpf-next
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/vfs/vfs
Linus Torvalds
1
-0
/
+6
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-2
/
+3
2024-08-28
file: reclaim 24 bytes from f_owner
Christian Brauner
1
-0
/
+6
2024-07-25
tun: add missing verification for short frame
Dongli Zhang
1
-0
/
+3
2024-07-05
tun: Assign missing bpf_net_context.
Sebastian Andrzej Siewior
1
-0
/
+7
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-04-22
net: extend ubuf_info callback to ops structure
Pavel Begunkov
1
-1
/
+1
2024-04-16
tun: limit printing rate when illegal packet received by tun dev
Lei Chen
1
-8
/
+10
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-03-05
net: tap: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-05
net: tuntap: Leverage core stats allocator
Breno Leitao
1
-9
/
+2
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-02-23
tun: Fix xdp_rxq_info's queue_index when detaching
Yunjian Wang
1
-0
/
+1
2024-02-13
xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
Lorenzo Bianconi
1
-2
/
+2
2024-02-04
tun: Implement ethtool's get_channels() callback
Yunjian Wang
1
-0
/
+10
2024-01-30
net/tun: use reciprocal_scale
Stephen Hemminger
1
-4
/
+3
2024-01-22
tun: add missing rx stats accounting in tun_xdp_act
Yunjian Wang
1
-0
/
+2
2024-01-22
tun: fix missing dropped counter in tun_xdp_act
Yunjian Wang
1
-2
/
+6
2023-10-17
tun: prevent negative ifindex
Eric Dumazet
1
-2
/
+5
2023-08-17
tun: add __exit annotations to module exit func tun_cleanup()
Ziyang Xuan
1
-1
/
+1
2023-08-10
tun: avoid high-order page allocation for packet header
Tahsin Erdogan
1
-1
/
+4
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-07
drivers: net: prevent tun_build_skb() to exceed the packet size limit
Andrew Kanner
1
-1
/
+1
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-02
net: tun: change tun_alloc_skb() to allow bigger paged allocations
Eric Dumazet
1
-1
/
+3
2023-08-02
net: tun_chr_open(): set sk_uid from current_fsuid()
Laszlo Ersek
1
-1
/
+1
2023-05-17
tun: Fix memory leak for detached NAPI queue.
Kuniyuki Iwashima
1
-0
/
+15
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+2
2023-03-30
iov_iter: add iter_iovec() helper
Jens Axboe
1
-1
/
+2
2023-03-10
tun: flag the device as supporting FMODE_NOWAIT
Jens Axboe
1
-0
/
+2
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
1
-0
/
+5
2023-02-06
tun: tun_chr_open(): correctly initialize socket uid
Pietro Borrello
1
-1
/
+1
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+5
[next]