aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-05-19tun: use DEVICE_ATTR_RO macroYueHaibing1-8/+8
2021-04-28net: tun: Remove redundant assignment to retYang Li1-1/+0
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+48
2021-04-06net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter1-0/+48
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-6/+9
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang1-3/+2
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong1-1/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+1
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+3
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon1-2/+1
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-2/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-1/+1
2020-12-28tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang1-1/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+11
2020-11-23net/tun: Call type change netdev notifiersMartin Schiller1-1/+10
2020-11-21tun: honor IOCB_NOWAIT flagJens Axboe1-3/+11
2020-11-09tun: switch to net core provided statistics countersHeiner Kallweit1-87/+34
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-19net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski1-18/+0
2020-08-19net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski1-3/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-15/+0
2020-07-31tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-15/+0
2020-06-30tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+2
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