aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-29veth: use skb_prepare_for_gro()Paolo Abeni1-1/+1
2021-07-20veth: create by default nr_possible_cpus queuesPaolo Abeni1-0/+37
2021-07-20veth: implement support for set_channel ethtool opPaolo Abeni1-2/+123
2021-07-20veth: factor out initialization helperPaolo Abeni1-49/+92
2021-07-20veth: always report zero combined channelsPaolo Abeni1-2/+0
2021-04-16veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen1-4/+3
2021-04-11veth: refine napi usagePaolo Abeni1-1/+22
2021-04-11veth: allow enabling NAPI even without XDPPaolo Abeni1-13/+116
2021-04-11veth: use skb_orphan_partial instead of skb_orphanPaolo Abeni1-1/+1
2021-03-30veth: Implement ethtool's get_channels() callbackMaciej Fijalkowski1-0/+12
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+15
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-13/+15
2021-03-06veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski1-2/+1
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi1-20/+58
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi1-15/+3
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-6/+2
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+4
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+8
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-4/+8
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-2/+2
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-0/+9
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-2/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-19net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()Maciej Żenczykowski1-3/+3
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-15/+0
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-01xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi1-5/+1
2020-05-14veth: Xdp using frame_sz in veth driverJesper Dangaard Brouer1-9/+13
2020-05-14veth: Adjust hard_start offset on redirect XDP framesJesper Dangaard Brouer1-4/+4
2020-03-26veth: rely on peer veth_rq for ndo_xdp_xmit accountingLorenzo Bianconi1-47/+82
2020-03-26veth: rely on veth_rq in veth_xdp_flush_bq signatureLorenzo Bianconi1-15/+15
2020-03-19veth: remove atomic64_add from veth_xdp_xmit hotpathLorenzo Bianconi1-13/+17
2020-03-19veth: introduce more xdp countersLorenzo Bianconi1-7/+35
2020-03-19veth: distinguish between rx_drops and xdp_dropsLorenzo Bianconi1-5/+7
2020-03-19veth: introduce more specialized counters in veth_statsLorenzo Bianconi1-32/+40
2020-03-19veth: move xdp stats in a dedicated structureLorenzo Bianconi1-13/+17
2020-03-05veth: ignore peer tx_dropped when counting local rx_droppedJiang Lidong1-1/+1
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend1-1/+5
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-1/+1
2019-11-07veth: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet1-32/+11
2019-06-25veth: Support bulk XDP_TXToshiaki Makita1-12/+48
2019-06-19veth: use xdp_release_frame for XDP_PASSJesper Dangaard Brouer1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-02-23veth: Fix -Wformat-truncationFlorian Fainelli1-1/+2
2019-02-08veth: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern1-1/+1
2018-10-15veth: Add ethtool statistics support for XDPToshiaki Makita1-2/+46
2018-10-15veth: Account for XDP packet statistics on rx sideToshiaki Makita1-18/+79