aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-01tun: correct header offsets in napi frags modeWillem de Bruijn1-4/+10
2020-05-14tun: Add XDP frame sizeJesper Dangaard Brouer1-0/+2
2020-04-12net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin1-1/+2
2020-04-06tun: Don't put_page() for all negative return values from XDP programWill Deacon1-4/+6
2020-03-06tun: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-05tun: drop TUN_DEBUG and tun_debug()Michal Kubecek1-17/+0
2020-03-05tun: replace tun_debug() by netif_info()Michal Kubecek1-33/+27
2020-03-05tun: drop useless debugging statementsMichal Kubecek1-13/+0
2020-03-05tun: get rid of DBG1() macroMichal Kubecek1-14/+0
2020-03-05tun: fix misleading comment formatMichal Kubecek1-2/+1
2020-02-23tun: Remove unnecessary BUG_ON check in tun_net_xmitDavid Ahern1-2/+0
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-01-23tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()Eric Dumazet1-0/+4
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-2/+2
2019-11-15tun: fix data-race in gro_normal_list()Petar Penkov1-2/+2
2019-11-07tun: switch to u64_stats_tEric Dumazet1-16/+16
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-09tun: remove possible false sharing in tun_flow_update()Eric Dumazet1-2/+2
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+0
2019-10-08tun: fix memory leak in error pathEric Dumazet1-2/+12
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-12tun: fix use-after-free when register netdev failedYang Yingliang1-5/+11
2019-07-25tun: mark small packets as owned by the tap sockAlexis Bauvin1-3/+6
2019-07-08coallocate socket_wq with socket itselfAl Viro1-5/+3
2019-06-18tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-09tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang1-1/+6
2019-05-09tuntap: fix dividing by zero in ebpf queue selectionJason Wang1-1/+6
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+2
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-1/+1
2019-03-21tun: Remove unused first parameter of tun_get_iff()Kirill Tkhai1-4/+3
2019-03-21tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai1-0/+8
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-03-16tun: add a missing rcu_read_unlock() in error pathEric Dumazet1-0/+1
2019-03-15tun: properly test for IFF_UPEric Dumazet1-4/+11
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-02-25tun: remove unnecessary memory barrierTimur Celik1-1/+1
2019-02-24tun: fix blocking readTimur Celik1-2/+2
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy1-2/+2
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