summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: de4x5: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* net: 3c59x: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* net: 3c509: constify eisa_device_idArvind Yadav2017-08-191-1/+1
* nfp: don't reuse pointers in ring dumpingJakub Kicinski2017-08-181-6/+7
* nfp: fix copy paste in names and messages regarding vNICsJakub Kicinski2017-08-181-2/+2
* nfp: add ethtool statistics for representorsJakub Kicinski2017-08-182-4/+71
* nfp: add pointer to vNIC config memory to nfp_port structureJakub Kicinski2017-08-183-37/+18
* nfp: report MAC statistics in ethtoolJakub Kicinski2017-08-182-17/+153
* nfp: store pointer to MAC statistics in nfp_portJakub Kicinski2017-08-183-8/+9
* nfp: split software and hardware vNIC statisticsJakub Kicinski2017-08-181-72/+120
* nfp: add helper for printing ethtool stringsJakub Kicinski2017-08-181-33/+32
* nfp: don't report standard netdev statistics in ethtoolJakub Kicinski2017-08-181-77/+32
* nfp: allow retreiving management FW logs on representorsJakub Kicinski2017-08-182-18/+17
* nfp: provide ethtool_drvinfo on representorsJakub Kicinski2017-08-183-12/+54
* nfp: link basic ethtool ops to representorsJakub Kicinski2017-08-183-0/+7
* amd-xgbe: Add additional ethtool statisticsLendacky, Thomas2017-08-183-1/+16
* amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas2017-08-185-6/+520
* amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas2017-08-185-242/+345
* amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas2017-08-183-8/+46
* amd-xgbe: Add hardware features debug outputLendacky, Thomas2017-08-181-3/+75
* amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas2017-08-182-44/+37
* amd-xgbe: Add additional dynamic debug messagesLendacky, Thomas2017-08-181-0/+4
* amd-xgbe: Add support to handle device renamingLendacky, Thomas2017-08-184-46/+100
* amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas2017-08-181-1/+1
* amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas2017-08-182-4/+2
* amd-xgbe: Set the MII control width for the MAC interfaceLendacky, Thomas2017-08-182-0/+3
* amd-xgbe: Set the MDIO mode for 10000Base-T configurationLendacky, Thomas2017-08-181-1/+1
* mlx5: ensure 0 is returned when vport is zeroColin Ian King2017-08-181-1/+1
* ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer2017-08-181-1/+1
* liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PFRick Farrington2017-08-182-10/+0
* liquidio: fix Smatch errorIntiyaz Basha2017-08-181-2/+2
* net: hns3: Fixes the static check warning due to missing unsupp L3 proto checkSalil2017-08-181-4/+10
* net: hns3: Fixes the static checker error warning in hns3_get_link_ksettings()Salil2017-08-181-37/+48
* net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetchSalil2017-08-181-0/+2
* net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-186-6/+6
* liquidio: with embedded f/w, issue droq credits before enablementRick Farrington2017-08-181-8/+12
* liquidio: with embedded f/w, don't reload f/w, issue pf flr at exitRick Farrington2017-08-181-24/+46
* net: ibm: ibmvnic: constify vio_device_idArvind Yadav2017-08-171-1/+1
* net: ibm: ibmveth: constify vio_device_idArvind Yadav2017-08-171-1/+1
* net: hns3: ensure media_type is unitializedColin Ian King2017-08-171-1/+1
* liquidio: fix spelling mistake: "interuupt" -> "interrupt"Colin Ian King2017-08-171-1/+1
* net/mlx4: fix spelling mistake: "availible" -> "available"Colin Ian King2017-08-163-16/+16
* nfp: process MTU updates from firmware flower appSimon Horman2017-08-161-2/+9
* nfp: process control messages in workqueue in flower appSimon Horman2017-08-164-3/+41
* net: 3c509: constify pnp_device_idArvind Yadav2017-08-161-1/+1
* liquidio: update VF's netdev->max_mtu if there's a change in PF's MTUVeerasenareddy Burru2017-08-162-6/+6
* mlx4: sizeof style usagestephen hemminger2017-08-1615-56/+56
* skge: add paren around sizeof argstephen hemminger2017-08-161-1/+1
* liquidio: added support for ethtool --set-channels featureIntiyaz Basha2017-08-156-50/+226
* liquidio: moved octeon_setup_interrupt to lio_core.cIntiyaz Basha2017-08-154-263/+202