summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean2022-11-151-0/+10
* net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean2022-10-281-3/+10
* net: dsa: remove bool devlink_port_setupVladimir Oltean2022-09-301-8/+6
* net: dsa: don't do devlink port setup earlyJiri Pirko2022-09-301-94/+82
* net: dsa: move port_setup/teardown to be called outside devlink port register...Jiri Pirko2022-09-301-42/+26
* net: dsa: don't keep track of admin/oper state on LAG DSA mastersVladimir Oltean2022-09-201-0/+12
* net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-201-0/+14
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-201-4/+4
* net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_masterVladimir Oltean2022-08-231-25/+21
* net: dsa: all DSA masters must be down when changing the tagging protocolVladimir Oltean2022-08-231-7/+3
* net: dsa: rename dsa_port_link_{,un}register_ofVladimir Oltean2022-08-221-5/+5
* net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform dataVladimir Oltean2022-08-221-10/+24
* 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