summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-06ixgbe: Use pci_get_dsn()Jacob Keller1-12/+5
2020-03-06ice: 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-25intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva5-8/+8
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-80/+115
2020-02-21Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller14-6/+576
2020-02-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-117/+414
2020-02-20igc: Add commentSasha Neftin1-0/+2
2020-02-20igc: Add WOL supportSasha Neftin4-0/+75
2020-02-20igc: Add pcie error handler supportSasha Neftin1-0/+103
2020-02-20igc: Complete to commit Add basic skeleton for PTPSasha Neftin3-1/+4
2020-02-20e1000e: Add support for Tiger Lake deviceVitaly Lifshits2-0/+2
2020-02-20igc: Fix the typo in commentSasha Neftin1-1/+1
2020-02-20e1000e: Add support for Alder LakeSasha Neftin5-0/+21
2020-02-20igc: Add dump optionsSasha Neftin6-1/+338
2020-02-20igc: Complete to commit Add legacy power management supportSasha Neftin1-0/+27
2020-02-20igc: make non-global functions staticChen Zhou1-2/+2
2020-02-20net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_h...Jia-Ju Bai1-2/+2
2020-02-20e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)1-1/+1
2020-02-20ice: fix define for E822 backplane deviceBruce Allan3-4/+4
2020-02-20ice: add support for E823 devicesBruce Allan3-9/+53
2020-02-20ice: add additional E810 device idBruce Allan2-0/+3
2020-02-20ice: add backslash-n to stringsJesse Brandeburg5-18/+13
2020-02-20ice: increase PF reset wait timeout to 300 millisecondsJacob Keller1-1/+1