summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-08-17net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu4-9/+37
2019-08-17net: stmmac: dwxgmac: Add Flexible PPS supportJose Abreu2-0/+75
2019-08-17net: stmmac: Add a counter for Split Header packetsJose Abreu3-0/+3
2019-08-17net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu7-2/+128
2019-08-17net: stmmac: xgmac: Correctly return that RX descriptor is not last oneJose Abreu1-4/+3
2019-08-17net: stmmac: Prepare to add Split Header supportJose Abreu2-60/+95
2019-08-17net: stmmac: Get correct timestamp values from XGMACJose Abreu4-9/+34
2019-08-15net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart3-13/+539
2019-08-15net: mscc: remove the frame_info cpuq memberAntoine Tenart2-2/+0
2019-08-15net: mscc: improve the frame header parsing readabilityAntoine Tenart1-11/+13
2019-08-15net: mscc: describe the PTP register rangeAntoine Tenart4-1/+70
2019-08-15qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru1-0/+68
2019-08-15qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru3-0/+69
2019-08-15r8169: sync EEE handling for RTL8168h with vendor driverHeiner Kallweit1-1/+11
2019-08-15r8169: use the generic EEE management functionsHeiner Kallweit1-148/+24
2019-08-14net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner2-38/+23
2019-08-14r8169: fix sporadic transmit timeout issueHeiner Kallweit1-0/+1
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing1-1/+1
2019-08-11r8169: inline rtl8169_free_rx_databuffHeiner Kallweit1-17/+7
2019-08-10ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-17/+5
2019-08-10i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+4
2019-08-10fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-08-10mvpp2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+1
2019-08-10skge: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-30/+9
2019-08-10qca: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-10/+3
2019-08-10dpaa2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-50/+7
2019-08-10stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-46/+8
2019-08-10nfp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+1
2019-08-10hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+2
2019-08-10cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-20/+9
2019-08-10bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-29/+11
2019-08-10xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-76/+31
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman6-153/+22
2019-08-09Merge tag 'mlx5-updates-2019-08-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller9-139/+335
2019-08-09net/mlx5e: Use refcount_t for refcountChuhong Yuan1-4/+5
2019-08-09net/mlx5e: Use vhca_id in generating representor port_indexParav Pandit1-4/+16
2019-08-09net/mlx5e: Simplify querying port representor parent idParav Pandit1-13/+3
2019-08-09net/mlx5: E-switch, Removed unused hwidParav Pandit1-5/+1
2019-08-09net/mlx5e: Allow concurrent creation of encap entriesVlad Buslov2-6/+29
2019-08-09net/mlx5e: Protect encap hash table with mutexVlad Buslov3-10/+36
2019-08-09net/mlx5e: Extend encap entry with reference counterVlad Buslov4-28/+64
2019-08-09net/mlx5e: Allow concurrent creation of mod_hdr entriesVlad Buslov1-12/+29
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov2-10/+27
2019-08-09net/mlx5e: Protect mod header entry flows list with spinlockVlad Buslov1-0/+7
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov4-43/+57
2019-08-09net/mlx5e: Allow concurrent creation of hairpin entriesVlad Buslov1-19/+46
2019-08-09net/mlx5e: Protect hairpin hash table with mutexVlad Buslov2-4/+18
2019-08-09net/mlx5e: Protect hairpin entry flows list with spinlockVlad Buslov1-0/+8
2019-08-09net/mlx5e: Extend hairpin entry with reference counterVlad Buslov1-18/+26
2019-08-09net: hns3: refine some macro definitionsGuojia Liao2-3/+3