aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-30ice: Fix error return code in ice_add_prof()Wei Yongjun1-1/+3
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 Keller4-0/+105
2020-03-21ice: add board identifier info to devlink .info_getJacob Keller6-70/+146
2020-03-21ice: add basic handler for devlink .info_getJacob Keller1-0/+189
2020-03-21ice: enable initial devlink supportJacob Keller5-4/+165
2020-03-21ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg4-164/+26
2020-03-21ice: discover and store size of available flashJacob Keller3-2/+63
2020-03-21ice: store NVM version info in extracted formatJacob Keller5-75/+88
2020-03-21ice: create function to read a section of the NVM and Shadow RAMJacob Keller3-7/+85
2020-03-20ice: use __le16 types for explicitly Little Endian valuesJacob Keller1-5/+7
2020-03-10ice: fix incorrect size description of ice_get_nvm_versionJacob Keller1-2/+2
2020-03-10ice: use variable name more descriptive than typeBruce Allan5-36/+36
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan2-3/+3
2020-03-10ice: Fix format specifierTony Nguyen1-2/+2
2020-03-10ice: fix use of deprecated strlcpy()Bruce Allan1-3/+3
2020-03-10ice: Increase mailbox receive queue length to maximumLukasz Czapnik2-2/+1
2020-03-10ice: Correct setting VLAN pruningBrett Creeley1-8/+2
2020-03-10ice: renegotiate link after FW DCB onDave Ertman1-24/+29
2020-03-10ice: Fix corner case when switching from IEEE to CEEAvinash JD1-1/+2
2020-03-10ice: Display Link detected via Ethtool in safe modeBrett Creeley1-0/+1
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley3-10/+29
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley3-125/+145
2020-03-10ice: allow bigger VFsMitch Williams4-158/+146
2020-03-10ice: Cleanup unneeded parenthesisJeff Kirsher1-2/+2
2020-03-05ice: Use pci_get_dsn()Jacob Keller1-20/+12
2020-03-05ice: let core reject the unsupported coalescing parametersJakub Kicinski1-56/+3
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-80/+115
2020-02-19ice: fix define for E822 backplane deviceBruce Allan3-4/+4
2020-02-19ice: add support for E823 devicesBruce Allan3-9/+53
2020-02-19ice: add additional E810 device idBruce Allan2-0/+3
2020-02-19ice: add backslash-n to stringsJesse Brandeburg5-18/+13
2020-02-19ice: increase PF reset wait timeout to 300 millisecondsJacob Keller1-1/+1
2020-02-19ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak1-0/+18
2020-02-19ice: SW DCB, report correct max TC valueDave Ertman1-8/+1
2020-02-19ice: Report correct DCB modeAvinash Dayanand1-3/+24
2020-02-19ice: Add DCBNL ops required to configure ETS in CEE for SW DCBAvinash JD1-0/+43
2020-02-19ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley2-2/+7
2020-02-19ice: Fix for TCAM entry managementDan Nowlin1-14/+51
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt6-59/+150
2020-02-19ice: Validate config for SW DCB mapAvinash Dayanand3-0/+47
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley2-61/+76
2020-02-19ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley2-12/+39
2020-02-15ice: use true/false for bool typesBruce Allan1-1/+1
2020-02-15ice: add function argument description to function header commentBruce Allan1-0/+1
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan5-9/+9
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan6-10/+0