aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_dcb_lib.c
AgeCommit message (Expand)Author
2021-04-14ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao
2020-07-29ice: fix link event handling timingDave Ertman
2020-07-29ice: Implement LFC workaroundDave Ertman
2020-05-31ice: Fix transmit for all software offloaded VLANsBrett Creeley
2020-05-21ice: Fix check for contiguous TCsDave Ertman
2020-05-21ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD
2020-03-10ice: use variable name more descriptive than typeBruce Allan
2020-03-10ice: Fix corner case when switching from IEEE to CEEAvinash JD
2020-03-10ice: Cleanup unneeded parenthesisJeff Kirsher
2020-02-19ice: Report correct DCB modeAvinash Dayanand
2020-02-19ice: Validate config for SW DCB mapAvinash Dayanand
2020-02-12ice: Trivial fixesTony Nguyen
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan
2020-02-12ice: Fix DCB rebuild after resetDave Ertman
2020-01-03ice: suppress checked_return errorBruce Allan
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen
2019-11-08ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt
2019-11-08ice: Implement DCBNL supportDave Ertman
2019-11-08ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan
2019-11-06ice: handle DCBx non-contiguous TC requestPaul Greenwalt
2019-09-12ice: Enable DDP package downloadTony Nguyen
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan
2019-09-03ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski
2019-09-03ice: Correctly handle return values for init DCBDave Ertman
2019-09-03ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman
2019-08-23ice: Copy dcbx configuration only if mode is correctMichal Swiatkowski
2019-08-23ice: Account for all states of FW DCBx and LLDPDave Ertman
2019-08-20ice: Fix kernel hang with DCB reset in CEE modeUsha Ketineni
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Use continue instead of an else blockAnirudh Venkataramanan
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman
2019-05-23ice: Refactor the LLDP MIB change event handlingUsha Ketineni
2019-05-23ice: Fix hang when ethtool disables FW LLDPDave Ertman
2019-05-23ice: Implement LLDP persistenceAnirudh Venkataramanan
2019-04-18ice: Add code for DCB rebuildAnirudh Venkataramanan
2019-04-18ice: Add code to get DCB related statisticsAnirudh Venkataramanan
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan
2019-04-18ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 4/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan