summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley
2020-08-01ice: add useful statisticsJesse Brandeburg
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun
2020-07-29ice: cleanup VSI on probe failMarcin Szycik
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley
2020-07-29ice: fix link event handling timingDave Ertman
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman
2020-07-29ice: Implement LFC workaroundDave Ertman
2020-07-28ice: implement device flash update via devlinkJacob Keller
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-23ice: update reporting of autoneg capabilitiesPaul Greenwalt
2020-07-23ice: support Total Port Shutdown on devices that support itBruce Allan
2020-07-23ice: add link lenient and default override supportPaul Greenwalt
2020-07-23ice: restore PHY settings on media insertionPaul Greenwalt
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-18ice: protect ring accesses with WRITE_ONCECiara Loftus
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao
2020-05-31ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr
2020-05-28ice: Refactor VF resetBrett Creeley
2020-05-28ice: fix kernel BUG if register_netdev failsJacob Keller
2020-05-28ice: fix potential double free in probe unrollingJacob Keller
2020-05-28ice: Poll for reset completion when DDP load failsAnirudh Venkataramanan
2020-05-27ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow
2020-05-27ice: Add XDP Tx to VSI ring statsMarta Plantykow
2020-05-27ice: Change number of XDP TxQ to 0 when destroying ringsMarta Plantykow
2020-05-27ice: Handle critical FW error during admin queue initializationEvan Swanson
2020-05-27ice: Add more Rx errors to netdev's rx_error counterBrett Creeley
2020-05-27ice: fix signed vs unsigned comparisonsJesse Brandeburg
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg
2020-05-22ice: fix usage of incorrect variableJesse Brandeburg
2020-05-22ice: check for compatibility between DDP package and firmwareVictor Raj
2020-05-22ice: print Rx MDD auto reset message before VF resetPaul Greenwalt
2020-05-22ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan
2020-05-22ice: Implement aRFSBrett Creeley
2020-05-22ice: Restore filters following resetHenry Tieman
2020-05-22ice: Support displaying ntuple rulesHenry Tieman
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman
2020-05-21ice: remove unnecessary checkBruce Allan
2020-05-21ice: remove unnecessary expression that is always trueBruce Allan
2020-05-21ice: Fix check for removing/adding mac filtersLihong Yang
2020-05-21ice: refactor filter functionsMichal Swiatkowski
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-05-21ice: Provide more meaningful error messageLihong Yang
2020-05-21ice: Fix probe/open race conditionAnirudh Venkataramanan