summaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add redirect_peer helperDaniel Borkmann2020-10-111-0/+9
* net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-4/+4
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* | net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()Maciej Żenczykowski2020-08-191-3/+3
|/
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-15/+0
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi2020-06-011-5/+1
* veth: Xdp using frame_sz in veth driverJesper Dangaard Brouer2020-05-141-9/+13
* veth: Adjust hard_start offset on redirect XDP framesJesper Dangaard Brouer2020-05-141-4/+4
* veth: rely on peer veth_rq for ndo_xdp_xmit accountingLorenzo Bianconi2020-03-261-47/+82
* veth: rely on veth_rq in veth_xdp_flush_bq signatureLorenzo Bianconi2020-03-261-15/+15
* veth: remove atomic64_add from veth_xdp_xmit hotpathLorenzo Bianconi2020-03-191-13/+17
* veth: introduce more xdp countersLorenzo Bianconi2020-03-191-7/+35
* veth: distinguish between rx_drops and xdp_dropsLorenzo Bianconi2020-03-191-5/+7
* veth: introduce more specialized counters in veth_statsLorenzo Bianconi2020-03-191-32/+40
* veth: move xdp stats in a dedicated structureLorenzo Bianconi2020-03-191-13/+17
* veth: ignore peer tx_dropped when counting local rx_droppedJiang Lidong2020-03-051-1/+1
* bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend2020-01-271-1/+5
* xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-1/+1
* veth: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet2019-11-071-32/+11
* veth: Support bulk XDP_TXToshiaki Makita2019-06-251-12/+48
* veth: use xdp_release_frame for XDP_PASSJesper Dangaard Brouer2019-06-191-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: veth: use generic helper to report timestamping infoJulian Wiedmann2019-04-121-13/+1
* veth: Fix -Wformat-truncationFlorian Fainelli2019-02-231-1/+2
* veth: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-081-0/+4
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-061-1/+1
* veth: Add ethtool statistics support for XDPToshiaki Makita2018-10-151-2/+46
* veth: Account for XDP packet statistics on rx sideToshiaki Makita2018-10-151-18/+79
* veth: Account for packet drops in ndo_xdp_xmitToshiaki Makita2018-10-151-8/+22
* veth: rename pcpu_vstats as pcpu_lstatsLi RongQing2018-09-181-14/+8
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-2/+2
|\
| * veth: Orphan skb before GROToshiaki Makita2018-09-161-2/+2
* | veth: add software timestampingMichael Walle2018-08-311-0/+15
|/
* veth: Free queues on link deleteToshiaki Makita2018-08-161-37/+33
* veth: Support per queue XDP ringToshiaki Makita2018-08-101-90/+188
* veth: Add XDP TX and REDIRECTToshiaki Makita2018-08-101-9/+110
* veth: Add ndo_xdp_xmitToshiaki Makita2018-08-101-0/+51
* veth: Handle xdp_frames in xdp napi ringToshiaki Makita2018-08-101-5/+84
* veth: Avoid drops by oversized packets when XDP is enabledToshiaki Makita2018-08-101-2/+45
* veth: Add driver XDPToshiaki Makita2018-08-101-7/+367
* veth: set peer GSO valuesStephen Hemminger2017-12-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-2/+2
|\
| * veth: Be more robust on network device creation when no attributesSerhey Popovych2017-06-221-2/+2
* | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-2/+3
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
|/
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net: veth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-291-12/+7