summaryrefslogtreecommitdiffstats
path: root/drivers/net/tap.c
Commit message (Expand)AuthorAge
* coallocate socket_wq with socket itselfAl Viro2019-07-08
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-22
* tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn2019-01-01
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-13
* net: tap: remove redundant null pointer check before kfree_skbzhong jiang2018-09-21
* tap: accept an array of XDP buffs through sendmsg()Jason Wang2018-09-13
* tun: switch to new type of msg_controlJason Wang2018-09-13
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-07
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * tap: fix use-after-freeMichael S. Tsirkin2018-01-29
| * tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-09
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* | tap: free skb if flags errorWei Xu2017-12-02
|/
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-23
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\
| * tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2017-11-01
| * tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-28
| * tap: double-free in error path in tap_open()Girish Moodalbail2017-10-26
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* tun/tap: use paren's with sizeofstephen hemminger2017-08-16
* tap: make struct tap_fops staticColin Ian King2017-08-13
* tun/tap: Remove references to NETIF_F_UFO.David S. Miller2017-07-17
* tap: convert a mutex to a spinlockWANG Cong2017-07-11
* tap: support receiving skb from msg_controlJason Wang2017-05-18
* tap: export skb_arrayJason Wang2017-05-18
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-02
* tap: tap as an independent moduleSainath Grandhi2017-02-11
* tap: Extending tap device create/destroy APIsSainath Grandhi2017-02-11
* tap: Abstract type of virtual interface from tap implementationSainath Grandhi2017-02-11
* tap: Tap character device creation/destroy APISainath Grandhi2017-02-11
* tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-11
* tap: Refactoring macvtap.cSainath Grandhi2017-02-11