summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-14tun: fix premature POLLOUT notification on tun devicesHannes Frederic Sowa1-3/+15
2017-03-14net: tun: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+11
2017-03-10tun: remove copyright printingLABBE Corentin1-1/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2017-02-07tun: read vnet_hdr_sz onceWillem de Bruijn1-4/+6
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang1-1/+1
2017-01-19tun: rx batchingJason Wang1-6/+70
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1