summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
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-29ice: implement device flash update via devlinkJacob Keller8-1/+1006
2020-07-29ice: add flags indicating pending update of firmware moduleJacob Keller3-0/+24
2020-07-29ice: Add AdminQ commands for FW updateCudzilo, Szymon T5-2/+281
2020-07-29ice: Add support for unified NVM update flow capabilityJacek Naczyk3-0/+11
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-24ice: add 1G SGMII PHY typePaul M Stillwell Jr2-3/+15
2020-07-24ice: Report AOC PHY Types as FiberDoug Dziggel1-0/+11
2020-07-24ice: add AQC get link topology handle supportPaul Greenwalt2-1/+118
2020-07-24ice: Rename low_power_ctrlLev Faerman2-11/+11
2020-07-24ice: update reporting of autoneg capabilitiesPaul Greenwalt5-6/+29
2020-07-24ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt1-18/+50
2020-07-24ice: support Total Port Shutdown on devices that support itBruce Allan3-1/+26
2020-07-24ice: add link lenient and default override supportPaul Greenwalt9-216/+628
2020-07-24ice: restore PHY settings on media insertionPaul Greenwalt7-95/+518
2020-07-24ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt3-39/+40
2020-07-24ice: refactor FC functionsPaul Greenwalt1-29/+46
2020-07-24ice: Add advanced power mgmt for WoLAkeem G Abodunrin10-29/+458
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-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-2/+4
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-07-02ice: replace single-element array used for C struct hackBruce Allan10-114/+111
2020-07-02ice: avoid unnecessary single-member variable-length structsBruce Allan7-100/+51
2020-07-02ice: implement snapshot for device capabilitiesJacob Keller4-13/+114
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller3-17/+7
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher3-17/+7
2020-06-19ice: protect ring accesses with WRITE_ONCECiara Loftus2-5/+5
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao3-1/+9
2020-05-31ice: fix aRFS after flow director deleteHenry Tieman1-1/+26
2020-05-31ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley1-8/+6
2020-05-31ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr1-1/+1
2020-05-31ice: fix function signature style formatBruce Allan3-16/+8
2020-05-31ice: Allow VF to request reset as soon as it's initializedBrett Creeley1-1/+1
2020-05-31ice: Fix inability to set channels when downJesse Brandeburg1-4/+0
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley3-22/+40
2020-05-31ice: Reset VF for all port VLAN changes from hostBrett Creeley1-37/+5
2020-05-31ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX valueChinh T Cao1-1/+1
2020-05-31ice: Increase timeout after PFRDan Nowlin1-1/+6
2020-05-31ice: Fix transmit for all software offloaded VLANsBrett Creeley3-54/+21