aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/rx_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-01-02sfc: fix a double-free bug in efx_probe_filtersZhipeng Lu1-1/+3
2022-11-16sfc: add ability for an RXQ to grant credits on refillEdward Cree1-0/+3
2022-10-19sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren1-5/+5
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree1-4/+0
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-2/+2
2022-04-04sfc: Do not free an empty page_ringMartin Habets1-0/+3
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets1-17/+1
2022-01-04sfc: The RX page_ring is optionalMartin Habets1-0/+5
2021-12-22sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree1-1/+0
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree1-0/+1
2020-08-14sfc: check hash is valid before using itEdward Cree1-1/+2
2020-06-29sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree1-3/+8
2020-06-29sfc: commonise ARFS handlingEdward Cree1-0/+234
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer1-3/+3
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)1-1/+234
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)1-0/+65
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)1-17/+195
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)1-0/+375