summaryrefslogtreecommitdiffstats
path: root/drivers/net/tap.c
Commit message (Expand)AuthorAgeFilesLines
* net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-221-1/+1
* net: fill in MODULE_DESCRIPTION()s under drivers/net/Jakub Kicinski2023-10-281-0/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-0/+1
|\
| * eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\ \
| * | net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
| |/
* / net: tap: change tap_alloc_skb() to allow bigger paged allocationsEric Dumazet2023-08-021-1/+3
|/
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-101-2/+2
* tap: add support for IOCB_NOWAITJens Axboe2023-03-101-2/+13
* tap: tap_open(): correctly initialize socket uidPietro Borrello2023-02-061-1/+1
* driver/net/tun: Added features for USO.Andrew Melnychenko2022-12-121-2/+8
* net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru2022-08-051-9/+11
* net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang2022-03-061-10/+25
* tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang2022-03-021-1/+2
* net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-111-4/+3
* net: tap: check vlan with eth_type_vlan() methodMenglong Dong2021-01-151-4/+2
* tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon2021-01-071-2/+1
* net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-2/+1
* skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-1/+1
* net: tap: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-081-8/+6
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* net: tap: clean up an indentation issueColin Ian King2019-09-271-1/+1
* coallocate socket_wq with socket itselfAl Viro2019-07-081-3/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-2/+2
* tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn2019-01-011-2/+1
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-131-1/+1
* net: tap: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-4/+2
* tap: accept an array of XDP buffs through sendmsg()Jason Wang2018-09-131-2/+72
* tun: switch to new type of msg_controlJason Wang2018-09-131-6/+12
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-071-1/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-22/+20
|\
| * tap: fix use-after-freeMichael S. Tsirkin2018-01-291-3/+0
| * tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-091-20/+21
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | tap: free skb if flags errorWei Xu2017-12-021-4/+10
|/
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-241-1/+1
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-11/+14
|\
| * tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2017-11-011-0/+2
| * tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-281-2/+3
| * tap: double-free in error path in tap_open()Girish Moodalbail2017-10-261-9/+9
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* tun/tap: use paren's with sizeofstephen hemminger2017-08-161-1/+1
* tap: make struct tap_fops staticColin Ian King2017-08-131-1/+1
* tun/tap: Remove references to NETIF_F_UFO.David S. Miller2017-07-171-5/+2
* tap: convert a mutex to a spinlockWANG Cong2017-07-111-9/+9
* tap: support receiving skb from msg_controlJason Wang2017-05-181-4/+8