summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-251-0/+1
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-251-1/+0
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-2/+7
|\
| * net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET2021-10-191-2/+7
* | net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean2021-10-211-30/+14
* | net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-211-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-1/+3
|\|
| * net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean2021-10-091-0/+2
| * net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean2021-10-081-1/+1
* | net: dsa: unregister cross-chip notifier after ds->ops->teardownVladimir Oltean2021-10-131-2/+2
* | net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-8/+106
|\|
| * net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean2021-09-211-3/+9
| * net: dsa: fix dsa_tree_setup error pathVladimir Oltean2021-09-211-0/+1
| * net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean2021-09-191-5/+46
| * net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+50
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1
|/
* net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-151-15/+31
* net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean2021-08-231-0/+48
* net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean2021-08-121-0/+3
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* net: dsa: give preference to local CPU portsVladimir Oltean2021-08-051-3/+39
* net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean2021-08-051-5/+5
* net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-231-0/+1
* net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean2021-06-291-0/+6
* net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean2021-06-291-0/+8
* net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean2021-06-211-15/+0
* net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean2021-06-211-0/+7
* net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz2021-04-201-17/+86
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* net: dsa: Fix type was not set for devlink portMaxim Kochetkov2021-03-291-1/+7
* net: dsa: don't assign an error value to tag_opsGeorge McCollister2021-03-221-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-2/+5
|\
| * net: dsa: call teardown method on probe failureVladimir Oltean2021-02-041-2/+5
* | net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-291-3/+52
* | net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-291-12/+24
* | net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean2021-01-291-0/+43
* | net: dsa: add ops for devlink-sbVladimir Oltean2021-01-151-1/+158
* | net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-151-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-0/+4
|\|
| * net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean2021-01-121-0/+4
* | net: dsa: Link aggregation supportTobias Waldekranz2021-01-141-0/+93
* | net: dsa: print error on invalid port indexRafał Miłecki2021-01-061-0/+2
|/
* net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn2020-10-041-53/+72
* net: dsa: Make use of devlink port flavour unusedAndrew Lunn2020-10-041-0/+10
* net: dsa: wire up devlink info getAndrew Lunn2020-09-181-3/+16
* net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach2020-07-221-2/+6
* devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-6/+11