aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer2019-11-112-9/+7
* mlxsw: core: Enable devlink reload only on probeJiri Pirko2019-11-111-2/+3
* r8169: add support for RTL8117Heiner Kallweit2019-11-111-15/+120
* Merge branch 'sfp-Allow-slow-to-initialise-GPON-modules-to-work'David S. Miller2019-11-111-157/+369
|\
| * net: sfp: allow modules with slow diagnostics to probeRussell King2019-11-111-22/+74
| * net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King2019-11-111-10/+28
| * net: sfp: move module insert reporting out of probeRussell King2019-11-111-18/+40
| * net: sfp: split power mode switching from probeRussell King2019-11-111-37/+64
| * net: sfp: track upstream's attachment state in state machineRussell King2019-11-111-13/+29
| * net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King2019-11-111-6/+25
| * net: sfp: allow fault processing to transition to other statesRussell King2019-11-111-6/+6
| * net: sfp: eliminate mdelay() from PHY probeRussell King2019-11-111-12/+40
| * net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King2019-11-111-8/+13
| * net: sfp: control TX_DISABLE and phy only from main state machineRussell King2019-11-111-8/+1
| * net: sfp: avoid power switch on address-change modulesRussell King2019-11-111-11/+20
| * net: sfp: parse SFP power requirement earlierRussell King2019-11-111-13/+29
| * net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King2019-11-111-7/+6
| * net: sfp: handle module remove outside state machineRussell King2019-11-111-7/+9
| * net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King2019-11-111-8/+8
| * net: sfp: move tx disable on device down to main state machineRussell King2019-11-111-8/+2
| * net: sfp: move sfp sub-state machines into separate functionsRussell King2019-11-111-31/+43
|/
* net: sfp: fix sfp_bus_put() kernel documentationRussell King2019-11-111-1/+1
* r8169: respect EEE user setting when restarting networkHeiner Kallweit2019-11-111-3/+15
* lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long2019-11-111-6/+8
* lwtunnel: get nlsize for erspan options properlyXin Long2019-11-111-1/+7
* lwtunnel: change to use nla_parse_nested on new optionsXin Long2019-11-111-8/+8
* Merge branch 'Accomodate-DSA-front-end-into-Ocelot'David S. Miller2019-11-118-457/+680
|\
| * net: mscc: ocelot: don't hardcode the number of the CPU portVladimir Oltean2019-11-111-4/+7
| * net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean2019-11-113-22/+57
| * net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean2019-11-111-10/+17
| * net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil2019-11-112-1/+1
| * net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean2019-11-111-10/+26
| * net: mscc: ocelot: move port initialization into separate functionVladimir Oltean2019-11-111-21/+24
| * net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean2019-11-111-1/+2
| * net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean2019-11-111-17/+47
| * net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean2019-11-116-190/+233
| * net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean2019-11-114-65/+59
| * net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean2019-11-111-43/+45
| * net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean2019-11-111-12/+13
| * net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean2019-11-111-46/+78
| * net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean2019-11-111-18/+42
| * net: mscc: ocelot: break apart ocelot_vlan_port_applyVladimir Oltean2019-11-111-68/+100
|/
* Merge branch 'net-dsa-mv88e6xxx-Add-support-for-port-mirroring'David S. Miller2019-11-116-20/+188
|\
| * net: dsa: mv88e6xxx: Add support for port mirroringIwan R Timmer2019-11-115-4/+136
| * net: dsa: mv88e6xxx: Split monitor port configurationIwan R Timmer2019-11-114-16/+52
|/
* Support LAN743x PTP periodic output on any GPIOJohn Efstathiades2019-11-112-96/+230
* Merge branch 'Unlock-new-potential-in-SJA1105-with-PTP-system-timestamping'David S. Miller2019-11-115-52/+177
|\
| * net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean2019-11-111-0/+4
| * net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean2019-11-114-32/+114
| * net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean2019-11-114-22/+61
|/