summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mediatek: Add MT7628/88 SoC supportStefan Roese2019-08-184-112/+425
* net: ethernet: mediatek: Rename NEXT_RX_DESP_IDX to NEXT_DESP_IDXStefan Roese2019-08-182-3/+3
* net: ethernet: mediatek: Rename MTK_QMTK_INT_STATUS to MTK_QDMA_INT_STATUSStefan Roese2019-08-182-5/+5
* be2net: eliminate enable field from be_aic_objIvan Vecera2019-08-183-7/+9
* net: hns3: add phy_attached_info() to the hns3 driverYonglong Liu2019-08-181-0/+2
* net: hns3: prevent unnecessary MAC TNL interruptHuazhong Tan2019-08-181-0/+2
* net: hns3: change print level of RAS error log from warning to errorXiaofei Tan2019-08-181-44/+44
* net: hns3: fix error and incorrect formatGuojia Liao2019-08-184-6/+6
* net: hns3: modify redundant initialization of variableGuojia Liao2019-08-186-9/+8
* net: hns3: add or modify commentsGuojia Liao2019-08-188-25/+27
* net: stmmac: selftests: Add selftest for VLAN TX OffloadJose Abreu2019-08-171-2/+94
* net: stmmac: Add support for VLAN Insertion OffloadJose Abreu2019-08-177-1/+135
* net: stmmac: xgmac: Add EEE supportJose Abreu2019-08-173-5/+83
* net: stmmac: selftests: Add tests for SA Insertion/ReplacementJose Abreu2019-08-171-1/+97
* net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu2019-08-176-1/+36
* net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu2019-08-174-9/+37
* net: stmmac: dwxgmac: Add Flexible PPS supportJose Abreu2019-08-172-0/+75
* net: stmmac: Add a counter for Split Header packetsJose Abreu2019-08-173-0/+3
* net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu2019-08-177-2/+128
* net: stmmac: xgmac: Correctly return that RX descriptor is not last oneJose Abreu2019-08-171-4/+3
* net: stmmac: Prepare to add Split Header supportJose Abreu2019-08-172-60/+95
* net: stmmac: Get correct timestamp values from XGMACJose Abreu2019-08-174-9/+34
* net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart2019-08-153-13/+539
* net: mscc: remove the frame_info cpuq memberAntoine Tenart2019-08-152-2/+0
* net: mscc: improve the frame header parsing readabilityAntoine Tenart2019-08-151-11/+13
* net: mscc: describe the PTP register rangeAntoine Tenart2019-08-154-1/+70
* qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru2019-08-151-0/+68
* qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru2019-08-153-0/+69
* r8169: sync EEE handling for RTL8168h with vendor driverHeiner Kallweit2019-08-151-1/+11
* r8169: use the generic EEE management functionsHeiner Kallweit2019-08-151-148/+24
* net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner2019-08-142-38/+23
* r8169: fix sporadic transmit timeout issueHeiner Kallweit2019-08-141-0/+1
* net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing2019-08-131-1/+1
* r8169: inline rtl8169_free_rx_databuffHeiner Kallweit2019-08-111-17/+7
* ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-17/+5
* i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-18/+4
* fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-2/+0
* mvpp2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-18/+1
* skge: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-30/+9
* qca: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-10/+3
* dpaa2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-102-50/+7
* stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-102-46/+8
* nfp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-16/+1
* hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-15/+2
* cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-103-20/+9
* bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-102-29/+11
* xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-76/+31
* mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-106-153/+22
* Merge tag 'mlx5-updates-2019-08-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-08-099-139/+335
|\
| * net/mlx5e: Use refcount_t for refcountChuhong Yuan2019-08-091-4/+5