aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)Author
2024-04-13net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean
2023-07-23net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean
2023-03-30net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas
2022-12-31net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean
2022-12-14net: dsa: sja1105: Check return valueArtem Chernyshev
2022-12-14net: dsa: hellcreek: Check return valueArtem Chernyshev
2022-12-14net: dsa: ksz: Check return valueArtem Chernyshev
2022-11-26net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean
2022-11-10net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean
2022-09-20net: dsa: hellcreek: Print warning only onceKurt Kanzenbach
2022-08-31net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2022-08-25net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean
2022-05-09net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin
2022-04-27net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach
2022-04-08net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean
2022-03-23net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin
2022-03-16Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN"Vladimir Oltean
2022-02-23net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard
2022-02-23net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean
2022-01-27net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean
2021-11-18net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean
2021-11-18net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean
2021-10-19net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET
2021-10-12net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING p...Vladimir Oltean
2021-10-12net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean
2021-10-12net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean
2021-10-12net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean
2021-10-12net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga
2021-10-09net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean
2021-10-08net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean
2021-10-08net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges...Vladimir Oltean
2021-10-08net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean
2021-10-04dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn
2021-09-21net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean
2021-09-21net: dsa: fix dsa_tree_setup error pathVladimir Oltean
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-17net: update NXP copyright textVladimir Oltean
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean
2021-09-15net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean
2021-09-01net: dsa: tag_rtl4_a: Fix egress tagsLinus Walleij
2021-08-25net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean
2021-08-25net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean
2021-08-24net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge p...Vladimir Oltean
2021-08-23net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean
2021-08-18net: dsa: tag_sja1105: be dsa_loop-safeVladimir Oltean