summaryrefslogtreecommitdiff
path: root/drivers/net/tap.c
AgeCommit message (Expand)Author
2023-10-28net: fill in MODULE_DESCRIPTION()s under drivers/net/Jakub Kicinski
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski
2023-08-02net: tap: change tap_alloc_skb() to allow bigger paged allocationsEric Dumazet
2023-08-02net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-03-10tap: add support for IOCB_NOWAITJens Axboe
2023-02-06tap: tap_open(): correctly initialize socket uidPietro Borrello
2022-12-12driver/net/tun: Added features for USO.Andrew Melnychenko
2022-08-05net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru
2022-03-06net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang
2022-03-02tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang
2021-01-15net: tap: check vlan with eth_type_vlan() methodMenglong Dong
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2020-01-08net: tap: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-09-27net: tap: clean up an indentation issueColin Ian King
2019-07-08coallocate socket_wq with socket itselfAl Viro
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy
2019-01-01tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-09-21net: tap: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-13tap: accept an array of XDP buffs through sendmsg()Jason Wang
2018-09-13tun: switch to new type of msg_controlJason Wang
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29tap: fix use-after-freeMichael S. Tsirkin
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang
2017-12-02tap: free skb if flags errorWei Xu
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail
2017-10-26tap: double-free in error path in tap_open()Girish Moodalbail
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
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