summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorLines
2017-09-05tun: rename generic_xdp to skb_xdpJason Wang-7/+11
2017-09-05tun: reserve extra headroom only when XDP is setJason Wang-8/+18
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2017-08-18tun: handle register_netdevice() failures properlyEric Dumazet-0/+3
2017-08-16tun: make tun_build_skb() thread safeEric Dumazet-6/+1
2017-08-16tun/tap: use paren's with sizeofstephen hemminger-1/+1
2017-08-13tap: XDP supportJason Wang-7/+142
2017-08-13tap: use build_skb() for small packetJason Wang-21/+91
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+9
2017-07-24tun/tap: Add the missed return value check of register_netdevice_notifierTonghao Zhang-1/+9
2017-07-17tun/tap: Remove references to NETIF_F_UFO.David S. Miller-6/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer-1/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-2/+2
2017-06-06tun: use symmetric hashJason Wang-3/+3
2017-05-18tun: support receiving skb through msg_controlJason Wang-8/+10
2017-05-18tun: export skb_arrayJason Wang-0/+13
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-03-21tun: fix inability to set offloads after disabling them via ethtoolYaroslav Isakov-0/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+15
2017-03-13tun: fix premature POLLOUT notification on tun devicesHannes Frederic Sowa-3/+15
2017-03-13net: tun: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-13/+11
2017-03-09tun: remove copyright printingLABBE Corentin-1/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+6
2017-02-06tun: read vnet_hdr_sz onceWillem de Bruijn-4/+6
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang-1/+1
2017-01-18tun: rx batchingJason Wang-6/+70
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+2
2016-12-06tun: Use netif_receive_skb instead of netif_rxAndrey Konovalov-0/+6
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro-5/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+4
2016-11-30tun: handle ubuf refcount correctly when meet errorsJason Wang-6/+4
2016-11-24tuntap: remove unnecessary sk_receive_queue length check during xmitJason Wang-7/+0
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme-2/+1
2016-11-19virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme-5/+3
2016-10-31driver: tun: Use new macro SOCK_IOC_TYPE instead of literal number 0x89Gao Feng-1/+1
2016-10-29driver: tun: Move tun check into the block of TUNSETIFF condition checkGao Feng-1/+5
2016-10-20net: use core MTU range checking in core net infraJarod Wilson-14/+6
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+1
2016-08-23tun: fix transmit timestamp supportSoheil Hassas Yeganeh-5/+1
2016-08-20tun: Rename a jump label in update_filter()Markus Elfring-3/+2
2016-08-20tun: Use memdup_user() rather than duplicating its implementationMarkus Elfring-8/+3
2016-07-08tun: Don't assume type tun in tun_device_eventCraig Gallek-0/+3
2016-07-04tun: fix build warningsJason Wang-3/+5
2016-07-01tun: switch to use skb array for txJason Wang-8/+130