aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-2/+2
2020-03-26ice: 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-05ice: Use pci_get_dsn()Jacob Keller1-20/+12
2020-02-19ice: fix define for E822 backplane deviceBruce Allan1-1/+1
2020-02-19ice: add support for E823 devicesBruce Allan1-0/+10
2020-02-19ice: add additional E810 device idBruce Allan1-0/+1
2020-02-19ice: add backslash-n to stringsJesse Brandeburg1-8/+4
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt1-56/+70
2020-02-15ice: add function argument description to function header commentBruce Allan1-0/+1
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan1-1/+1
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan1-2/+0
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley1-0/+3
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-2/+2
2020-02-15ice: Add initial support for QinQBrett Creeley1-7/+14
2020-02-12ice: Trivial fixesTony Nguyen1-1/+3
2020-02-12ice: Use correct netif error functionBen Shelton1-1/+1
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-108/+59
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-8/+8
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan1-5/+0
2020-02-12ice: Modify link message loggingAkeem G Abodunrin1-1/+1
2020-02-12ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan1-2/+0
2020-02-12ice: Fix DCB rebuild after resetDave Ertman1-0/+1
2020-01-25ice: Bump versionTony Nguyen1-1/+1
2020-01-17ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2020-01-03ice: Add device ids for E822 devicesJacob Keller1-0/+9
2020-01-03ice: Demote MTU change print to debugTony Nguyen1-1/+1
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley1-2/+1
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley1-2/+2
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley1-16/+27
2020-01-03ice: Support UDP segmentation offloadBrett Creeley1-1/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman1-1/+86
2019-11-22ice: implement VF stats NDOJesse Brandeburg1-0/+1
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-86/+85
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen1-13/+11
2019-11-08ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan1-8/+8
2019-11-08ice: use pkg_dwnld_status instead of sq_last_statusBruce Allan1-1/+1
2019-11-08ice: avoid setting features during resetHenry Tieman1-0/+8
2019-11-08ice: Implement DCBNL supportDave Ertman1-0/+6
2019-11-08ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni1-0/+43
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan1-79/+0
2019-11-06ice: print PCI link speed and widthPaul Greenwalt1-0/+3
2019-11-06ice: print unsupported module messagePaul Greenwalt1-0/+6
2019-11-06ice: Check for null pointer dereference when setting ringsMichal Swiatkowski1-4/+14
2019-11-06ice: save PCI state in probeMichal Swiatkowski1-0/+2