index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_virtchnl_fdir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: enable FDIR filters from raw binary patterns for VFs
Junfeng Guo
2024-08-13
1
-8
/
+395
*
ice: Add a per-VF limit on number of FDIR filters
Ahmed Zaki
2024-07-24
1
-0
/
+16
*
ice: remove unnecessary duplicate checks for VF VSI ID
Jacob Keller
2024-03-04
1
-3
/
+0
*
ice: field get conversion
Jesse Brandeburg
2023-12-18
1
-8
/
+5
*
ice: enable symmetric-xor RSS for Toeplitz hash function
Jeff Guo
2023-12-14
1
-1
/
+1
*
ice: refactor the FD and RSS flow ID generation
Ahmed Zaki
2023-12-14
1
-25
/
+8
*
ice: Add E830 device IDs, MAC type and registers
Paul Greenwalt
2023-10-27
1
-8
/
+21
*
ice: Reset FDIR counter in FDIR init stage
Lingyu Liu
2023-04-04
1
-0
/
+16
*
ice: fix wrong fallback logic for FDIR
Simei Su
2023-04-04
1
-3
/
+4
*
ice: add profile conflict check for AVF FDIR
Junfeng Guo
2023-03-28
1
-0
/
+73
*
ice: Add more usage of existing function ice_get_vf_vsi(vf)
Brett Creeley
2023-02-06
1
-4
/
+4
*
ice: always check VF VSI pointer values
Jacob Keller
2022-05-05
1
-1
/
+6
*
ice: add newline to dev_dbg in ice_vf_fdir_dump_info
Jacob Keller
2022-05-05
1
-1
/
+1
*
ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h
Jacob Keller
2022-03-15
1
-0
/
+1
*
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
2022-03-03
1
-0
/
+2
*
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
2022-03-03
1
-3
/
+3
*
ice: store VF pointer instead of VF ID
Jacob Keller
2022-03-03
1
-2
/
+3
*
ice: Remove excess error variables
Tony Nguyen
2021-12-14
1
-15
/
+9
*
ice: Cleanup after ice_status removal
Tony Nguyen
2021-12-14
1
-2
/
+2
*
ice: Remove enum ice_status
Tony Nguyen
2021-12-14
1
-4
/
+4
*
ice: Use int for ice_status
Tony Nguyen
2021-12-14
1
-2
/
+2
*
ice: refactor PTYPE validating
Jeff Guo
2021-12-14
1
-271
/
+3
*
ice: Drop leading underscores in enum ice_pf_state
Anirudh Venkataramanan
2021-04-15
1
-3
/
+3
*
ice: Check FDIR program status for AVF
Qi Zhang
2021-03-22
1
-15
/
+478
*
ice: Add more FDIR filter type for AVF
Qi Zhang
2021-03-22
1
-18
/
+263
*
ice: Add GTPU FDIR filter for AVF
Qi Zhang
2021-03-22
1
-0
/
+74
*
ice: Add non-IP Layer2 protocol FDIR filter for AVF
Qi Zhang
2021-03-22
1
-3
/
+38
*
ice: Add new actions support for VF FDIR
Qi Zhang
2021-03-22
1
-0
/
+10
*
ice: Add FDIR pattern action parser for VF
Qi Zhang
2021-03-22
1
-2
/
+345
*
ice: Enable FDIR Configure for AVF
Qi Zhang
2021-03-22
1
-0
/
+1034