aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30tun: move the call to tun_set_real_num_queuesGeorge Amanakis1-2/+1
2019-01-10tun: publish tfile after it's fully initializedStanislav Fomichev1-4/+7
2018-12-14tun: replace get_cpu_ptr with this_cpu_ptr when bh disabledPrashant Bhole1-2/+4
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2018-12-06tun: remove unnecessary check in tun_flow_updateLi RongQing1-4/+1
2018-12-06tun: align write-heavy flow entry members to a cache lineLi RongQing1-3/+5
2018-12-03tun: remove skb access after netif_receive_skbPrashant Bhole1-1/+2
2018-11-30tun: forbid iface creation with rtnl opsNicolas Dichtel1-3/+3
2018-11-30tun: implement carrier changeNicolas Dichtel1-1/+26
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-11-18tuntap: fix multiqueue rxMatthew Cover1-1/+6
2018-11-18tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet1-8/+7
2018-11-17tun: Adjust on-stack tun_page initialization.David S. Miller1-1/+3
2018-11-17tuntap: free XDP dropped packets in a batchJason Wang1-3/+26
2018-11-07tun: compute the RFS hash only if needed.Paolo Abeni1-1/+2
2018-10-15tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych1-0/+2
2018-10-10net: tun: remove useless codes of tun_automq_select_queueWang Li1-22/+13
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+21
2018-10-01tun: napi flags belong to tfileEric Dumazet1-9/+14
2018-10-01tun: initialize napi_mutex unconditionallyEric Dumazet1-1/+1
2018-10-01tun: remove unused parametersEric Dumazet1-6/+6
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-43/+0
2018-09-23tun: remove ndo_poll_controllerEric Dumazet1-43/+0
2018-09-13tuntap: accept an array of XDP buffs through sendmsg()Jason Wang1-3/+114
2018-09-13tun: switch to new type of msg_controlJason Wang1-1/+5
2018-09-13tuntap: move XDP flushing out of tun_do_xdp()Jason Wang1-1/+2
2018-09-13tuntap: split out XDP logicJason Wang1-37/+51
2018-09-13tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang1-15/+24
2018-09-13tuntap: simplify error handling in tun_build_skb()Jason Wang1-7/+3
2018-09-13tuntap: enable bh early during processing XDPJason Wang1-7/+3
2018-09-13tuntap: switch to use XDP_PACKET_HEADROOMJason Wang1-2/+1
2018-09-13net: sock: introduce SOCK_XDPJason Wang1-0/+19
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-08-04tun: not use hardcoded mask valueLi RongQing1-1/+2
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+1
2018-07-16tun: Fix use-after-free on XDP_TXToshiaki Makita1-1/+1
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-1/+2
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-27/+17
2018-06-05tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer1-22/+1
2018-06-04Allow ethtool to change tun link settingsChas Williams1-2/+25
2018-06-03tun: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer1-6/+13
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-2/+6
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+9
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15