summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14ice: fix memory leak if register_netdev_failsJacob Keller1-10/+3
2020-06-19ice: protect ring accesses with WRITE_ONCECiara Loftus1-1/+1
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao1-0/+2
2020-05-31ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr1-1/+1
2020-05-29ice: Refactor VF resetBrett Creeley1-8/+5
2020-05-29ice: fix kernel BUG if register_netdev failsJacob Keller1-2/+4
2020-05-29ice: fix potential double free in probe unrollingJacob Keller1-1/+2
2020-05-29ice: Poll for reset completion when DDP load failsAnirudh Venkataramanan1-0/+3
2020-05-28ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow1-1/+1
2020-05-28ice: Add XDP Tx to VSI ring statsMarta Plantykow1-9/+33
2020-05-28ice: Change number of XDP TxQ to 0 when destroying ringsMarta Plantykow1-0/+3
2020-05-28ice: Handle critical FW error during admin queue initializationEvan Swanson1-0/+2
2020-05-28ice: Add more Rx errors to netdev's rx_error counterBrett Creeley1-1/+7
2020-05-28ice: fix signed vs unsigned comparisonsJesse Brandeburg1-4/+4
2020-05-23ice: cleanup unsigned loopsJesse Brandeburg1-2/+2
2020-05-23ice: fix usage of incorrect variableJesse Brandeburg1-4/+4
2020-05-23ice: check for compatibility between DDP package and firmwareVictor Raj1-0/+5
2020-05-23ice: print Rx MDD auto reset message before VF resetPaul Greenwalt1-1/+6
2020-05-23ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan1-0/+6
2020-05-23ice: Implement aRFSBrett Creeley1-11/+37
2020-05-23ice: Restore filters following resetHenry Tieman1-0/+31
2020-05-23ice: Support displaying ntuple rulesHenry Tieman1-0/+9
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-1/+159
2020-05-22ice: remove unnecessary checkBruce Allan1-1/+1
2020-05-22ice: remove unnecessary expression that is always trueBruce Allan1-1/+2
2020-05-22ice: Fix check for removing/adding mac filtersLihong Yang1-5/+10
2020-05-22ice: refactor filter functionsMichal Swiatkowski1-35/+18
2020-05-22ice: Fix casting issuesKarol Kolacinski1-6/+7
2020-05-22ice: Provide more meaningful error messageLihong Yang1-31/+146
2020-05-22ice: Fix probe/open race conditionAnirudh Venkataramanan1-10/+14
2020-05-22ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD1-0/+10
2020-05-22ice: Add support for tunnel offloadsTony Nguyen1-5/+89
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-2/+2
2020-03-27ice: add a devlink region for dumping NVM contentsJacob Keller1-0/+4
2020-03-21ice: enable initial devlink supportJacob Keller1-4/+29
2020-03-10ice: Fix format specifierTony Nguyen1-2/+2
2020-03-10ice: Increase mailbox receive queue length to maximumLukasz Czapnik1-1/+1
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley1-4/+15
2020-03-06ice: Use pci_get_dsn()Jacob Keller1-20/+12
2020-02-20ice: fix define for E822 backplane deviceBruce Allan1-1/+1
2020-02-20ice: add support for E823 devicesBruce Allan1-0/+10
2020-02-20ice: add additional E810 device idBruce Allan1-0/+1
2020-02-20ice: add backslash-n to stringsJesse Brandeburg1-8/+4
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt1-56/+70
2020-02-16ice: add function argument description to function header commentBruce Allan1-0/+1
2020-02-16ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan1-1/+1
2020-02-16ice: remove unnecessary fallthrough commentsBruce Allan1-2/+0
2020-02-16ice: Handle LAN overflow event for VF queuesBrett Creeley1-0/+3
2020-02-16ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-2/+2