Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-30net: tun: avoid disabling NAPI twiceJakub Kicinski
2022-06-28net: tun: stop NAPI when detaching queuesJakub Kicinski
2022-06-25net: tun: unlink NAPI from device on destructionJakub Kicinski
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart
2022-03-12net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang
2022-03-06net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"Dongli Zhang
2022-03-03tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang
2022-03-02tun: support NAPI for packets received from batched XDP buffsHarold Huang
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-18tun: avoid double free in tun_free_netdevGeorge Kennedy
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-15tun: fix bonding active backup with arp monitoringNicolas Dichtel
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-05-19tun: use DEVICE_ATTR_RO macroYueHaibing
2021-04-28net: tun: Remove redundant assignment to retYang Li
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-07net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-02-12net: fix dev_ifsioc_locked() race conditionCong Wang
2021-01-20net: tun: fix misspellings using codespell toolMenglong Dong
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-08tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-08skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2020-12-29tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-23net/tun: Call type change netdev notifiersMartin Schiller
2020-11-22tun: honor IOCB_NOWAIT flagJens Axboe
2020-11-10tun: switch to net core provided statistics countersHeiner Kallweit
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski
2020-08-20net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-01tun: add missing rcu annotation in tun_set_ebpf()Jason Wang
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-06-30tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-06-01tun: correct header offsets in napi frags modeWillem de Bruijn
2020-05-15tun: Add XDP frame sizeJesper Dangaard Brouer
2020-04-13net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin
2020-04-06tun: Don't put_page() for all negative return values from XDP programWill Deacon
2020-03-07tun: reject unsupported coalescing paramsJakub Kicinski
2020-03-06tun: drop TUN_DEBUG and tun_debug()Michal Kubecek