summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: OF-ware slave_mii_busLuiz Angelo Daros de Luca2022-05-231-1/+6
* net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-121-11/+7
* Revert "net: dsa: setup master before ports"Vladimir Oltean2022-04-131-13/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-0/+5
|\
| * net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean2022-03-211-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-0/+1
|\|
| * net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin2022-03-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-3/+3
|\|
| * net: dsa: unlock the rtnl_mutex when dsa_master_setup() failsVladimir Oltean2022-03-061-3/+3
* | net: dsa: move port lists initialization to dsa_port_touchVladimir Oltean2022-03-091-10/+8
* | net: dsa: warn if port lists aren't empty in dsa_port_teardownVladimir Oltean2022-03-091-16/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-1/+1
|\|
| * net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean2022-03-031-1/+1
| * net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean2022-03-011-1/+1
* | net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-18/+23
* | net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-241-4/+4
* | net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-8/+8
* | net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean2022-02-161-0/+6
* | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-19/+6
|\|
| * net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean2022-02-091-19/+6
* | net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean2022-02-021-4/+24
* | net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-021-0/+46
|/
* 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-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
|/