summaryrefslogtreecommitdiff
path: root/drivers/net/tap.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-1/+4
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+1
2017-12-17tap: free skb if flags errorWei Xu1-4/+10
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek1-0/+2
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail1-2/+3
2017-10-26tap: double-free in error path in tap_open()Girish Moodalbail1-9/+9
2017-08-16tun/tap: use paren's with sizeofstephen hemminger1-1/+1
2017-08-14tap: 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 ac...Ingo Molnar1-1/+1
2017-02-12tap: tap as an independent moduleSainath Grandhi1-0/+11
2017-02-12tap: Extending tap device create/destroy APIsSainath Grandhi1-21/+97
2017-02-12tap: Abstract type of virtual interface from tap implementationSainath Grandhi1-146/+118
2017-02-12tap: Tap character device creation/destroy APISainath Grandhi1-11/+51
2017-02-12tap: Renaming tap related APIs, data structures, macrosSainath Grandhi1-166/+166
2017-02-12tap: Refactoring macvtap.cSainath Grandhi1-0/+1186