aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16tun/tap: use paren's with sizeofstephen hemminger1-1/+1
2017-08-13tap: make struct tap_fops staticColin Ian King1-1/+1
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller1-5/+2
2017-07-11tap: convert a mutex to a spinlockWANG Cong1-9/+9
2017-05-18tap: support receiving skb from msg_controlJason Wang1-4/+8
2017-05-18tap: export skb_arrayJason Wang1-0/+13
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-11tap: tap as an independent moduleSainath Grandhi1-0/+11
2017-02-11tap: Extending tap device create/destroy APIsSainath Grandhi1-21/+97
2017-02-11tap: Abstract type of virtual interface from tap implementationSainath Grandhi1-146/+118
2017-02-11tap: Tap character device creation/destroy APISainath Grandhi1-11/+51
2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi1-166/+166
2017-02-11tap: Refactoring macvtap.cSainath Grandhi1-0/+1186