aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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