summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2020-08-04net: dsa: qca8k: Add 802.1q VLAN supportJonathan McDowell2-0/+208
2020-08-04net: dsa: qca8k: Add define for port VIDJonathan McDowell2-5/+8
2020-07-29net: dsa: rtl8366: Fix VLAN set-upLinus Walleij1-7/+7
2020-07-29net: dsa: rtl8366: Fix VLAN semanticsLinus Walleij1-4/+17
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-26/+43
2020-07-25net: dsa: mv88e6xxx: Use chip-wide max frame size for MTUChris Packham4-0/+31
2020-07-25net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190XChris Packham1-0/+2
2020-07-25net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham1-1/+0
2020-07-22net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne3-23/+23
2020-07-21net: dsa: qca8k: implement the port MTU callbacksJonathan McDowell2-0/+34
2020-07-20net: dsa: mv88e6xxx: fix in-band AN link establishmentRussell King2-3/+20
2020-07-20net: dsa: felix: (re)use already existing constantsMichael Walle1-33/+12
2020-07-16net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean1-1/+0
2020-07-14net: dsa: felix: introduce support for Seville VSC9953 switchMaxim Kochetkov6-16/+1149
2020-07-14net: dsa: felix: move probing to felix_vsc9959.cVladimir Oltean3-191/+206
2020-07-14net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov1-0/+13
2020-07-14net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov1-0/+3
2020-07-14net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean3-0/+34
2020-07-14net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2-6/+14
2020-07-14soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov1-1/+1
2020-07-14net: mscc: ocelot: convert port registers to regmapVladimir Oltean2-8/+52
2020-07-13net: 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-09net: 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-06net: dsa: vitesse-vsc73xx: Convert to plain comments to avoid kerneldoc warningsAndrew Lunn2-2/+2
2020-07-06net: dsa: lan9303: fix variable 'res' set but not usedAndrew Lunn1-4/+3
2020-07-06net: dsa: rtl8366: Pass GENMASK() signed bitsAndrew Lunn1-1/+1
2020-07-06net: dsa: bcm_sf2: Pass GENMASK() signed bitsAndrew Lunn1-2/+2
2020-07-06net: dsa: bcm_sf2: Initialize __be16 with a __be16 valueAndrew Lunn1-2/+2
2020-07-06net: dsa: b53: Fixup endianness warningsAndrew Lunn1-8/+18
2020-07-06net: dsa: mv88e6xxx: scratch: Fixup kerneldocAndrew Lunn1-3/+6
2020-07-06net: dsa: mv88e6xxx: Remove set but unused variableAndrew Lunn1-3/+2
2020-07-06net: dsa: mv88e6xxx: vlan_tci is __be16Andrew Lunn1-1/+1
2020-07-06net: dsa: mv88e6xxx: Fix sparse warnings from GENMASKAndrew Lunn1-2/+2
2020-07-06net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean3-156/+187
2020-07-06net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean3-48/+0
2020-07-06net: dsa: felix: set proper pause frame timers based on link speedVladimir Oltean1-4/+23
2020-07-06net: dsa: felix: unconditionally configure MAC speed to 1000MbpsVladimir Oltean1-2/+7
2020-07-06net: dsa: felix: support half-duplex link modesVladimir Oltean2-11/+16
2020-07-06net: dsa: felix: clarify the intention of writes to MII_BMCRVladimir Oltean1-8/+3
2020-07-05net: dsa: microchip: remove unused private membersCodrin Ciubotariu4-80/+2
2020-07-05net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu4-16/+29
2020-07-03net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-07-02net: 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