summaryrefslogtreecommitdiff
path: root/drivers/net/tap.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29tap: fix use-after-freeMichael S. Tsirkin
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang
2017-12-02tap: free skb if flags errorWei Xu
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail
2017-10-26tap: double-free in error path in tap_open()Girish Moodalbail
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-08-16tun/tap: use paren's with sizeofstephen hemminger
2017-08-13tap: make struct tap_fops staticColin Ian King
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller
2017-07-11tap: convert a mutex to a spinlockWANG Cong
2017-05-18tap: support receiving skb from msg_controlJason Wang
2017-05-18tap: export skb_arrayJason Wang
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-02-11tap: tap as an independent moduleSainath Grandhi
2017-02-11tap: Extending tap device create/destroy APIsSainath Grandhi
2017-02-11tap: Abstract type of virtual interface from tap implementationSainath Grandhi
2017-02-11tap: Tap character device creation/destroy APISainath Grandhi
2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi
2017-02-11tap: Refactoring macvtap.cSainath Grandhi