aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c
AgeCommit message (Expand)Author
2022-04-20veth: Ensure eth header is in skb's linear partGuillaume Nault
2022-02-16veth: fix races around rq->rx_notify_maskedEric Dumazet
2022-01-16veth: Do not record rx queue hint in veth_xmitDaniel Borkmann
2021-03-30veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski
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
2018-10-15veth: Account for XDP packet statistics on rx sideToshiaki Makita
2018-10-15veth: Account for packet drops in ndo_xdp_xmitToshiaki Makita
2018-09-18veth: rename pcpu_vstats as pcpu_lstatsLi RongQing
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-16veth: Orphan skb before GROToshiaki Makita
2018-08-31veth: add software timestampingMichael Walle
2018-08-16veth: Free queues on link deleteToshiaki Makita
2018-08-10veth: Support per queue XDP ringToshiaki Makita
2018-08-10veth: Add XDP TX and REDIRECTToshiaki Makita
2018-08-10veth: Add ndo_xdp_xmitToshiaki Makita
2018-08-10veth: Handle xdp_frames in xdp napi ringToshiaki Makita
2018-08-10veth: Avoid drops by oversized packets when XDP is enabledToshiaki Makita
2018-08-10veth: Add driver XDPToshiaki Makita
2017-12-08veth: set peer GSO valuesStephen Hemminger
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer