summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_dcb_nl.c
Commit message (Expand)AuthorAgeFilesLines
* ice: field get conversionJesse Brandeburg2023-12-181-1/+1
* ice: enforce no DCB config changing when in bondDave Ertman2023-07-271-0/+50
* ice: Fix problems with DSCP QoS implementationDave Ertman2021-12-071-6/+12
* ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan2021-09-281-2/+6
* ice: Add DSCP supportDave Ertman2021-09-281-38/+150
* ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman2021-03-291-2/+0
* ice: Fix state bits on LLDP mode switchDave Ertman2021-02-221-0/+4
* ice: report correct max number of TCsDave Ertman2021-02-221-1/+1
* ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao2021-02-081-25/+25
* ice: remove unused macroJesse Brandeburg2020-05-271-2/+0
* ice: cleanup unsigned loopsJesse Brandeburg2020-05-221-4/+5
* ice: SW DCB, report correct max TC valueDave Ertman2020-02-191-8/+1
* ice: Add DCBNL ops required to configure ETS in CEE for SW DCBAvinash JD2020-02-191-0/+43
* ice: Validate config for SW DCB mapAvinash Dayanand2020-02-191-0/+6
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-6/+4
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-121-1/+1
* ice: Fix switch between FW and SW LLDPDave Ertman2020-02-121-5/+5
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-7/+7
* ice: Implement DCBNL supportDave Ertman2019-11-081-0/+933