aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+7
2020-08-28net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao1-1/+1
2020-08-25net: dsa: mt7530: Add of_node_put() before break and return statementsSumera Priyadarsini1-1/+4
2020-08-24net: ocelot: Add of_node_put() before return statementSumera Priyadarsini1-0/+1
2020-08-24net: dsa: sja1105: Do not use address of compatible member in sja1105_check_device_idNathan Chancellor1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-6/+6
2020-08-21net: dsa: b53: check for timeoutTom Rix1-0/+2
2020-08-18net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King1-1/+1
2020-08-05net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean1-11/+24
2020-08-03net: dsa: loop: Set correct number of portsFlorian Fainelli1-1/+1
2020-08-03net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli1-0/+17
2020-08-03net: dsa: loop: Move data structures to headerFlorian Fainelli1-31/+1
2020-08-03net: dsa: loop: Support 4K VLANsFlorian Fainelli1-4/+2
2020-08-03net: dsa: loop: PVID should be per-portFlorian Fainelli1-4/+4
2020-08-03net: dsa: sja1105: poll for extts events from a timerVladimir Oltean2-34/+50
2020-08-03net: dsa: qca8k: Add 802.1q VLAN supportJonathan McDowell2-0/+208
2020-08-03net: dsa: qca8k: Add define for port VIDJonathan McDowell2-5/+8
2020-07-28net: dsa: rtl8366: Fix VLAN set-upLinus Walleij1-7/+7
2020-07-28net: dsa: rtl8366: Fix VLAN semanticsLinus Walleij1-4/+17
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-26/+43
2020-07-24net: dsa: mv88e6xxx: Use chip-wide max frame size for MTUChris Packham4-0/+31
2020-07-24net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190XChris Packham1-0/+2
2020-07-24net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham1-1/+0
2020-07-21net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne3-23/+23
2020-07-20net: dsa: qca8k: implement the port MTU callbacksJonathan McDowell2-0/+34
2020-07-19net: dsa: mv88e6xxx: fix in-band AN link establishmentRussell King2-3/+20
2020-07-19net: dsa: felix: (re)use already existing constantsMichael Walle1-33/+12
2020-07-16net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean1-1/+0
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