summaryrefslogtreecommitdiff
path: root/net/dsa/switch.c
AgeCommit message (Expand)Author
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-06-27net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean
2023-04-12net: dsa: add trace points for VLAN operationsVladimir Oltean
2023-04-12net: dsa: add trace points for FDB/MDB operationsVladimir Oltean
2022-11-22net: dsa: kill off dsa_priv.hVladimir Oltean
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean
2022-11-22net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean
2022-11-22net: dsa: move headers exported by switch.c to switch.hVladimir Oltean
2022-11-22net: dsa: move headers exported by slave.c to slave.hVladimir Oltean
2022-11-22net: dsa: move headers exported by port.c to port.hVladimir Oltean
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean
2022-07-25net: dsa: fix reference counting for LAG FDBsVladimir Oltean
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean
2022-04-20net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean
2022-04-20net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean
2022-04-20net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean
2022-02-27net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean
2022-01-25net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz
2022-01-25net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz
2022-01-05net: dsa: remove cross-chip support for HSRVladimir Oltean
2022-01-05net: dsa: remove cross-chip support for MRPVladimir Oltean
2022-01-05net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-25net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir 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-21net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean
2021-10-12net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean