summaryrefslogtreecommitdiff
path: root/net/dsa/dsa2.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean1-0/+5
2022-03-23net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin1-0/+1
2021-10-20net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET1-2/+7
2021-10-09net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean1-0/+2
2021-10-09net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean1-1/+1
2021-09-21net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean1-3/+9
2021-09-21net: dsa: fix dsa_tree_setup error pathVladimir Oltean1-0/+1
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean1-5/+46
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+50
2021-09-16net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean1-15/+31
2021-08-23net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean1-0/+48
2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean1-0/+3
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-05net: dsa: give preference to local CPU portsVladimir Oltean1-3/+39
2021-08-05net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean1-5/+5
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean1-0/+1
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean1-0/+3
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean1-0/+6
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean1-0/+8
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean1-15/+0
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean1-0/+7
2021-04-21net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz1-17/+86
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-1/+1
2021-03-29net: dsa: Fix type was not set for devlink portMaxim Kochetkov1-1/+7
2021-03-23net: dsa: don't assign an error value to tag_opsGeorge McCollister1-4/+7
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+5
2021-02-05net: dsa: call teardown method on probe failureVladimir Oltean1-2/+5
2021-01-30net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-3/+52
2021-01-30net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean1-12/+24
2021-01-30net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-0/+43
2021-01-16net: dsa: add ops for devlink-sbVladimir Oltean1-1/+158
2021-01-16net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-0/+2
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-01-15net: dsa: Link aggregation supportTobias Waldekranz1-0/+93
2021-01-13net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean1-0/+4
2021-01-07net: dsa: print error on invalid port indexRafał Miłecki1-0/+2
2020-10-05net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn1-53/+72
2020-10-05net: dsa: Make use of devlink port flavour unusedAndrew Lunn1-0/+10
2020-09-19net: dsa: wire up devlink info getAndrew Lunn1-3/+16
2020-07-23net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach1-2/+6
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-6/+11
2020-05-11net: dsa: introduce a dsa_switch_find functionVladimir Oltean1-0/+21
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-03-28net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean1-1/+1
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean1-11/+25
2020-01-09net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-2/+29
2019-12-18net: dsa: make unexported dsa_link_touch() staticBen Dooks (Codethink)1-1/+2
2019-11-06net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli1-1/+2
2019-11-01net: dsa: remove limitation of switch index valueVivien Didelot1-2/+0
2019-11-01net: dsa: remove tree functions related to switchesVivien Didelot1-33/+10