summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
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: add board identifier info to devlink .info_getJacob Keller
2020-03-21ice: add basic handler for devlink .info_getJacob Keller
2020-03-21ice: enable initial devlink supportJacob Keller
2020-03-21ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg
2020-03-21ice: discover and store size of available flashJacob Keller
2020-03-21ice: store NVM version info in extracted formatJacob Keller
2020-03-21ice: create function to read a section of the NVM and Shadow RAMJacob Keller
2020-03-20ice: use __le16 types for explicitly Little Endian valuesJacob Keller
2020-03-10ice: fix incorrect size description of ice_get_nvm_versionJacob Keller
2020-03-10ice: use variable name more descriptive than typeBruce Allan
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan
2020-03-10ice: Fix format specifierTony Nguyen
2020-03-10ice: fix use of deprecated strlcpy()Bruce Allan
2020-03-10ice: Increase mailbox receive queue length to maximumLukasz Czapnik
2020-03-10ice: Correct setting VLAN pruningBrett Creeley
2020-03-10ice: renegotiate link after FW DCB onDave Ertman
2020-03-10ice: Fix corner case when switching from IEEE to CEEAvinash JD
2020-03-10ice: Display Link detected via Ethtool in safe modeBrett Creeley
2020-03-10ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley
2020-03-10ice: allow bigger VFsMitch Williams
2020-03-10ice: Cleanup unneeded parenthesisJeff Kirsher
2020-03-05ice: Use pci_get_dsn()Jacob Keller
2020-03-05ice: let core reject the unsupported coalescing parametersJakub Kicinski
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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: increase PF reset wait timeout to 300 millisecondsJacob Keller
2020-02-19ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak
2020-02-19ice: SW DCB, report correct max TC valueDave Ertman
2020-02-19ice: Report correct DCB modeAvinash Dayanand
2020-02-19ice: Add DCBNL ops required to configure ETS in CEE for SW DCBAvinash JD
2020-02-19ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley
2020-02-19ice: Fix for TCAM entry managementDan Nowlin
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt
2020-02-19ice: Validate config for SW DCB mapAvinash Dayanand
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley
2020-02-19ice: Don't tell the OS that link is going downMichal Swiatkowski
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley
2020-02-15ice: use true/false for bool typesBruce Allan
2020-02-15ice: add function argument description to function header commentBruce Allan
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan
2020-02-15ice: Fix virtchnl_queue_select bitmap validationBrett Creeley