aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_dcb_nl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ice: Fix problems with DSCP QoS implementationDave Ertman1-6/+12
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan1-2/+6
2021-09-28ice: Add DSCP supportDave Ertman1-38/+150
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman1-2/+0
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman1-0/+4
2021-02-22ice: report correct max number of TCsDave Ertman1-1/+1
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-25/+25
2020-05-27ice: remove unused macroJesse Brandeburg1-2/+0
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg1-4/+5
2020-02-19ice: SW DCB, report correct max TC valueDave Ertman1-8/+1
2020-02-19ice: Add DCBNL ops required to configure ETS in CEE for SW DCBAvinash JD1-0/+43
2020-02-19ice: Validate config for SW DCB mapAvinash Dayanand1-0/+6
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-6/+4
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-1/+1
2020-02-12ice: Fix switch between FW and SW LLDPDave Ertman1-5/+5
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-7/+7
2019-11-08ice: Implement DCBNL supportDave Ertman1-0/+933