aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Keller6-4/+166
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-12net: ixgbevf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: ixgbe: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: igc: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-12net: igbvf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: igb: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-12net: iavf: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-12net: fm10k: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski1-0/+1
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-10iavf: Enable support for up to 16 queuesMitch Williams4-40/+11
2020-03-10ice: Cleanup unneeded parenthesisJeff Kirsher1-2/+2
2020-03-05ixgbe: Use pci_get_dsn()Jacob Keller1-12/+5
2020-03-05ice: Use pci_get_dsn()Jacob Keller1-20/+12
2020-03-05e1000e: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-05ice: let core reject the unsupported coalescing parametersJakub Kicinski1-56/+3
2020-02-26iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko1-3/+5
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva5-8/+8
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-80/+115
2020-02-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-6/+576
2020-02-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller15-117/+414
2020-02-19igc: Add commentSasha Neftin1-0/+2
2020-02-19igc: Add WOL supportSasha Neftin4-0/+75
2020-02-19igc: Add pcie error handler supportSasha Neftin1-0/+103
2020-02-19igc: Complete to commit Add basic skeleton for PTPSasha Neftin3-1/+4
2020-02-19e1000e: Add support for Tiger Lake deviceVitaly Lifshits2-0/+2
2020-02-19igc: Fix the typo in commentSasha Neftin1-1/+1
2020-02-19e1000e: Add support for Alder LakeSasha Neftin5-0/+21
2020-02-19igc: Add dump optionsSasha Neftin6-1/+338
2020-02-19igc: Complete to commit Add legacy power management supportSasha Neftin1-0/+27