index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
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
2021-04-16
net: tun: set tun->dev->addr_len during TUNSETLINK processing
Phillip Potter
1
-0
/
+48
2020-12-08
tun: honor IOCB_NOWAIT flag
Jens Axboe
1
-3
/
+11
2020-03-11
tuntap: correctly set SOCKWQ_ASYNC_NOSPACE
Jason Wang
1
-4
/
+15
2019-09-19
tun: fix use-after-free when register netdev failed
Yang Yingliang
1
-5
/
+11
2019-08-09
tun: mark small packets as owned by the tap sock
Alexis Bauvin
1
-0
/
+1
2019-07-03
tun: wake up waitqueues after IFF_UP is set
Fei Li
1
-10
/
+9
2019-04-03
tun: add a missing rcu_read_unlock() in error path
Eric Dumazet
1
-0
/
+1
2019-04-03
tun: properly test for IFF_UP
Eric Dumazet
1
-4
/
+11
2019-03-13
tun: remove unnecessary memory barrier
Timur Celik
1
-1
/
+1
2019-03-13
tun: fix blocking read
Timur Celik
1
-2
/
+2
2018-12-17
tun: forbid iface creation with rtnl ops
Nicolas Dichtel
1
-3
/
+3
2018-11-23
tuntap: fix multiqueue rx
Matthew Cover
1
-1
/
+5
2018-11-13
tun: Consistently configure generic netdev params via rtnetlink
Serhey Popovych
1
-0
/
+2
2018-09-19
tuntap: fix use after free during release
Jason Wang
1
-1
/
+1
2018-09-19
tun: fix use after free for ptr_ring
Jason Wang
1
-14
/
+7
2018-06-26
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
Willem de Bruijn
1
-1
/
+2
2018-06-11
tun: Fix NULL pointer dereference in XDP redirect
Toshiaki Makita
1
-6
/
+9
2018-03-08
tuntap: disable preemption during XDP processing
Jason Wang
1
-0
/
+6
2018-03-08
tuntap: correctly add the missing XDP flush
Jason Wang
1
-0
/
+1
2018-01-31
tun: fix a memory leak for tfile->tx_array
Cong Wang
1
-2
/
+13
2017-12-17
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
1
-0
/
+2
2017-12-17
tun: fix rcu_read_lock imbalance in tun_build_skb
Xin Long
1
-1
/
+2
2017-12-17
tun: free skb in early errors
Wei Xu
1
-6
/
+18
2017-11-01
tun/tap: sanitize TUNSETSNDBUF input
Craig Gallek
1
-0
/
+4
2017-10-28
tuntap: properly align skb->head before building skb
Jason Wang
1
-0
/
+1
2017-10-26
tun: allow positive return values on dev_get_valid_name() call
Julien Gomes
1
-1
/
+1
2017-10-16
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
1
-0
/
+3
2017-09-28
tun: bail out from tun_get_user() if the skb is empty
Alexander Potapenko
1
-3
/
+5
2017-09-05
tun: rename generic_xdp to skb_xdp
Jason Wang
1
-7
/
+11
2017-09-05
tun: reserve extra headroom only when XDP is set
Jason Wang
1
-8
/
+18
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-08-18
tun: handle register_netdevice() failures properly
Eric Dumazet
1
-0
/
+3
2017-08-16
tun: make tun_build_skb() thread safe
Eric Dumazet
1
-6
/
+1
2017-08-16
tun/tap: use paren's with sizeof
stephen hemminger
1
-1
/
+1
2017-08-13
tap: XDP support
Jason Wang
1
-7
/
+142
2017-08-13
tap: use build_skb() for small packet
Jason Wang
1
-21
/
+91
2017-08-03
sock: enable MSG_ZEROCOPY
Willem de Bruijn
1
-1
/
+1
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+9
2017-07-24
tun/tap: Add the missed return value check of register_netdevice_notifier
Tonghao Zhang
1
-1
/
+9
2017-07-17
tun/tap: Remove references to NETIF_F_UFO.
David S. Miller
1
-6
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+2
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-2
/
+2
2017-06-06
tun: use symmetric hash
Jason Wang
1
-3
/
+3
2017-05-18
tun: support receiving skb through msg_control
Jason Wang
1
-8
/
+10
2017-05-18
tun: export skb_array
Jason Wang
1
-0
/
+13
2017-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-03-21
tun: fix inability to set offloads after disabling them via ethtool
Yaroslav Isakov
1
-0
/
+2
2017-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+15
2017-03-13
tun: fix premature POLLOUT notification on tun devices
Hannes Frederic Sowa
1
-3
/
+15
[next]