index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
tun: revert fix group permission check
Willem de Bruijn
1
-9
/
+5
2025-02-21
tun: fix group permission check
Stas Sergeev
1
-5
/
+9
2024-07-27
tun: add missing verification for short frame
Dongli Zhang
1
-0
/
+3
2024-04-27
tun: limit printing rate when illegal packet received by tun dev
Lei Chen
1
-8
/
+10
2024-03-06
tun: Fix xdp_rxq_info's queue_index when detaching
Yunjian Wang
1
-0
/
+1
2024-01-31
tun: add missing rx stats accounting in tun_xdp_act
Yunjian Wang
1
-0
/
+2
2024-01-31
tun: fix missing dropped counter in tun_xdp_act
Yunjian Wang
1
-2
/
+6
2023-10-25
tun: prevent negative ifindex
Eric Dumazet
1
-2
/
+5
2023-08-16
drivers: net: prevent tun_build_skb() to exceed the packet size limit
Andrew Kanner
1
-1
/
+1
2023-08-11
net: tun_chr_open(): set sk_uid from current_fsuid()
Laszlo Ersek
1
-1
/
+1
2023-05-24
tun: Fix memory leak for detached NAPI queue.
Kuniyuki Iwashima
1
-0
/
+15
2023-05-24
net: tun: rebuild error handling in tun_get_user
Chuang Wang
1
-36
/
+29
2023-03-10
tun: tun_chr_open(): correctly initialize socket uid
Pietro Borrello
1
-1
/
+1
2022-11-29
net: tun: Fix use-after-free in tun_detach()
Shigeru Yoshida
1
-1
/
+3
2022-11-08
net: tun: call napi_schedule_prep() to ensure we own a napi
Eric Dumazet
1
-6
/
+13
2022-11-04
net: tun: Fix memory leaks of napi_get_frags
Wang Yufen
1
-0
/
+1
2022-10-31
net: tun: fix bugs for oversize packet when napi frags enabled
Ziyang Xuan
1
-1
/
+2
2022-09-30
net: tun: Convert to use sysfs_emit() APIs
Wang Yufen
1
-7
/
+7
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2022-09-23
tun: support not enabling carrier in TUNSETIFF
Patrick Rohr
1
-3
/
+6
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-4
/
+4
2022-06-30
net: tun: avoid disabling NAPI twice
Jakub Kicinski
1
-1
/
+2
2022-06-27
net: tun: stop NAPI when detaching queues
Jakub Kicinski
1
-1
/
+10
2022-06-24
net: tun: unlink NAPI from device on destruction
Jakub Kicinski
1
-0
/
+1
2022-05-05
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+1
2022-04-14
tun: annotate access to queue->trans_start
Antoine Tenart
1
-1
/
+1
2022-03-11
net: add per-cpu storage and net->core_stats
Eric Dumazet
1
-8
/
+8
2022-03-07
tun: vxlan: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-06
net: tun: track dropped skb via kfree_skb_reason()
Dongli Zhang
1
-9
/
+28
2022-03-06
net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
Dongli Zhang
1
-1
/
+4
2022-03-02
tuntap: add sanity checks about msg_controllen in sendmsg
Harold Huang
1
-1
/
+2
2022-03-01
tun: support NAPI for packets received from batched XDP buffs
Harold Huang
1
-13
/
+30
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-17
tun: avoid double free in tun_free_netdev
George Kennedy
1
-56
/
+59
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-11-15
tun: fix bonding active backup with arp monitoring
Nicolas Dichtel
1
-0
/
+5
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-05-19
tun: use DEVICE_ATTR_RO macro
YueHaibing
1
-8
/
+8
2021-04-28
net: tun: Remove redundant assignment to ret
Yang Li
1
-1
/
+0
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+48
2021-04-06
net: tun: set tun->dev->addr_len during TUNSETLINK processing
Phillip Potter
1
-0
/
+48
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-6
/
+9
2021-02-11
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-3
/
+2
2021-01-19
net: tun: fix misspellings using codespell tool
Menglong Dong
1
-1
/
+1
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+1
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-4
/
+3
2021-01-07
tap/tun: add skb_zcopy_init() helper for initialization.
Jonathan Lemon
1
-2
/
+1
2021-01-07
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
1
-2
/
+1
2021-01-07
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
1
-1
/
+1
2020-12-28
tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
Yunjian Wang
1
-1
/
+1
[next]