summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2020-08-01ice: Misc minor fixesTony Nguyen9-18/+14
2020-08-01ice: adjust profile ID map locksVictor Raj1-45/+45
2020-08-01ice: update PTYPE lookup tableTony Nguyen1-0/+314
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley2-0/+10
2020-08-01ice: Graceful error handling in HW table calloc failureSurabhi Boob1-1/+3
2020-08-01ice: port fix for chk_linearlizeKiran Patil1-3/+23
2020-08-01ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2-0/+3
2020-08-01ice: Clear and free XLT entries on resetVignesh Sridhar1-1/+3
2020-08-01ice: add useful statisticsJesse Brandeburg5-2/+15
2020-08-01ice: remove page_reuse statisticJesse Brandeburg2-3/+0
2020-08-01ice: Fix RSS profile locksVignesh Sridhar1-6/+7
2020-08-01ice: fix the vsi_id mask to be 10 bit for set_rss_lutKiran Patil1-1/+1
2020-08-01ice: rename misleading grst_delay variableNick Nunley1-5/+5
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-29ice: fix unused parameter warningTony Nguyen1-2/+2
2020-07-29ice: disable no longer needed workaround for FW loggingBen Shelton1-2/+0
2020-07-29ice: reduce scope of variableBruce Allan1-2/+4
2020-07-29ice: cleanup VSI on probe failMarcin Szycik1-5/+7
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley1-2/+57
2020-07-29ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak1-8/+2
2020-07-29ice: distribute Tx queues evenlyVictor Raj1-4/+51
2020-07-29ice: Adjust scheduler default BW weightTarun Singh2-2/+13
2020-07-29ice: Add RL profile bit mask checkTarun Singh1-5/+6
2020-07-29ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr1-2/+8
2020-07-29ice: return correct error code from ice_aq_sw_rulesKiran Patil1-1/+7
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley3-0/+34
2020-07-29ice: fix link event handling timingDave Ertman2-1/+7
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman1-4/+0
2020-07-29ice: Implement LFC workaroundDave Ertman6-38/+148
2020-07-28ice: implement device flash update via devlinkJacob Keller8-1/+1006
2020-07-28ice: add flags indicating pending update of firmware moduleJacob Keller3-0/+24
2020-07-28ice: Add AdminQ commands for FW updateCudzilo, Szymon T5-2/+281
2020-07-28ice: Add support for unified NVM update flow capabilityJacek Naczyk3-0/+11
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-23ice: add 1G SGMII PHY typePaul M Stillwell Jr2-3/+15
2020-07-23ice: Report AOC PHY Types as FiberDoug Dziggel1-0/+11
2020-07-23ice: add AQC get link topology handle supportPaul Greenwalt2-1/+118
2020-07-23ice: Rename low_power_ctrlLev Faerman2-11/+11
2020-07-23ice: update reporting of autoneg capabilitiesPaul Greenwalt5-6/+29
2020-07-23ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt1-18/+50
2020-07-23ice: support Total Port Shutdown on devices that support itBruce Allan3-1/+26
2020-07-23ice: add link lenient and default override supportPaul Greenwalt9-216/+628
2020-07-23ice: restore PHY settings on media insertionPaul Greenwalt7-95/+518
2020-07-23ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt3-39/+40
2020-07-23ice: refactor FC functionsPaul Greenwalt1-29/+46
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin10-29/+458
2020-07-23ice: split ice_discover_caps into two functionsJacob Keller1-55/+39
2020-07-23ice: split ice_parse_caps into separate functionsJacob Keller1-170/+378
2020-07-23ice: refactor ice_discover_caps to avoid need to retryJacob Keller1-31/+12