aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12net: bcmgenet: Add RGMII_RXID supportStefan Wahren1-0/+5
2019-11-12net: bcmgenet: Refactor register access in bcmgenet_mii_configStefan Wahren1-22/+20
2019-11-12net: bcmgenet: Add BCM2711 supportStefan Wahren2-10/+54
2019-11-12net: bcmgenet: Fix error handling on IRQ retrievalStefan Wahren1-4/+7
2019-11-12net: bcmgenet: Avoid touching non-existent interruptStefan Wahren1-1/+1
2019-11-12sfc: trace_xdp_exception on XDP failureArthur Fabre1-0/+3
2019-11-12net/mlx5: Dump of fw_fatal use updated devlink binary interfaceAya Levin1-17/+1
2019-11-12cxgb4: make function 'cxgb4_mqprio_free_hw_resources' staticzhengbin1-1/+1
2019-11-12net: atlantic: make function 'aq_ethtool_get_priv_flags', 'aq_ethtool_set_priv_flags' staticzhengbin1-2/+2
2019-11-12net: atlantic: make symbol 'aq_pm_ops' staticzhengbin1-1/+1
2019-11-12mlxsw: spectrum: Enable EMAD string TLVShalom Toledo1-0/+2
2019-11-12mlxsw: core: Add support for using EMAD string TLVShalom Toledo2-6/+72
2019-11-12mlxsw: core: Extend EMAD information reported to devlink hwerrShalom Toledo1-2/+10
2019-11-12mlxsw: core: Add support for EMAD string TLV parsingShalom Toledo1-0/+15
2019-11-12mlxsw: core: Add EMAD string TLVShalom Toledo2-1/+24
2019-11-12mlxsw: emad: Remove deprecated EMAD TLVsShalom Toledo1-4/+1
2019-11-12mlxsw: core: Parse TLVs' offsets of incoming EMADsShalom Toledo1-11/+42
2019-11-12net: ethernet: ti: Add dependency for TI_DAVINCI_EMACMao Wenan1-0/+1
2019-11-11net: stmmac: Implement UDP Segmentation OffloadJose Abreu1-9/+23
2019-11-11net: stmmac: Rework stmmac_rx()Jose Abreu1-52/+94
2019-11-11net: stmmac: tc: Remove the speed dependencyJose Abreu1-2/+0
2019-11-11net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacksJose Abreu1-10/+48
2019-11-11net: stmmac: gmac4+: Add Split Header supportJose Abreu5-3/+46
2019-11-11net: stmmac: Fix sparse warningJose Abreu4-5/+6
2019-11-11cxgb4: remove redundant assignment to hdr_lenColin Ian King1-1/+0
2019-11-11mlxsw: core: Enable devlink reload only on probeJiri Pirko1-2/+3
2019-11-11r8169: add support for RTL8117Heiner Kallweit1-15/+120
2019-11-11r8169: respect EEE user setting when restarting networkHeiner Kallweit1-3/+15
2019-11-11net: mscc: ocelot: don't hardcode the number of the CPU portVladimir Oltean1-4/+7
2019-11-11net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean3-22/+57
2019-11-11net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean1-10/+17
2019-11-11net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil2-1/+1
2019-11-11net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean1-10/+26
2019-11-11net: mscc: ocelot: move port initialization into separate functionVladimir Oltean1-21/+24
2019-11-11net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean1-1/+2
2019-11-11net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean1-17/+47
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean6-190/+233
2019-11-11net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean4-65/+59
2019-11-11net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean1-43/+45
2019-11-11net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean1-12/+13
2019-11-11net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean1-46/+78
2019-11-11net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean1-18/+42
2019-11-11net: mscc: ocelot: break apart ocelot_vlan_port_applyVladimir Oltean1-68/+100
2019-11-11Support LAN743x PTP periodic output on any GPIOJohn Efstathiades2-96/+230
2019-11-09r8169: remove rtl8168c_4_hw_phy_configHeiner Kallweit1-6/+1
2019-11-09r8169: add helper r8168d_modify_extpageHeiner Kallweit1-82/+39
2019-11-09r8169: switch to phylib functions in more placesHeiner Kallweit1-68/+17
2019-11-09r8169: add helper r8168d_phy_paramHeiner Kallweit1-164/+85
2019-11-09r8169: add helper r8168g_phy_paramHeiner Kallweit1-187/+98
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller41-221/+325