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
/
tap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
2019-02-22
1
-2
/
+2
*
tap: call skb_probe_transport_header after setting skb->dev
Willem de Bruijn
2019-01-01
1
-2
/
+1
*
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
2018-12-13
1
-1
/
+1
*
net: tap: remove redundant null pointer check before kfree_skb
zhong jiang
2018-09-21
1
-4
/
+2
*
tap: accept an array of XDP buffs through sendmsg()
Jason Wang
2018-09-13
1
-2
/
+72
*
tun: switch to new type of msg_control
Jason Wang
2018-09-13
1
-6
/
+12
*
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
Willem de Bruijn
2018-06-07
1
-1
/
+4
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
1
-22
/
+20
|
\
|
*
tap: fix use-after-free
Michael S. Tsirkin
2018-01-29
1
-3
/
+0
|
*
tun/tap: use ptr_ring instead of skb_array
Jason Wang
2018-01-09
1
-20
/
+21
*
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
|
tap: free skb if flags error
Wei Xu
2017-12-02
1
-4
/
+10
|
/
*
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
2017-11-24
1
-1
/
+1
*
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
1
-11
/
+14
|
\
|
*
tun/tap: sanitize TUNSETSNDBUF input
Craig Gallek
2017-11-01
1
-0
/
+2
|
*
tap: reference to KVA of an unloaded module causes kernel panic
Girish Moodalbail
2017-10-28
1
-2
/
+3
|
*
tap: double-free in error path in tap_open()
Girish Moodalbail
2017-10-26
1
-9
/
+9
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
|
/
*
tun/tap: use paren's with sizeof
stephen hemminger
2017-08-16
1
-1
/
+1
*
tap: make struct tap_fops static
Colin Ian King
2017-08-13
1
-1
/
+1
*
tun/tap: Remove references to NETIF_F_UFO.
David S. Miller
2017-07-17
1
-5
/
+2
*
tap: convert a mutex to a spinlock
WANG Cong
2017-07-11
1
-9
/
+9
*
tap: support receiving skb from msg_control
Jason Wang
2017-05-18
1
-4
/
+8
*
tap: export skb_array
Jason Wang
2017-05-18
1
-0
/
+13
*
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
2017-03-03
1
-1
/
+1
*
tap: tap as an independent module
Sainath Grandhi
2017-02-11
1
-0
/
+11
*
tap: Extending tap device create/destroy APIs
Sainath Grandhi
2017-02-11
1
-21
/
+97
*
tap: Abstract type of virtual interface from tap implementation
Sainath Grandhi
2017-02-11
1
-146
/
+118
*
tap: Tap character device creation/destroy API
Sainath Grandhi
2017-02-11
1
-11
/
+51
*
tap: Renaming tap related APIs, data structures, macros
Sainath Grandhi
2017-02-11
1
-166
/
+166
*
tap: Refactoring macvtap.c
Sainath Grandhi
2017-02-11
1
-0
/
+1186