summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean2022-02-091-19/+6
* net: dsa: setup master before portsVladimir Oltean2022-01-061-10/+13
* net: dsa: first set up shared ports, then non-shared portsVladimir Oltean2022-01-061-13/+37
* net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean2022-01-061-0/+8
* net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean2022-01-051-1/+1
* net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean2021-12-141-26/+18
* net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-121-4/+69
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-14/+29
* net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean2021-12-081-1/+3
* net: dsa: make dp->bridge_num one-basedVladimir Oltean2021-12-081-12/+12
* 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-201-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-151-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-091-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-161-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-211-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-231-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-051-2/+5
* | net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-301-3/+52
* | net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-301-12/+24
* | net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean2021-01-301-0/+43
* | net: dsa: add ops for devlink-sbVladimir Oltean2021-01-161-1/+158