summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08ice: Align macro names to the specificationAnirudh Venkataramanan1-6/+7
2021-04-08ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao1-1/+80
2021-04-01ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley1-30/+24
2021-04-01ice: remove unnecessary duplicated AQ command flag settingBruce Allan1-1/+1
2021-03-23ice: Fix prototype warningsTony Nguyen1-1/+1
2021-02-09ice: remove unnecessary castsBruce Allan1-3/+3
2021-02-09ice: Use PSM clock frequency to calculate RL profilesBen Shelton1-0/+1
2021-02-09ice: create scheduler aggregator node config and move VSIsKiran Patil1-0/+4
2021-02-09ice: implement new LLDP filter commandDave Ertman1-0/+47
2021-02-05ice: use flex_array_size where possibleBruce Allan1-1/+1
2020-12-09ice: join format strings to same line as ice_debugJacob Keller1-68/+34
2020-12-09ice: Enable Support for FW Override (E82X)Jeb Cramer1-4/+0
2020-12-09ice: don't always return an error for Get PHY Abilities AQ commandPaul M Stillwell Jr1-1/+2
2020-09-30ice: preserve NVM capabilities in safe modeJacob Keller1-22/+27
2020-08-01ice: Misc minor fixesTony Nguyen1-3/+2
2020-08-01ice: rename misleading grst_delay variableNick Nunley1-5/+5
2020-07-29ice: disable no longer needed workaround for FW loggingBen Shelton1-2/+0
2020-07-29ice: Adjust scheduler default BW weightTarun Singh1-1/+12
2020-07-29ice: Implement LFC workaroundDave Ertman1-0/+33
2020-07-29ice: implement device flash update via devlinkJacob Keller1-1/+1
2020-07-29ice: add flags indicating pending update of firmware moduleJacob Keller1-0/+12
2020-07-29ice: Add support for unified NVM update flow capabilityJacek Naczyk1-0/+7
2020-07-24ice: add 1G SGMII PHY typePaul M Stillwell Jr1-3/+14
2020-07-24ice: Report AOC PHY Types as FiberDoug Dziggel1-0/+11
2020-07-24ice: add AQC get link topology handle supportPaul Greenwalt1-1/+65
2020-07-24ice: Rename low_power_ctrlLev Faerman1-9/+9
2020-07-24ice: update reporting of autoneg capabilitiesPaul Greenwalt1-0/+15
2020-07-24ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt1-18/+50
2020-07-24ice: add link lenient and default override supportPaul Greenwalt1-4/+166
2020-07-24ice: restore PHY settings on media insertionPaul Greenwalt1-10/+135
2020-07-24ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt1-9/+34
2020-07-24ice: refactor FC functionsPaul Greenwalt1-29/+46
2020-07-24ice: split ice_discover_caps into two functionsJacob Keller1-55/+39
2020-07-24ice: split ice_parse_caps into separate functionsJacob Keller1-170/+378
2020-07-24ice: refactor ice_discover_caps to avoid need to retryJacob Keller1-31/+12
2020-07-02ice: replace single-element array used for C struct hackBruce Allan1-35/+39
2020-07-02ice: avoid unnecessary single-member variable-length structsBruce Allan1-17/+12
2020-07-02ice: implement snapshot for device capabilitiesJacob Keller1-13/+51
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao1-1/+6
2020-05-31ice: Increase timeout after PFRDan Nowlin1-1/+6
2020-05-28ice: avoid undefined behaviorBruce Allan1-2/+10
2020-05-28ice: Fix memory leakSurabhi Boob1-1/+7
2020-05-28ice: fix MAC write commandJesse Brandeburg1-4/+1
2020-05-23ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan1-0/+69
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-0/+36
2020-05-22ice: Add support for tunnel offloadsTony Nguyen1-0/+2
2020-03-21ice: add board identifier info to devlink .info_getJacob Keller1-66/+0
2020-03-21ice: store NVM version info in extracted formatJacob Keller1-23/+0
2020-03-10ice: fix incorrect size description of ice_get_nvm_versionJacob Keller1-2/+2
2020-02-20ice: increase PF reset wait timeout to 300 millisecondsJacob Keller1-1/+1