index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-03-13
tun: revert fix group permission check
Willem de Bruijn
1
-9
/
+5
2025-03-13
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-05-02
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
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-04-05
tun: avoid double free in tun_free_netdev
George Kennedy
1
-50
/
+59
2023-03-11
tun: tun_chr_open(): correctly initialize socket uid
Pietro Borrello
1
-1
/
+1
2022-12-08
net: tun: Fix use-after-free in tun_detach()
Shigeru Yoshida
1
-1
/
+3
2022-11-25
net: tun: call napi_schedule_prep() to ensure we own a napi
Eric Dumazet
1
-6
/
+13
2022-11-25
net: tun: Fix memory leaks of napi_get_frags
Wang Yufen
1
-0
/
+1
2022-11-10
net: tun: fix bugs for oversize packet when napi frags enabled
Ziyang Xuan
1
-1
/
+2
2022-07-07
net: tun: avoid disabling NAPI twice
Jakub Kicinski
1
-1
/
+2
2022-07-07
net: tun: stop NAPI when detaching queues
Jakub Kicinski
1
-1
/
+10
2022-07-07
net: tun: unlink NAPI from device on destruction
Jakub Kicinski
1
-0
/
+1
2022-04-15
tuntap: add sanity checks about msg_controllen in sendmsg
Harold Huang
1
-1
/
+2
2021-11-26
tun: fix bonding active backup with arp monitoring
Nicolas Dichtel
1
-0
/
+5
2021-04-14
net: tun: set tun->dev->addr_len during TUNSETLINK processing
Phillip Potter
1
-0
/
+48
2021-03-07
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-2
/
+2
2021-01-12
tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
Yunjian Wang
1
-1
/
+1
2020-12-08
tun: honor IOCB_NOWAIT flag
Jens Axboe
1
-3
/
+11
2020-06-17
tun: correct header offsets in napi frags mode
Willem de Bruijn
1
-4
/
+10
2020-04-21
net: tun: record RX queue in skb before do_xdp_generic()
Gilberto Bertin
1
-1
/
+2
2020-04-13
tun: Don't put_page() for all negative return values from XDP program
Will Deacon
1
-4
/
+6
2020-01-29
tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()
Eric Dumazet
1
-0
/
+4
2019-12-31
tun: fix data-race in gro_normal_list()
Petar Penkov
1
-2
/
+2
2019-10-10
tun: remove possible false sharing in tun_flow_update()
Eric Dumazet
1
-2
/
+2
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
1
-1
/
+1
2019-09-12
tun: fix use-after-free when register netdev failed
Yang Yingliang
1
-5
/
+11
2019-07-25
tun: mark small packets as owned by the tap sock
Alexis Bauvin
1
-3
/
+6
2019-07-09
coallocate socket_wq with socket itself
Al Viro
1
-5
/
+3
2019-06-18
tun: wake up waitqueues after IFF_UP is set
Fei Li
1
-10
/
+9
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-09
tuntap: synchronize through tfiles array instead of tun->numqueues
Jason Wang
1
-1
/
+6
2019-05-09
tuntap: fix dividing by zero in ebpf queue selection
Jason Wang
1
-1
/
+6
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+2
2019-03-24
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
1
-1
/
+1
2019-03-21
tun: Remove unused first parameter of tun_get_iff()
Kirill Tkhai
1
-4
/
+3
2019-03-21
tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device
Kirill Tkhai
1
-0
/
+8
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-2
/
+1
2019-03-16
tun: add a missing rcu_read_unlock() in error path
Eric Dumazet
1
-0
/
+1
2019-03-16
tun: properly test for IFF_UP
Eric Dumazet
1
-4
/
+11
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-02-26
tun: remove unnecessary memory barrier
Timur Celik
1
-1
/
+1
2019-02-25
tun: fix blocking read
Timur Celik
1
-2
/
+2
2019-02-22
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
1
-2
/
+2
2019-01-31
tun: move the call to tun_set_real_num_queues
George Amanakis
1
-2
/
+1
2019-01-10
tun: publish tfile after it's fully initialized
Stanislav Fomichev
1
-4
/
+7
[next]