summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/tc_counters.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-21sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Edward Cree1-0/+2
2023-08-09sfc: offload conntrack flow entries (match only) from CT zonesEdward Cree1-4/+4
2023-06-23sfc: keep alive neighbour entries while a TC encap action is using themEdward Cree1-0/+58
2022-11-23sfc: ensure type is valid before updating seen_genEdward Cree1-7/+9
2022-11-16sfc: implement counters readout to TC statsEdward Cree1-0/+10
2022-11-16sfc: accumulate MAE counter values from update packetsEdward Cree1-1/+53
2022-11-16sfc: add functions to allocate/free MAE countersEdward Cree1-0/+109
2022-11-16sfc: add hashtables for MAE counters and counter ID mappingsEdward Cree1-0/+61
2022-11-16sfc: add extra RX channel to receive MAE counter updates on ef100Edward Cree1-0/+269