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.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
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-09
tuntap: disable preemption during XDP processing
Jason Wang
1
-0
/
+6
2018-03-09
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-06
tun: rename generic_xdp to skb_xdp
Jason Wang
1
-7
/
+11
2017-09-06
tun: reserve extra headroom only when XDP is set
Jason Wang
1
-8
/
+18
2017-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-08-19
tun: handle register_netdevice() failures properly
Eric Dumazet
1
-0
/
+3
2017-08-17
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-14
tap: XDP support
Jason Wang
1
-7
/
+142
2017-08-14
tap: use build_skb() for small packet
Jason Wang
1
-21
/
+91
2017-08-04
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-27
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-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-03-22
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-14
tun: fix premature POLLOUT notification on tun devices
Hannes Frederic Sowa
1
-3
/
+15
2017-03-14
net: tun: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-13
/
+11
2017-03-10
tun: remove copyright printing
LABBE Corentin
1
-1
/
+0
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+6
2017-02-07
tun: read vnet_hdr_sz once
Willem de Bruijn
1
-4
/
+6
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-20
virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving
Jason Wang
1
-1
/
+1
2017-01-19
tun: rx batching
Jason Wang
1
-6
/
+70
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-2
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
[next]