aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef100_rx.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-16sfc: add ability for extra channels to receive raw RX buffersGravatar Edward Cree 1-0/+7
2022-11-16sfc: add ability for an RXQ to grant credits on refillGravatar Edward Cree 1-3/+11
2022-11-16sfc: fix ef100 RX prefix macroGravatar Edward Cree 1-1/+1
2022-07-29sfc: receive packets from EF100 VFs into representorsGravatar Edward Cree 1-0/+18
2022-07-29sfc: check ef100 RX packets are from the wireGravatar Edward Cree 1-6/+22
2020-08-24sfc: fix boolreturn.cocci warning and rename functionGravatar Edward Cree 1-4/+4
2020-08-14sfc: check hash is valid before using itGravatar Edward Cree 1-0/+5
2020-08-03sfc_ef100: RX path for EF100Gravatar Edward Cree 1-7/+143
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingGravatar Edward Cree 1-0/+6
2020-07-27sfc: skeleton EF100 PF driverGravatar Edward Cree 1-0/+25