summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-20net/mlx5e: Send PAOS command on interface up/downEran Ben Elisha2-7/+20
2017-08-20bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"Colin Ian King1-1/+1
2017-08-20net: hns3: fix a handful of spelling mistakesColin Ian King2-3/+3
2017-08-20net: defxx: constify eisa_device_idArvind Yadav1-1/+1
2017-08-20net: hp100: constify eisa_device_idArvind Yadav1-1/+1
2017-08-20net: de4x5: constify eisa_device_idArvind Yadav1-1/+1
2017-08-20net: 3c59x: constify eisa_device_idArvind Yadav1-1/+1
2017-08-20net: 3c509: constify eisa_device_idArvind Yadav1-1/+1
2017-08-19nfp: don't reuse pointers in ring dumpingJakub Kicinski1-6/+7
2017-08-19nfp: fix copy paste in names and messages regarding vNICsJakub Kicinski1-2/+2
2017-08-19nfp: add ethtool statistics for representorsJakub Kicinski2-4/+71
2017-08-19nfp: add pointer to vNIC config memory to nfp_port structureJakub Kicinski3-37/+18
2017-08-19nfp: report MAC statistics in ethtoolJakub Kicinski2-17/+153
2017-08-19nfp: store pointer to MAC statistics in nfp_portJakub Kicinski3-8/+9
2017-08-19nfp: split software and hardware vNIC statisticsJakub Kicinski1-72/+120
2017-08-19nfp: add helper for printing ethtool stringsJakub Kicinski1-33/+32
2017-08-19nfp: don't report standard netdev statistics in ethtoolJakub Kicinski1-77/+32
2017-08-19nfp: allow retreiving management FW logs on representorsJakub Kicinski2-18/+17
2017-08-19nfp: provide ethtool_drvinfo on representorsJakub Kicinski3-12/+54
2017-08-19nfp: link basic ethtool ops to representorsJakub Kicinski3-0/+7
2017-08-19net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-1/+1
2017-08-19amd-xgbe: Add additional ethtool statisticsLendacky, Thomas3-1/+16
2017-08-19amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas5-6/+520
2017-08-19amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas5-242/+345
2017-08-19amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas3-8/+46
2017-08-19amd-xgbe: Add hardware features debug outputLendacky, Thomas1-3/+75
2017-08-19amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas2-44/+37
2017-08-19amd-xgbe: Add additional dynamic debug messagesLendacky, Thomas1-0/+4
2017-08-19amd-xgbe: Add support to handle device renamingLendacky, Thomas4-46/+100
2017-08-19amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas1-1/+1
2017-08-19amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas2-4/+2
2017-08-19amd-xgbe: Set the MII control width for the MAC interfaceLendacky, Thomas2-0/+3
2017-08-19amd-xgbe: Set the MDIO mode for 10000Base-T configurationLendacky, Thomas1-1/+1
2017-08-19mlx5: ensure 0 is returned when vport is zeroColin Ian King1-1/+1
2017-08-19ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer1-1/+1
2017-08-19liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2-10/+0
2017-08-19macvlan: add offload features for encapsulationDimitris Michailidis1-1/+2
2017-08-19liquidio: fix Smatch errorIntiyaz Basha1-2/+2
2017-08-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-65/+190
2017-08-18net: hns3: Fixes the static check warning due to missing unsupp L3 proto checkSalil1-4/+10
2017-08-18net: hns3: Fixes the static checker error warning in hns3_get_link_ksettings()Salil1-37/+48
2017-08-18net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetchSalil1-0/+2
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi6-6/+6
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann3-22/+65
2017-08-18s390/qeth: unify code to build header elementsJulian Wiedmann1-14/+15
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann3-4/+4
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann4-10/+8
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann4-21/+23
2017-08-18s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann1-6/+6
2017-08-18s390/qeth: split L2 xmit pathsJulian Wiedmann1-102/+123