summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2019-03-16tun: add a missing rcu_read_unlock() in error pathEric Dumazet
2019-03-15tun: properly test for IFF_UPEric Dumazet
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-25tun: remove unnecessary memory barrierTimur Celik
2019-02-24tun: fix blocking readTimur Celik
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy
2019-01-30tun: move the call to tun_set_real_num_queuesGeorge Amanakis
2019-01-10tun: publish tfile after it's fully initializedStanislav Fomichev
2018-12-14tun: replace get_cpu_ptr with this_cpu_ptr when bh disabledPrashant Bhole
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-06tun: remove unnecessary check in tun_flow_updateLi RongQing
2018-12-06tun: align write-heavy flow entry members to a cache lineLi RongQing
2018-12-03tun: remove skb access after netif_receive_skbPrashant Bhole
2018-11-30tun: forbid iface creation with rtnl opsNicolas Dichtel
2018-11-30tun: implement carrier changeNicolas Dichtel
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-18tuntap: fix multiqueue rxMatthew Cover
2018-11-18tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet
2018-11-17tun: Adjust on-stack tun_page initialization.David S. Miller
2018-11-17tuntap: free XDP dropped packets in a batchJason Wang
2018-11-07tun: compute the RFS hash only if needed.Paolo Abeni
2018-10-15tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych
2018-10-10net: tun: remove useless codes of tun_automq_select_queueWang Li
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01tun: napi flags belong to tfileEric Dumazet
2018-10-01tun: initialize napi_mutex unconditionallyEric Dumazet
2018-10-01tun: remove unused parametersEric Dumazet
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-23tun: remove ndo_poll_controllerEric Dumazet
2018-09-13tuntap: accept an array of XDP buffs through sendmsg()Jason Wang
2018-09-13tun: switch to new type of msg_controlJason Wang
2018-09-13tuntap: move XDP flushing out of tun_do_xdp()Jason Wang
2018-09-13tuntap: split out XDP logicJason Wang
2018-09-13tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang
2018-09-13tuntap: simplify error handling in tun_build_skb()Jason Wang
2018-09-13tuntap: enable bh early during processing XDPJason Wang
2018-09-13tuntap: switch to use XDP_PACKET_HEADROOMJason Wang
2018-09-13net: sock: introduce SOCK_XDPJason Wang
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-04tun: not use hardcoded mask valueLi RongQing
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-16tun: Fix use-after-free on XDP_TXToshiaki Makita
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer