index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tun: Consistently configure generic netdev params via rtnetlink
Serhey Popovych
2018-10-15
1
-0
/
+2
*
net: tun: remove useless codes of tun_automq_select_queue
Wang Li
2018-10-10
1
-22
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-03
1
-16
/
+21
|
\
|
*
tun: napi flags belong to tfile
Eric Dumazet
2018-10-01
1
-9
/
+14
|
*
tun: initialize napi_mutex unconditionally
Eric Dumazet
2018-10-01
1
-1
/
+1
|
*
tun: remove unused parameters
Eric Dumazet
2018-10-01
1
-6
/
+6
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-25
1
-43
/
+0
|
\
|
|
*
tun: remove ndo_poll_controller
Eric Dumazet
2018-09-23
1
-43
/
+0
*
|
tuntap: accept an array of XDP buffs through sendmsg()
Jason Wang
2018-09-13
1
-3
/
+114
*
|
tun: switch to new type of msg_control
Jason Wang
2018-09-13
1
-1
/
+5
*
|
tuntap: move XDP flushing out of tun_do_xdp()
Jason Wang
2018-09-13
1
-1
/
+2
*
|
tuntap: split out XDP logic
Jason Wang
2018-09-13
1
-37
/
+51
*
|
tuntap: tweak on the path of skb XDP case in tun_build_skb()
Jason Wang
2018-09-13
1
-15
/
+24
*
|
tuntap: simplify error handling in tun_build_skb()
Jason Wang
2018-09-13
1
-7
/
+3
*
|
tuntap: enable bh early during processing XDP
Jason Wang
2018-09-13
1
-7
/
+3
*
|
tuntap: switch to use XDP_PACKET_HEADROOM
Jason Wang
2018-09-13
1
-2
/
+1
*
|
net: sock: introduce SOCK_XDP
Jason Wang
2018-09-13
1
-0
/
+19
|
/
*
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
1
-1
/
+1
|
\
|
*
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
2018-07-21
1
-1
/
+1
*
|
tun: not use hardcoded mask value
Li RongQing
2018-08-04
1
-1
/
+2
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
1
-1
/
+1
|
\
\
|
*
|
tun: Fix use-after-free on XDP_TX
Toshiaki Makita
2018-07-16
1
-1
/
+1
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-14
1
-1
/
+0
|
\
\
|
*
|
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-13
1
-1
/
+0
|
|
/
*
/
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
1
-1
/
+2
|
/
*
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
Willem de Bruijn
2018-06-07
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-06-05
1
-27
/
+17
|
\
|
*
tun: remove ndo_xdp_flush call tun_xdp_flush
Jesper Dangaard Brouer
2018-06-05
1
-22
/
+1
|
*
tun: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-06-03
1
-6
/
+13
|
*
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
2018-06-03
1
-2
/
+6
*
|
Allow ethtool to change tun link settings
Chas Williams
2018-06-04
1
-2
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-03
1
-6
/
+9
|
\
\
|
|
/
|
/
|
|
*
tun: Fix NULL pointer dereference in XDP redirect
Toshiaki Makita
2018-05-29
1
-6
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-26
1
-4
/
+15
|
\
|
|
*
tuntap: correctly set SOCKWQ_ASYNC_NOSPACE
Jason Wang
2018-05-23
1
-4
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-24
1
-13
/
+24
|
\
\
|
*
|
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
2018-05-24
1
-13
/
+24
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-21
1
-15
/
+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
tuntap: fix use after free during release
Jason Wang
2018-05-16
1
-1
/
+1
|
*
tun: fix use after free for ptr_ring
Jason Wang
2018-05-14
1
-15
/
+12
*
|
tun: Do SIOCGSKNS out of rtnl_lock()
Kirill Tkhai
2018-05-10
1
-11
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-21
1
-6
/
+1
|
\
|
|
*
tun: fix vlan packet truncation
Bjørn Mork
2018-04-18
1
-6
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-04-21
1
-1
/
+2
|
\
\
|
*
|
bpf: make tun compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+2
*
|
|
tun: do not compute the rxhash, if not needed
Paolo Abeni
2018-04-20
1
-9
/
+6
|
/
/
*
|
xdp: transition into using xdp_frame for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-04-17
1
-7
/
+12
*
|
xdp: transition into using xdp_frame for return API
Jesper Dangaard Brouer
2018-04-17
1
-2
/
+2
*
|
xdp: rhashtable with allocator ID to pointer mapping
Jesper Dangaard Brouer
2018-04-17
1
-0
/
+6
*
|
tun: convert to use generic xdp_frame and xdp_return_frame API
Jesper Dangaard Brouer
2018-04-17
1
-23
/
+20
|
/
[next]