summaryrefslogtreecommitdiffstats
path: root/drivers/net/tap.c
AgeCommit message (Expand)AuthorLines
2023-03-10tap: add support for IOCB_NOWAITJens Axboe-2/+13
2023-02-06tap: tap_open(): correctly initialize socket uidPietro Borrello-1/+1
2022-12-12driver/net/tun: Added features for USO.Andrew Melnychenko-2/+8
2022-08-05net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru-9/+11
2022-03-06net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang-10/+25
2022-03-02tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang-1/+2
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang-4/+3
2021-01-15net: tap: check vlan with eth_type_vlan() methodMenglong Dong-4/+2
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon-2/+1
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon-2/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon-1/+1
2020-01-08net: tap: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld-8/+6
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann-11/+1
2019-09-27net: tap: clean up an indentation issueColin Ian King-1/+1
2019-07-08coallocate socket_wq with socket itselfAl Viro-3/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy-2/+2
2019-01-01tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn-2/+1
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata-1/+1
2018-09-21net: tap: remove redundant null pointer check before kfree_skbzhong jiang-4/+2
2018-09-13tap: accept an array of XDP buffs through sendmsg()Jason Wang-2/+72
2018-09-13tun: switch to new type of msg_controlJason Wang-6/+12
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn-1/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-5/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-22/+20
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-29tap: fix use-after-freeMichael S. Tsirkin-3/+0
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang-20/+21
2017-12-02tap: free skb if flags errorWei Xu-4/+10
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-11/+14
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek-0/+2
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail-2/+3
2017-10-26tap: double-free in error path in tap_open()Girish Moodalbail-9/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-08-16tun/tap: use paren's with sizeofstephen hemminger-1/+1
2017-08-13tap: make struct tap_fops staticColin Ian King-1/+1
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller-5/+2
2017-07-11tap: convert a mutex to a spinlockWANG Cong-9/+9
2017-05-18tap: support receiving skb from msg_controlJason Wang-4/+8
2017-05-18tap: export skb_arrayJason Wang-0/+13
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar-1/+1
2017-02-11tap: tap as an independent moduleSainath Grandhi-0/+11
2017-02-11tap: Extending tap device create/destroy APIsSainath Grandhi-21/+97
2017-02-11tap: Abstract type of virtual interface from tap implementationSainath Grandhi-146/+118
2017-02-11tap: Tap character device creation/destroy APISainath Grandhi-11/+51
2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi-166/+166
2017-02-11tap: Refactoring macvtap.cSainath Grandhi-0/+1186