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