summaryrefslogtreecommitdiffstats
path: root/drivers/net/tap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-11/+14
|\
| * tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2017-11-011-0/+2
| * tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-281-2/+3
| * tap: double-free in error path in tap_open()Girish Moodalbail2017-10-261-9/+9
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* tun/tap: use paren's with sizeofstephen hemminger2017-08-161-1/+1
* tap: make struct tap_fops staticColin Ian King2017-08-131-1/+1
* tun/tap: Remove references to NETIF_F_UFO.David S. Miller2017-07-171-5/+2
* tap: convert a mutex to a spinlockWANG Cong2017-07-111-9/+9
* tap: support receiving skb from msg_controlJason Wang2017-05-181-4/+8
* tap: export skb_arrayJason Wang2017-05-181-0/+13
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-1/+1
* tap: tap as an independent moduleSainath Grandhi2017-02-111-0/+11
* tap: Extending tap device create/destroy APIsSainath Grandhi2017-02-111-21/+97
* tap: Abstract type of virtual interface from tap implementationSainath Grandhi2017-02-111-146/+118
* tap: Tap character device creation/destroy APISainath Grandhi2017-02-111-11/+51
* tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-111-166/+166
* tap: Refactoring macvtap.cSainath Grandhi2017-02-111-0/+1186
OpenPOWER on IntegriCloud