aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21qlogic: make device_attribute constBhumika Goyal2-5/+5
2017-08-20liquidio: fix use of pf in pass-through mode in a virtual machineRick Farrington2-5/+44
2017-08-20net: dsa: mv88e6xxx: make irq_chip constBhumika Goyal2-2/+2
2017-08-20net: ibm: emac: Fix some error handling path in 'emac_probe()'Christophe Jaillet2-9/+4
2017-08-20cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar8-356/+1220
2017-08-20net/mlx5e: Use size_t to store byte offset in statistics descriptorsGal Pressman1-1/+1
2017-08-20net/mlx5e: Use kernel types instead of uint*_t in ethtool callbacksGal Pressman2-7/+4
2017-08-20net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz1-2/+2
2017-08-20net/mlx5e: Avoid using multiple blank linesOr Gerlitz2-2/+0
2017-08-20net/mlx5e: Properly indent within conditional statementsOr Gerlitz1-14/+17
2017-08-20net/mlx5: Add a blank line after declarationsOr Gerlitz2-0/+2
2017-08-20net/mlx5: Avoid blank lines after/before open/close braceOr Gerlitz2-2/+0
2017-08-20net/mlx5e: Add outbound PCI buffer overflow counterEran Ben Elisha2-2/+24
2017-08-20net/mlx5e: Add RX buffer fullness countersGal Pressman3-1/+30
2017-08-20net/mlx5e: Add PCIe outbound stalls countersGal Pressman2-1/+20
2017-08-20net/mlx5e: IPoIB, Add support for get_link_ksettings in ethtoolShalom Lagziel1-12/+118
2017-08-20net/mlx5e: IPoIB, Fix driver name retrieved by ethtoolFeras Daoud1-0/+2
2017-08-20net/mlx5e: Send PAOS command on interface up/downEran Ben Elisha2-7/+20
2017-08-19bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"Colin Ian King1-1/+1
2017-08-19net: hns3: fix a handful of spelling mistakesColin Ian King2-3/+3
2017-08-19net: defxx: constify eisa_device_idArvind Yadav1-1/+1
2017-08-19net: hp100: constify eisa_device_idArvind Yadav1-1/+1
2017-08-19net: de4x5: constify eisa_device_idArvind Yadav1-1/+1
2017-08-19net: 3c59x: constify eisa_device_idArvind Yadav1-1/+1
2017-08-19net: 3c509: constify eisa_device_idArvind Yadav1-1/+1
2017-08-18nfp: don't reuse pointers in ring dumpingJakub Kicinski1-6/+7
2017-08-18nfp: fix copy paste in names and messages regarding vNICsJakub Kicinski1-2/+2
2017-08-18nfp: add ethtool statistics for representorsJakub Kicinski2-4/+71
2017-08-18nfp: add pointer to vNIC config memory to nfp_port structureJakub Kicinski3-37/+18
2017-08-18nfp: report MAC statistics in ethtoolJakub Kicinski2-17/+153
2017-08-18nfp: store pointer to MAC statistics in nfp_portJakub Kicinski3-8/+9
2017-08-18nfp: split software and hardware vNIC statisticsJakub Kicinski1-72/+120
2017-08-18nfp: add helper for printing ethtool stringsJakub Kicinski1-33/+32
2017-08-18nfp: don't report standard netdev statistics in ethtoolJakub Kicinski1-77/+32
2017-08-18nfp: allow retreiving management FW logs on representorsJakub Kicinski2-18/+17
2017-08-18nfp: provide ethtool_drvinfo on representorsJakub Kicinski3-12/+54
2017-08-18nfp: link basic ethtool ops to representorsJakub Kicinski3-0/+7
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-1/+1
2017-08-18amd-xgbe: Add additional ethtool statisticsLendacky, Thomas3-1/+16
2017-08-18amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas5-6/+520
2017-08-18amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas5-242/+345
2017-08-18amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas3-8/+46
2017-08-18amd-xgbe: Add hardware features debug outputLendacky, Thomas1-3/+75
2017-08-18amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas2-44/+37
2017-08-18amd-xgbe: Add additional dynamic debug messagesLendacky, Thomas1-0/+4
2017-08-18amd-xgbe: Add support to handle device renamingLendacky, Thomas4-46/+100
2017-08-18amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas1-1/+1
2017-08-18amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas2-4/+2
2017-08-18amd-xgbe: Set the MII control width for the MAC interfaceLendacky, Thomas2-0/+3
2017-08-18amd-xgbe: Set the MDIO mode for 10000Base-T configurationLendacky, Thomas1-1/+1