summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: add a devlink region for dumping NVM contentsJacob Keller2020-03-264-0/+105
* igb: convert to use i2c_new_client_device()Wolfram Sang2020-03-261-3/+3
* ice: add board identifier info to devlink .info_getJacob Keller2020-03-216-70/+146
* ice: add basic handler for devlink .info_getJacob Keller2020-03-211-0/+189
* ice: enable initial devlink supportJacob Keller2020-03-216-4/+166
* ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg2020-03-214-164/+26
* ice: discover and store size of available flashJacob Keller2020-03-213-2/+63
* ice: store NVM version info in extracted formatJacob Keller2020-03-215-75/+88
* ice: create function to read a section of the NVM and Shadow RAMJacob Keller2020-03-213-7/+85
* ice: use __le16 types for explicitly Little Endian valuesJacob Keller2020-03-201-5/+7
* net: ixgbevf: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+1
* net: ixgbe: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+1
* net: igc: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-121-21/+1
* net: igbvf: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+1
* net: igb: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-121-21/+1
* net: iavf: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+4
* net: i40e: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+5
* net: fm10k: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+2
* net: e1000: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+1
* ice: fix incorrect size description of ice_get_nvm_versionJacob Keller2020-03-101-2/+2
* ice: use variable name more descriptive than typeBruce Allan2020-03-105-36/+36
* ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan2020-03-102-3/+3
* ice: Fix format specifierTony Nguyen2020-03-101-2/+2
* ice: fix use of deprecated strlcpy()Bruce Allan2020-03-101-3/+3
* ice: Increase mailbox receive queue length to maximumLukasz Czapnik2020-03-102-2/+1
* ice: Correct setting VLAN pruningBrett Creeley2020-03-101-8/+2
* ice: renegotiate link after FW DCB onDave Ertman2020-03-101-24/+29
* ice: Fix corner case when switching from IEEE to CEEAvinash JD2020-03-101-1/+2
* ice: Display Link detected via Ethtool in safe modeBrett Creeley2020-03-101-0/+1
* ice: Fix removing driver while bare-metal VFs pass trafficBrett Creeley2020-03-103-10/+29
* ice: Improve clarity of prints and variablesBrett Creeley2020-03-103-125/+145
* ice: allow bigger VFsMitch Williams2020-03-104-158/+146
* iavf: Enable support for up to 16 queuesMitch Williams2020-03-104-40/+11
* ice: Cleanup unneeded parenthesisJeff Kirsher2020-03-101-2/+2
* ixgbe: Use pci_get_dsn()Jacob Keller2020-03-051-12/+5
* ice: Use pci_get_dsn()Jacob Keller2020-03-051-20/+12
* e1000e: reject unsupported coalescing paramsJakub Kicinski2020-03-051-0/+1
* ice: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-56/+3
* iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko2020-02-261-3/+5
* intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-245-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-214-80/+115
|\
| * ice: Wait for VF to be reset/ready before configurationBrett Creeley2020-02-192-61/+76
| * ice: Don't tell the OS that link is going downMichal Swiatkowski2020-02-191-7/+0
| * ice: Don't reject odd values of usecs set by userBrett Creeley2020-02-192-12/+39
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-02-2014-6/+576
|\ \
| * | igc: Add commentSasha Neftin2020-02-191-0/+2
| * | igc: Add WOL supportSasha Neftin2020-02-194-0/+75
| * | igc: Add pcie error handler supportSasha Neftin2020-02-191-0/+103
| * | igc: Complete to commit Add basic skeleton for PTPSasha Neftin2020-02-193-1/+4
| * | e1000e: Add support for Tiger Lake deviceVitaly Lifshits2020-02-192-0/+2