aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30net: sgi: ioc3-eth: remove checkpatch errors/warningThomas Bogendoerfer1-145/+130
2019-08-30MIPS: SGI-IP27: restructure ioc3 register accessThomas Bogendoerfer1-233/+185
2019-08-29net: spider_net: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-08-29r8169: add support for EEE on RTL8125Heiner Kallweit1-0/+24
2019-08-29r8169: add RTL8125 PHY initializationHeiner Kallweit1-3/+127
2019-08-29r8169: add support for RTL8125Heiner Kallweit2-18/+265
2019-08-29r8169: don't use bit LastFrag in tx descriptor after sendHeiner Kallweit1-1/+1
2019-08-29r8169: read common register for PCI commitHeiner Kallweit1-1/+1
2019-08-29r8169: move disabling interrupt coalescing to RTL8169/RTL8168 initHeiner Kallweit1-2/+6
2019-08-29r8169: factor out reading MAC address from registersHeiner Kallweit1-3/+10
2019-08-29r8169: restrict rtl_is_8168evl_up to RTL8168 chip versionsHeiner Kallweit1-1/+2
2019-08-29r8169: change interrupt mask type to u32Heiner Kallweit1-5/+11
2019-08-29Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller20-112/+280
2019-08-29net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo4-2/+75
2019-08-29net: hns3: check reset interrupt status when reset failsHuazhong Tan2-4/+4
2019-08-29net: hns3: add phy selftest functionYufeng Mo2-19/+138
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li7-2/+78
2019-08-29net: hns3: optimize waiting time for TQP resetZhongzhu Liu2-5/+7
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao2-18/+30
2019-08-29net: hns3: make some reusable codes into a functionYonglong Liu1-26/+28
2019-08-29net: hns3: optimize some log printingsYufeng Mo3-29/+30
2019-08-29net: hns3: reduce the parameters of some functionsGuojia Liao1-14/+14
2019-08-29net: hns3: modify base parameter of kstrtouint in hclge_dbg_dump_tm_mapHuazhong Tan1-3/+4
2019-08-29net: hns3: use macro instead of magic numberHuazhong Tan2-3/+6
2019-08-29net: hns3: code optimization for debugfs related to "dump reg"Zhongzhu Liu2-110/+132
2019-08-29dpaa2-eth: Add pause frame supportIoana Radulescu6-13/+177
2019-08-29dpaa2-eth: Use stored link settingsIoana Radulescu2-14/+7
2019-08-29dpaa2-eth: Remove support for changing link settingsIoana Radulescu1-50/+1
2019-08-28mlxsw: spectrum_ptp: Add counters for GC eventsPetr Machata4-1/+132
2019-08-28mlxsw: Bump firmware version to 13.2000.1886Ido Schimmel1-1/+1
2019-08-28mlxsw: spectrum: Prevent auto negotiation on number of lanesShalom Toledo2-20/+77
2019-08-28mlxsw: Remove 56G speed supportAmit Cohen3-31/+0
2019-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-387/+688
2019-08-28net/mlx5e: Support TSO and TX checksum offloads for IP-in-IPMarina Varshaver1-0/+11
2019-08-28net/mlx5e: Improve stateless offload capability checkMarina Varshaver3-4/+7
2019-08-28net/mlx5e: Support RSS for IP-in-IP and IPv6 tunneled packetsAya Levin2-1/+49
2019-08-28net/mlx5e: Change function's position to a more fitting fileAya Levin3-6/+8
2019-08-28net/mlx5e: Add device out of buffer counterMoshe Shemesh1-13/+25
2019-08-28net/mlx5e: Support LAG TX port affinity distributionMaxim Mikityanskiy4-22/+53
2019-08-28net/mlx5e: Expose new function for TIS destroy loopTariq Toukan3-10/+13
2019-08-28net/mlx5e: ethtool, Fix a typo in WOL function namesErez Alfasi1-4/+4
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed11-58/+116
2019-08-28net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik1-0/+6
2019-08-27net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng2-0/+24
2019-08-27net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+15
2019-08-27net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+29
2019-08-27net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+107
2019-08-27net: mediatek: remove set but not used variable 'status'Mao Wenan1-2/+0
2019-08-27net: ethernet: mediatek: Re-add support SGMIIRené van Dorst4-115/+213
2019-08-27net: ethernet: mediatek: Add basic PHYLINK supportRené van Dorst3-192/+265