summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/rx_common.c
AgeCommit message (Expand)Author
2024-01-02sfc: fix a double-free bug in efx_probe_filtersZhipeng Lu
2022-11-16sfc: add ability for an RXQ to grant credits on refillEdward Cree
2022-10-19sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-04-04sfc: Do not free an empty page_ringMartin Habets
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets
2022-01-04sfc: The RX page_ring is optionalMartin Habets
2021-12-22sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree
2020-08-14sfc: check hash is valid before using itEdward Cree
2020-06-29sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree
2020-06-29sfc: commonise ARFS handlingEdward Cree
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)