summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_tc_lib.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-14ice: Propagate error codesTony Nguyen1-1/+0
2021-12-14ice: Remove excess error variablesTony Nguyen1-5/+4
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-1/+1
2021-12-14ice: Remove enum ice_statusTony Nguyen1-2/+2
2021-12-14ice: Use int for ice_statusTony Nguyen1-1/+1
2021-12-08ice: fix adding different tunnelsMichal Swiatkowski1-1/+2
2021-12-08ice: fix choosing UDP header typeMichal Swiatkowski1-17/+10
2021-10-28ice: support for GRE in eswitchMichal Swiatkowski1-13/+34
2021-10-28ice: VXLAN and Geneve TC supportMichal Swiatkowski1-44/+336
2021-10-21ice: Add tc-flower filter support for channelKiran Patil1-6/+211
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek1-6/+2
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski1-0/+17
2021-10-11ice: ndo_setup_tc implementation for PFKiran Patil1-0/+838