summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2019-09-19tun: fix use-after-free when register netdev failedYang Yingliang
2019-08-09tun: mark small packets as owned by the tap sockAlexis Bauvin
2019-07-03tun: wake up waitqueues after IFF_UP is setFei Li
2019-04-03tun: add a missing rcu_read_unlock() in error pathEric Dumazet
2019-04-03tun: properly test for IFF_UPEric Dumazet
2019-03-13tun: remove unnecessary memory barrierTimur Celik
2019-03-13tun: fix blocking readTimur Celik
2018-12-17tun: forbid iface creation with rtnl opsNicolas Dichtel
2018-11-23tuntap: fix multiqueue rxMatthew Cover
2018-11-13tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych
2018-09-19tuntap: fix use after free during releaseJason Wang
2018-09-19tun: fix use after free for ptr_ringJason Wang
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-11tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita
2018-03-08tuntap: disable preemption during XDP processingJason Wang
2018-03-08tuntap: correctly add the missing XDP flushJason Wang
2018-01-31tun: fix a memory leak for tfile->tx_arrayCong Wang
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-12-17tun: fix rcu_read_lock imbalance in tun_build_skbXin Long
2017-12-17tun: free skb in early errorsWei Xu
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek
2017-10-28tuntap: properly align skb->head before building skbJason Wang
2017-10-26tun: allow positive return values on dev_get_valid_name() callJulien Gomes
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-09-28tun: bail out from tun_get_user() if the skb is emptyAlexander Potapenko
2017-09-05tun: rename generic_xdp to skb_xdpJason Wang
2017-09-05tun: reserve extra headroom only when XDP is setJason Wang
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18tun: handle register_netdevice() failures properlyEric Dumazet
2017-08-16tun: make tun_build_skb() thread safeEric Dumazet
2017-08-16tun/tap: use paren's with sizeofstephen hemminger
2017-08-13tap: XDP supportJason Wang
2017-08-13tap: use build_skb() for small packetJason Wang
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-24tun/tap: Add the missed return value check of register_netdevice_notifierTonghao Zhang
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-06tun: use symmetric hashJason Wang
2017-05-18tun: support receiving skb through msg_controlJason Wang
2017-05-18tun: export skb_arrayJason Wang
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-21tun: fix inability to set offloads after disabling them via ethtoolYaroslav Isakov
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13tun: fix premature POLLOUT notification on tun devicesHannes Frederic Sowa
2017-03-13net: tun: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-09tun: remove copyright printingLABBE Corentin
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar