aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11net: sfp: allow modules with slow diagnostics to probeRussell King1-22/+74
2019-11-11net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King1-10/+28
2019-11-11net: sfp: move module insert reporting out of probeRussell King1-18/+40
2019-11-11net: sfp: split power mode switching from probeRussell King1-37/+64
2019-11-11net: sfp: track upstream's attachment state in state machineRussell King1-13/+29
2019-11-11net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King1-6/+25
2019-11-11net: sfp: allow fault processing to transition to other statesRussell King1-6/+6
2019-11-11net: sfp: eliminate mdelay() from PHY probeRussell King1-12/+40
2019-11-11net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King1-8/+13
2019-11-11net: sfp: control TX_DISABLE and phy only from main state machineRussell King1-8/+1
2019-11-11net: sfp: avoid power switch on address-change modulesRussell King1-11/+20
2019-11-11net: sfp: parse SFP power requirement earlierRussell King1-13/+29
2019-11-11net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King1-7/+6
2019-11-11net: sfp: handle module remove outside state machineRussell King1-7/+9
2019-11-11net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King1-8/+8
2019-11-11net: sfp: move tx disable on device down to main state machineRussell King1-8/+2
2019-11-11net: sfp: move sfp sub-state machines into separate functionsRussell King1-31/+43
2019-11-11net: sfp: fix sfp_bus_put() kernel documentationRussell King1-1/+1
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-11net: dsa: mv88e6xxx: Add support for port mirroringIwan R Timmer5-4/+136
2019-11-11net: dsa: mv88e6xxx: Split monitor port configurationIwan R Timmer4-16/+52
2019-11-11Support LAN743x PTP periodic output on any GPIOJohn Efstathiades2-96/+230
2019-11-11net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean1-0/+4
2019-11-11net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean4-32/+114
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean4-22/+61
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-09net: sfp: rework upstream interfaceRussell King2-31/+71