summaryrefslogtreecommitdiff
path: root/drivers/net/veth.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20veth: Ensure eth header is in skb's linear partGuillaume Nault1-1/+1
2022-02-16veth: fix races around rq->rx_notify_maskedEric Dumazet1-5/+8
2022-01-16veth: Do not record rx queue hint in veth_xmitDaniel Borkmann1-1/+0
2021-12-29veth: ensure skb entering GRO are not cloned.Paolo Abeni1-2/+6
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-17veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen1-4/+3
2021-04-12veth: refine napi usagePaolo Abeni1-1/+22
2021-04-12veth: allow enabling NAPI even without XDPPaolo Abeni1-13/+116
2021-04-12veth: 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-26Merge 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-21net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi1-15/+3
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-6/+2
2021-01-09net, 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-20net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()Maciej Żenczykowski1-3/+3
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-15/+0
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-02xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi1-5/+1
2020-05-15veth: Xdp using frame_sz in veth driverJesper Dangaard Brouer1-9/+13
2020-05-15veth: Adjust hard_start offset on redirect XDP framesJesper Dangaard Brouer1-4/+4
2020-03-27veth: rely on peer veth_rq for ndo_xdp_xmit accountingLorenzo Bianconi1-47/+82
2020-03-27veth: rely on veth_rq in veth_xdp_flush_bq signatureLorenzo Bianconi1-15/+15
2020-03-20veth: remove atomic64_add from veth_xdp_xmit hotpathLorenzo Bianconi1-13/+17
2020-03-20veth: introduce more xdp countersLorenzo Bianconi1-7/+35
2020-03-20veth: distinguish between rx_drops and xdp_dropsLorenzo Bianconi1-5/+7
2020-03-20veth: introduce more specialized counters in veth_statsLorenzo Bianconi1-32/+40
2020-03-20veth: move xdp stats in a dedicated structureLorenzo Bianconi1-13/+17
2020-03-06veth: 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-17xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-1/+1
2019-11-08veth: 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-13net: veth: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-02-24veth: Fix -Wformat-truncationFlorian Fainelli1-1/+2