aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)Author
2023-07-27net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean
2022-12-14net: dsa: ksz: Check return valueArtem Chernyshev
2022-05-09net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin
2022-03-23net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin
2021-09-30net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean
2021-09-22net: dsa: tag_rtl4_a: Fix egress tagsLinus Walleij
2021-09-22net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean
2021-07-25net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean
2021-06-10net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean
2021-06-03net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean
2021-06-03net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter
2021-04-14net: dsa: Fix type was not set for devlink portMaxim Kochetkov
2021-03-17net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang
2021-03-17net: dsa: tag_ar9331: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_gswip: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_dsa: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_edsa: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_lan9303: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_ocelot: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean
2021-03-17net: dsa: trailer: don't allocate additional memory for padding/taggingChristian Eggers
2021-03-17net: dsa: tag_ksz: don't allocate additional memory for padding/taggingChristian Eggers
2021-03-17net: dsa: implement a central TX reallocation procedureVladimir Oltean
2021-03-17net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang
2021-03-07net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij
2021-02-17net: dsa: call teardown method on probe failureVladimir Oltean
2021-01-23net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean
2021-01-23net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean
2020-10-19net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers
2020-10-13net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-11net: dsa: tag_ocelot: use VLAN information from tagging header when availableVladimir Oltean
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-10-04net: dsa: Add devlink port regions support to DSAAndrew Lunn
2020-10-04net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn
2020-10-04net: dsa: Make use of devlink port flavour unusedAndrew Lunn
2020-10-02net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli
2020-10-02net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli
2020-10-02net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli
2020-09-26net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: point out the tail taggersVladimir Oltean
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean