summaryrefslogtreecommitdiff
path: root/drivers/net/veth.c
AgeCommit message (Expand)Author
2021-12-23veth: ensure skb entering GRO are not cloned.Paolo Abeni
2021-07-29veth: use skb_prepare_for_gro()Paolo Abeni
2021-07-20veth: create by default nr_possible_cpus queuesPaolo Abeni
2021-07-20veth: implement support for set_channel ethtool opPaolo Abeni
2021-07-20veth: factor out initialization helperPaolo Abeni
2021-07-20veth: always report zero combined channelsPaolo Abeni
2021-04-16veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen
2021-04-11veth: refine napi usagePaolo Abeni
2021-04-11veth: allow enabling NAPI even without XDPPaolo Abeni
2021-04-11veth: use skb_orphan_partial instead of skb_orphanPaolo Abeni
2021-03-30veth: Implement ethtool's get_channels() callbackMaciej Fijalkowski
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-06veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
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-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-19net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()Maciej Żenczykowski
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-06-01xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi
2020-05-14veth: Xdp using frame_sz in veth driverJesper Dangaard Brouer
2020-05-14veth: Adjust hard_start offset on redirect XDP framesJesper Dangaard Brouer
2020-03-26veth: rely on peer veth_rq for ndo_xdp_xmit accountingLorenzo Bianconi
2020-03-26veth: rely on veth_rq in veth_xdp_flush_bq signatureLorenzo Bianconi
2020-03-19veth: remove atomic64_add from veth_xdp_xmit hotpathLorenzo Bianconi
2020-03-19veth: introduce more xdp countersLorenzo Bianconi
2020-03-19veth: distinguish between rx_drops and xdp_dropsLorenzo Bianconi
2020-03-19veth: introduce more specialized counters in veth_statsLorenzo Bianconi
2020-03-19veth: move xdp stats in a dedicated structureLorenzo Bianconi
2020-03-05veth: ignore peer tx_dropped when counting local rx_droppedJiang Lidong
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen
2019-11-07veth: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet
2019-06-25veth: Support bulk XDP_TXToshiaki Makita
2019-06-19veth: use xdp_release_frame for XDP_PASSJesper Dangaard Brouer
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann
2019-02-23veth: Fix -Wformat-truncationFlorian Fainelli
2019-02-08veth: Mark expected switch fall-throughsGustavo A. R. Silva
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern
2018-10-15veth: Add ethtool statistics support for XDPToshiaki Makita