summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_arfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-3/+2
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski1-1/+1
2022-04-08ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin1-7/+2
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski1-1/+1
2021-09-28ice: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2021-04-01ice: Delay netdev registrationAnirudh Venkataramanan1-4/+2
2020-05-23ice: Implement aRFSBrett Creeley1-0/+663