summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-304-7/+15
|\
| * dsa: mv88e6xxx: Include tagger overhead when setting MTU for DSA and CPU portsAndrew Lunn2021-09-272-3/+7
| * dsa: mv88e6xxx: Fix MTU definitionAndrew Lunn2021-09-273-6/+10
| * dsa: mv88e6xxx: 6161: Use chip wide MAX MTUAndrew Lunn2021-09-271-1/+1
* | net: dsa: rtl8366rb: Use core filtering trackingLinus Walleij2021-09-301-7/+2
* | net: dsa: rtl8366: Drop and depromote pointless printsLinus Walleij2021-09-271-7/+4
* | net: dsa: rtl8366: Fix a bug in deleting VLANsLinus Walleij2021-09-271-1/+1
* | net: dsa: rtl8366rb: Fix off-by-one bugLinus Walleij2021-09-271-1/+1
* | net: dsa: rtl8366rb: Rewrite weird VLAN filering enablementLinus Walleij2021-09-273-44/+95
* | net: dsa: rtl8366: Drop custom VLAN set-upLinus Walleij2021-09-273-52/+1
* | net: dsa: rtl8366rb: Support bridge offloadingDENG Qingfang2021-09-271-0/+86
* | net: dsa: felix: accept "ethernet-ports" OF node nameVladimir Oltean2021-09-241-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-2347-106/+519
|\|
| * net: dsa: realtek: register the MDIO bus under devresVladimir Oltean2021-09-211-1/+1
| * net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean2021-09-193-68/+27
| * net: dsa: xrs700x: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-194-0/+43
| * net: dsa: microchip: ksz8863: be compatible with masters which unregister on ...Vladimir Oltean2021-09-191-0/+13
| * net: dsa: hellcreek: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+16
| * net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-1928-24/+406
| * net: dsa: bcm_sf2: Fix array overrun in bcm_sf2_num_active_ports()Florian Fainelli2021-09-171-1/+1
| * net: update NXP copyright textVladimir Oltean2021-09-1712-12/+12
* | net: dsa: sja1105: stop using priv->vlan_awareVladimir Oltean2021-09-233-12/+11
* | net: dsa: sja1105: don't keep a persistent reference to the reset GPIOVladimir Oltean2021-09-232-10/+20
* | net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean2021-09-231-2/+1
* | net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean2021-09-232-58/+6
* | net: dsa: sja1105: remove sp->dpVladimir Oltean2021-09-231-1/+0
* | net: dsa: bcm_sf2: Request APD, DLL disable and IDDQ-SRFlorian Fainelli2021-09-211-1/+3
* | net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki2021-09-172-29/+0
* | net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki2021-09-171-1/+1
* | net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki2021-09-171-6/+0
* | net: dsa: b53: Include all ports in "enabled_ports"Rafał Miłecki2021-09-171-12/+11
|/
* net: dsa: lantiq_gswip: Add 200ms assert delayAleksander Jan Bajkowski2021-09-131-0/+6
* net: dsa: qca8k: fix kernel panic with legacy mdio mappingAnsuel Smith2021-09-121-8/+22
* net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki2021-09-052-3/+26
* net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki2021-09-021-1/+2
* net: dsa: b53: Fix calculating number of switch portsRafał Miłecki2021-09-021-2/+1
* net: dsa: lantiq_gswip: fix maximum frame lengthJan Hoffmann2021-09-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-272-9/+10
|\
| * net: dsa: hellcreek: Adjust schedule look ahead windowKurt Kanzenbach2021-08-261-1/+1
| * net: dsa: hellcreek: Fix incorrect setting of GCLKurt Kanzenbach2021-08-261-3/+3
| * net: dsa: mv88e6xxx: Update mv88e6393x serdes errataNathan Rossi2021-08-241-5/+6
* | net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean2021-08-253-26/+0
* | net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean2021-08-251-1/+9
* | net: dsa: sja1105: prevent tag_8021q VLANs from being received on user portsVladimir Oltean2021-08-251-8/+29
* | net: dsa: mt7530: manually set up VLAN ID 0DENG Qingfang2021-08-252-0/+27
* | net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-241-0/+1
* | net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean2021-08-201-1/+1
* | net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean2021-08-201-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-201-4/+2
|\|
| * net: dsa: sja1105: fix use-after-free after calling of_find_compatible_node, ...Vladimir Oltean2021-08-181-4/+2