summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2023-12-18ice: field get conversionJesse Brandeburg1-8/+5
2023-12-14ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo1-1/+1
2023-12-14ice: refactor the FD and RSS flow ID generationAhmed Zaki1-25/+8
2023-10-27ice: Add E830 device IDs, MAC type and registersPaul Greenwalt1-8/+21
2023-04-04ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-04ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-03-28ice: add profile conflict check for AVF FDIRJunfeng Guo1-0/+73
2023-02-06ice: Add more usage of existing function ice_get_vf_vsi(vf)Brett Creeley1-4/+4
2022-05-05ice: always check VF VSI pointer valuesJacob Keller1-1/+6
2022-05-05ice: add newline to dev_dbg in ice_vf_fdir_dump_infoJacob Keller1-1/+1
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller1-0/+1
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller1-0/+2
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller1-3/+3
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-2/+3
2021-12-14ice: Remove excess error variablesTony Nguyen1-15/+9
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-2/+2
2021-12-14ice: Remove enum ice_statusTony Nguyen1-4/+4
2021-12-14ice: Use int for ice_statusTony Nguyen1-2/+2
2021-12-14ice: refactor PTYPE validatingJeff Guo1-271/+3
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-3/+3
2021-03-22ice: Check FDIR program status for AVFQi Zhang1-15/+478
2021-03-22ice: Add more FDIR filter type for AVFQi Zhang1-18/+263
2021-03-22ice: Add GTPU FDIR filter for AVFQi Zhang1-0/+74
2021-03-22ice: Add non-IP Layer2 protocol FDIR filter for AVFQi Zhang1-3/+38
2021-03-22ice: Add new actions support for VF FDIRQi Zhang1-0/+10
2021-03-22ice: Add FDIR pattern action parser for VFQi Zhang1-2/+345
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang1-0/+1034