summaryrefslogtreecommitdiff
path: root/net/dsa/dsa2.c
AgeCommit message (Expand)Author
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean
2021-10-19net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-13net: dsa: unregister cross-chip notifier after ds->ops->teardownVladimir Oltean
2021-10-09net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean
2021-10-08net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean
2021-09-27net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-21net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean
2021-09-21net: dsa: fix dsa_tree_setup error pathVladimir Oltean
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean
2021-08-23net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean
2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-05net: dsa: give preference to local CPU portsVladimir Oltean
2021-08-05net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean
2021-04-20net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-29net: dsa: Fix type was not set for devlink portMaxim Kochetkov
2021-03-22net: dsa: don't assign an error value to tag_opsGeorge McCollister
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-04net: dsa: call teardown method on probe failureVladimir Oltean
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean
2021-01-29net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz
2021-01-12net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean
2021-01-06net: dsa: print error on invalid port indexRafał Miłecki
2020-10-04net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn
2020-10-04net: dsa: Make use of devlink port flavour unusedAndrew Lunn
2020-09-18net: dsa: wire up devlink info getAndrew Lunn
2020-07-22net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson