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