summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-26tun: fix bonding active backup with arp monitoringNicolas Dichtel1-0/+5
2021-04-16net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter1-0/+48
2020-12-08tun: honor IOCB_NOWAIT flagJens Axboe1-3/+11
2020-03-11tuntap: correctly set SOCKWQ_ASYNC_NOSPACEJason Wang1-4/+15
2019-09-19tun: fix use-after-free when register netdev failedYang Yingliang1-5/+11
2019-08-09tun: mark small packets as owned by the tap sockAlexis Bauvin1-0/+1
2019-07-03tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-04-03tun: add a missing rcu_read_unlock() in error pathEric Dumazet1-0/+1
2019-04-03tun: properly test for IFF_UPEric Dumazet1-4/+11
2019-03-14tun: remove unnecessary memory barrierTimur Celik1-1/+1
2019-03-14tun: fix blocking readTimur Celik1-2/+2
2018-12-17tun: forbid iface creation with rtnl opsNicolas Dichtel1-3/+3
2018-11-23tuntap: fix multiqueue rxMatthew Cover1-1/+5
2018-11-13tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych1-0/+2
2018-09-19tuntap: fix use after free during releaseJason Wang1-1/+1
2018-09-19tun: fix use after free for ptr_ringJason Wang1-14/+7
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-1/+2
2018-06-11tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-03-09tuntap: disable preemption during XDP processingJason Wang1-0/+6
2018-03-09tuntap: correctly add the missing XDP flushJason Wang1-0/+1
2018-01-31tun: fix a memory leak for tfile->tx_arrayCong Wang1-2/+13
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+2
2017-12-17tun: fix rcu_read_lock imbalance in tun_build_skbXin Long1-1/+2
2017-12-17tun: free skb in early errorsWei Xu1-6/+18
2017-11-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek1-0/+4
2017-10-28tuntap: properly align skb->head before building skbJason Wang1-0/+1
2017-10-26tun: allow positive return values on dev_get_valid_name() callJulien Gomes1-1/+1
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-09-28tun: bail out from tun_get_user() if the skb is emptyAlexander Potapenko1-3/+5
2017-09-06tun: rename generic_xdp to skb_xdpJason Wang1-7/+11
2017-09-06tun: reserve extra headroom only when XDP is setJason Wang1-8/+18
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-08-19tun: handle register_netdevice() failures properlyEric Dumazet1-0/+3
2017-08-17tun: make tun_build_skb() thread safeEric Dumazet1-6/+1
2017-08-16tun/tap: use paren's with sizeofstephen hemminger1-1/+1
2017-08-14tap: XDP supportJason Wang1-7/+142
2017-08-14tap: use build_skb() for small packetJason Wang1-21/+91
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn1-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2017-07-24tun/tap: Add the missed return value check of register_netdevice_notifierTonghao Zhang1-1/+9
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller1-6/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-06-06tun: use symmetric hashJason Wang1-3/+3
2017-05-18tun: support receiving skb through msg_controlJason Wang1-8/+10
2017-05-18tun: export skb_arrayJason Wang1-0/+13
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-03-22tun: fix inability to set offloads after disabling them via ethtoolYaroslav Isakov1-0/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15