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