summaryrefslogtreecommitdiff
path: root/net/dsa/dsa2.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25net: dsa: create a dsa_lag structureVladimir Oltean1-18/+23
2022-02-25net: dsa: make LAG IDs one-basedVladimir Oltean1-4/+4
2022-02-25net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean1-8/+8
2022-02-16net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean1-0/+6
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean1-0/+2
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+6
2022-02-09net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean1-19/+6
2022-02-02net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean1-4/+24
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean1-0/+46
2022-01-06net: dsa: setup master before portsVladimir Oltean1-10/+13
2022-01-06net: dsa: first set up shared ports, then non-shared portsVladimir Oltean1-13/+37
2022-01-06net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean1-0/+8
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean1-1/+1
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean1-26/+18
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean1-4/+69
2021-12-09net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-14/+29
2021-12-09net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean1-1/+3
2021-12-09net: dsa: make dp->bridge_num one-basedVladimir Oltean1-12/+12
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean1-0/+1
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller1-1/+0
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean1-0/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+7
2021-10-21net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean1-30/+14
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean1-7/+6
2021-10-20net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET1-2/+7
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-10-13net: dsa: unregister cross-chip notifier after ds->ops->teardownVladimir Oltean1-2/+2
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-27net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky1-6/+4
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+106
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-6/+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