aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-13net: dsa: felix: introduce support for Seville VSC9953 switchMaxim Kochetkov6-16/+1149
2020-07-13net: dsa: felix: move probing to felix_vsc9959.cVladimir Oltean3-191/+206
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov1-0/+13
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov1-0/+3
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean3-0/+34
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2-6/+14
2020-07-13soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov1-1/+1
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean2-8/+52
2020-07-12net: dsa: mv88e6xxx: Implement MTU changeAndrew Lunn1-0/+27
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-0/+7
2020-07-08net: dsa: rtl8366rb: Support the CPU DSA tagLinus Walleij2-23/+9
2020-07-08net: dsa: loop: Print when registration is successfulFlorian Fainelli1-4/+7
2020-07-05net: dsa: vitesse-vsc73xx: Convert to plain comments to avoid kerneldoc warningsAndrew Lunn2-2/+2
2020-07-05net: dsa: lan9303: fix variable 'res' set but not usedAndrew Lunn1-4/+3
2020-07-05net: dsa: rtl8366: Pass GENMASK() signed bitsAndrew Lunn1-1/+1
2020-07-05net: dsa: bcm_sf2: Pass GENMASK() signed bitsAndrew Lunn1-2/+2
2020-07-05net: dsa: bcm_sf2: Initialize __be16 with a __be16 valueAndrew Lunn1-2/+2
2020-07-05net: dsa: b53: Fixup endianness warningsAndrew Lunn1-8/+18
2020-07-05net: dsa: mv88e6xxx: scratch: Fixup kerneldocAndrew Lunn1-3/+6
2020-07-05net: dsa: mv88e6xxx: Remove set but unused variableAndrew Lunn1-3/+2
2020-07-05net: dsa: mv88e6xxx: vlan_tci is __be16Andrew Lunn1-1/+1
2020-07-05net: dsa: mv88e6xxx: Fix sparse warnings from GENMASKAndrew Lunn1-2/+2
2020-07-05net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean3-156/+187
2020-07-05net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean3-48/+0
2020-07-05net: dsa: felix: set proper pause frame timers based on link speedVladimir Oltean1-4/+23
2020-07-05net: dsa: felix: unconditionally configure MAC speed to 1000MbpsVladimir Oltean1-2/+7
2020-07-05net: dsa: felix: support half-duplex link modesVladimir Oltean2-11/+16
2020-07-05net: dsa: felix: clarify the intention of writes to MII_BMCRVladimir Oltean1-8/+3
2020-07-04net: dsa: microchip: remove unused private membersCodrin Ciubotariu4-80/+2
2020-07-04net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu4-16/+29
2020-07-02net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-07-01net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne1-0/+1
2020-06-30net: dsa/bcm_sf2: move pause mode setting into mac_link_up()Russell King1-7/+15
2020-06-30net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()Russell King1-27/+16
2020-06-30net: dsa/bcm_sf2: fix incorrect usage of state->linkRussell King1-2/+26
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King1-9/+3
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King1-10/+15
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu3-15/+9
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-166/+175
2020-06-25net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-25net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-25net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-25net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-25net: dsa/ar9331: convert to mac_link_up()Russell King1-29/+31
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-0/+26
2020-06-22net: dsa: sja1105: make the instantiations of struct sja1105_info constantVladimir Oltean2-12/+17
2020-06-22net: dsa: sja1105: make config table operation structures constantVladimir Oltean4-16/+16
2020-06-22net: dsa: sja1105: remove empty structures from config table opsVladimir Oltean2-45/+0
2020-06-22net: dsa: qca8k: Minor comment spelling fixJonathan McDowell1-1/+1
2020-06-22net: dsa: qca8k: Improve SGMII interface handlingJonathan McDowell2-1/+45