summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_rx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: add per-queue RX bytes statsEdward Cree2024-10-061-0/+1
* sfc: implement basic per-queue statsEdward Cree2024-10-061-2/+2
* sfc: add ability for extra channels to receive raw RX buffersEdward Cree2022-11-161-0/+7
* sfc: add ability for an RXQ to grant credits on refillEdward Cree2022-11-161-3/+11
* sfc: fix ef100 RX prefix macroEdward Cree2022-11-161-1/+1
* sfc: receive packets from EF100 VFs into representorsEdward Cree2022-07-301-0/+18
* sfc: check ef100 RX packets are from the wireEdward Cree2022-07-301-6/+22
* sfc: fix boolreturn.cocci warning and rename functionEdward Cree2020-08-251-4/+4
* sfc: check hash is valid before using itEdward Cree2020-08-141-0/+5
* sfc_ef100: RX path for EF100Edward Cree2020-08-041-7/+143
* sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree2020-07-271-0/+6
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+25