summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
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
2020-05-21ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD
2020-05-21ice: Add support for tunnel offloadsTony Nguyen
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan
2020-03-26ice: add a devlink region for dumping NVM contentsJacob Keller
2020-03-21ice: enable initial devlink supportJacob Keller
2020-03-10ice: Fix format specifierTony Nguyen
2020-03-10ice: Increase mailbox receive queue length to maximumLukasz Czapnik
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley
2020-03-05ice: Use pci_get_dsn()Jacob Keller
2020-02-19ice: fix define for E822 backplane deviceBruce Allan
2020-02-19ice: add support for E823 devicesBruce Allan
2020-02-19ice: add additional E810 device idBruce Allan
2020-02-19ice: add backslash-n to stringsJesse Brandeburg
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt
2020-02-15ice: add function argument description to function header commentBruce Allan
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley
2020-02-15ice: Add initial support for QinQBrett Creeley
2020-02-12ice: Trivial fixesTony Nguyen