summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_dcb.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-17ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski1-1/+1
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-11/+8
2021-12-14ice: Remove enum ice_statusTony Nguyen1-16/+15
2021-12-14ice: Use int for ice_statusTony Nguyen1-29/+29
2021-09-28ice: Add DSCP supportDave Ertman1-16/+209
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-04-14ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan1-4/+4
2021-04-13ice: Fix potential infinite loop when using u8 loop counterColin Ian King1-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+29
2021-03-29ice: Recognize 860 as iSCSI port in CEE modeChinh T Cao1-9/+29
2021-03-23ice: Fix prototype warningsTony Nguyen1-1/+1
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-20/+20
2020-07-29ice: Implement LFC workaroundDave Ertman1-33/+0
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan1-2/+2
2020-02-12ice: Trivial fixesTony Nguyen1-4/+4
2019-11-06ice: Adjust DCB INIT for SW modeDave Ertman1-3/+3
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman1-4/+35
2019-09-03ice: Deduce TSA value from the priority value in the CEE modeChinh T Cao1-1/+7
2019-08-23ice: Treat DCBx state NOT_STARTED as validDave Ertman1-1/+2
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-7/+7
2019-05-23ice: Refactor the LLDP MIB change event handlingUsha Ketineni1-2/+3
2019-05-23ice: Implement LLDP persistenceAnirudh Venkataramanan1-3/+13
2019-04-18ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan1-1/+27
2019-04-18ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan1-3/+2
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan1-0/+463
2019-04-18ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan1-0/+819
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan1-0/+85