summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_dcb_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski2024-04-011-1/+1
* ice: remove switchdev control plane VSIMichal Swiatkowski2024-03-251-3/+1
* ice: field prep conversionJesse Brandeburg2023-12-181-1/+1
* ice: Fix undersized tx_flags variableJan Sokolowski2023-05-121-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-11/+14
|\
| * ice: Prevent set_channel from changing queues while RDMA activeDave Ertman2023-01-271-10/+13
* | ice: Explicitly return 0Tony Nguyen2023-01-191-1/+1
* | ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko2023-01-191-15/+53
|/
* ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko2022-11-231-0/+3
* ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski2022-11-171-0/+7
* ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-091-2/+6
* ice: Use int for ice_statusTony Nguyen2021-12-141-1/+1
* ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil2021-10-201-62/+139
* ice: make use of ice_for_each_* macrosMaciej Fijalkowski2021-10-151-2/+2
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-2/+3
* ice: add port representor ethtool ops and statsWojciech Drewek2021-10-071-0/+5
* ice: Add DSCP supportDave Ertman2021-09-281-1/+6
* ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'Christophe JAILLET2021-06-251-2/+4
* ice: Implement iidc operationsDave Ertman2021-05-281-0/+19
* ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan2021-04-141-1/+1
* ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao2021-02-081-22/+25
* ice: fix link event handling timingDave Ertman2020-07-291-1/+1
* ice: Implement LFC workaroundDave Ertman2020-07-291-4/+0
* ice: Fix transmit for all software offloaded VLANsBrett Creeley2020-05-311-18/+10
* ice: Fix check for contiguous TCsDave Ertman2020-05-211-7/+12
* ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD2020-05-211-0/+58
* ice: use variable name more descriptive than typeBruce Allan2020-03-101-8/+8
* ice: Fix corner case when switching from IEEE to CEEAvinash JD2020-03-101-1/+2
* ice: Cleanup unneeded parenthesisJeff Kirsher2020-03-101-2/+2
* ice: Report correct DCB modeAvinash Dayanand2020-02-191-3/+24
* ice: Validate config for SW DCB mapAvinash Dayanand2020-02-191-0/+40
* ice: Trivial fixesTony Nguyen2020-02-121-2/+2
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-4/+3
* ice: Fix DCB rebuild after resetDave Ertman2020-02-121-53/+35
* ice: suppress checked_return errorBruce Allan2020-01-031-0/+6
* ice: Implement ethtool ops for channelsHenry Tieman2019-11-221-3/+1
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-57/+55
* ice: Do not use devm* functions for local usesTony Nguyen2019-11-221-11/+14
* ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt2019-11-081-0/+15
* ice: Implement DCBNL supportDave Ertman2019-11-081-3/+12
* ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni2019-11-081-0/+10
* ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan2019-11-081-7/+24
* ice: handle DCBx non-contiguous TC requestPaul Greenwalt2019-11-061-39/+102
* ice: Enable DDP package downloadTony Nguyen2019-09-121-0/+42
* ice: Allow for delayed LLDP MIB change registrationDave Ertman2019-09-051-2/+2
* ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan2019-09-051-3/+0
* ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski2019-09-031-1/+0
* ice: Correctly handle return values for init DCBDave Ertman2019-09-031-9/+8
* ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni2019-09-031-2/+8
* ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni2019-08-261-6/+7