aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-08ice: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-2/+2
2021-12-30ice: Add flow director support for channel modeKiran Patil1-9/+251
2021-12-14ice: Remove excess error variablesTony Nguyen1-27/+17
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-2/+2
2021-12-14ice: Remove enum ice_statusTony Nguyen1-5/+5
2021-12-14ice: Use int for ice_statusTony Nguyen1-2/+2
2021-12-07ice: fix adding different tunnelsMichal Swiatkowski1-2/+2
2021-10-19ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-2/+2
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-1/+1
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang1-0/+4
2021-01-26ice: fix FDir IPv6 flexbyteHenry Tieman1-1/+7
2020-09-28ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski1-4/+2
2020-05-31ice: fix aRFS after flow director deleteHenry Tieman1-1/+26
2020-05-22ice: Implement aRFSBrett Creeley1-1/+7
2020-05-22ice: Restore filters following resetHenry Tieman1-0/+65
2020-05-22ice: Enable flex-bytes supportHenry Tieman1-2/+86
2020-05-22ice: Support IPv6 Flow Director filtersHenry Tieman1-46/+345
2020-05-22ice: Support IPv4 Flow Director filtersHenry Tieman1-0/+658
2020-05-22ice: Support displaying ntuple rulesHenry Tieman1-0/+161
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman1-0/+399