aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_dcb_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski1-1/+1
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski1-3/+1
2023-12-18ice: field prep conversionJesse Brandeburg1-1/+1
2023-05-12ice: Fix undersized tx_flags variableJan Sokolowski1-3/+2
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+14
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman1-10/+13
2023-01-19ice: Explicitly return 0Tony Nguyen1-1/+1
2023-01-19ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko1-15/+53
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko1-0/+3
2022-11-17ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski1-0/+7
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-2/+6
2021-12-14ice: Use int for ice_statusTony Nguyen1-1/+1
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-62/+139
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski1-2/+2
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-2/+3
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek1-0/+5
2021-09-28ice: Add DSCP supportDave Ertman1-1/+6
2021-06-25ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'Christophe JAILLET1-2/+4
2021-05-28ice: Implement iidc operationsDave Ertman1-0/+19
2021-04-14ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan1-1/+1
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-22/+25
2020-07-29ice: fix link event handling timingDave Ertman1-1/+1
2020-07-29ice: Implement LFC workaroundDave Ertman1-4/+0
2020-05-31ice: Fix transmit for all software offloaded VLANsBrett Creeley1-18/+10
2020-05-21ice: Fix check for contiguous TCsDave Ertman1-7/+12
2020-05-21ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD1-0/+58
2020-03-10ice: use variable name more descriptive than typeBruce Allan1-8/+8
2020-03-10ice: Fix corner case when switching from IEEE to CEEAvinash JD1-1/+2
2020-03-10ice: Cleanup unneeded parenthesisJeff Kirsher1-2/+2
2020-02-19ice: Report correct DCB modeAvinash Dayanand1-3/+24
2020-02-19ice: Validate config for SW DCB mapAvinash Dayanand1-0/+40
2020-02-12ice: Trivial fixesTony Nguyen1-2/+2
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-4/+3
2020-02-12ice: Fix DCB rebuild after resetDave Ertman1-53/+35
2020-01-03ice: suppress checked_return errorBruce Allan1-0/+6
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman1-3/+1
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-57/+55
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen1-11/+14
2019-11-08ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt1-0/+15
2019-11-08ice: Implement DCBNL supportDave Ertman1-3/+12
2019-11-08ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni1-0/+10
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan1-7/+24
2019-11-06ice: handle DCBx non-contiguous TC requestPaul Greenwalt1-39/+102
2019-09-12ice: Enable DDP package downloadTony Nguyen1-0/+42
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman1-2/+2
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan1-3/+0
2019-09-03ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski1-1/+0
2019-09-03ice: Correctly handle return values for init DCBDave Ertman1-9/+8
2019-09-03ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni1-2/+8
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni1-6/+7