Age | Commit message (Expand) | Author |
2022-03-09 | net: dsa: felix: avoid early deletion of host FDB entries | Vladimir Oltean |
2022-02-27 | net: dsa: pass extack to .port_bridge_join driver methods | Vladimir Oltean |
2022-02-27 | net: dsa: request drivers to perform FDB isolation | Vladimir Oltean |
2022-02-27 | net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging | Vladimir Oltean |
2022-02-24 | net: dsa: support FDB events on offloaded LAG interfaces | Vladimir Oltean |
2022-02-24 | net: dsa: create a dsa_lag structure | Vladimir Oltean |
2022-02-24 | net: dsa: rename references to "lag" as "lag_dev" | Vladimir Oltean |
2022-02-16 | net: dsa: add explicit support for host bridge VLANs | Vladimir Oltean |
2022-02-02 | net: dsa: provide switch operations for tracking the master state | Vladimir Oltean |
2022-01-25 | net: dsa: Avoid cross-chip syncing of VLAN filtering | Tobias Waldekranz |
2022-01-25 | net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leave | Tobias Waldekranz |
2022-01-05 | net: dsa: remove cross-chip support for HSR | Vladimir Oltean |
2022-01-05 | net: dsa: remove cross-chip support for MRP | Vladimir Oltean |
2022-01-05 | net: dsa: fix incorrect function pointer check for MRP ring roles | Vladimir Oltean |
2021-12-14 | net: dsa: make tagging protocols connect to individual switches from a tree | Vladimir Oltean |
2021-12-12 | net: dsa: introduce tagger-owned storage for private and shared data | Vladimir Oltean |
2021-12-08 | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join | Vladimir Oltean |
2021-12-08 | net: dsa: keep the bridge_dev and bridge_num as part of the same structure | Vladimir Oltean |
2021-12-08 | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers | Vladimir Oltean |
2021-10-25 | net: dsa: introduce locking for the address lists on CPU and DSA ports | Vladimir Oltean |
2021-10-25 | net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error | Vladimir Oltean |
2021-10-25 | Revert "Merge branch 'dsa-rtnl'" | David S. Miller |
2021-10-24 | net: dsa: introduce locking for the address lists on CPU and DSA ports | Vladimir Oltean |
2021-10-21 | net: dsa: convert cross-chip notifiers to iterate using dp | Vladimir Oltean |
2021-10-21 | net: dsa: remove the "dsa_to_port in a loop" antipattern from the core | Vladimir Oltean |
2021-10-12 | net: dsa: fix spurious error message when unoffloaded port leaves bridge | Alvin Šipraga |
2021-08-24 | net: dsa: let drivers state that they need VLAN filtering while standalone | Vladimir Oltean |
2021-08-24 | net: dsa: properly fall back to software bridging | Vladimir Oltean |
2021-07-20 | net: dsa: tag_8021q: add proper cross-chip notifier support | Vladimir Oltean |
2021-07-20 | net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave time | Vladimir Oltean |
2021-07-13 | net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le... | Vladimir Oltean |
2021-07-01 | net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_join | Vladimir Oltean |
2021-06-29 | net: dsa: reference count the FDB addresses at the cross-chip notifier level | Vladimir Oltean |
2021-06-29 | net: dsa: introduce a separate cross-chip notifier type for host FDBs | Vladimir Oltean |
2021-06-29 | net: dsa: reference count the MDB entries at the cross-chip notifier level | Vladimir Oltean |
2021-06-29 | net: dsa: introduce a separate cross-chip notifier type for host MDBs | Vladimir Oltean |
2021-06-21 | net: dsa: remove cross-chip support from the MRP notifiers | Vladimir Oltean |
2021-06-21 | net: dsa: targeted MTU notifiers should only match on one port | Vladimir Oltean |
2021-06-21 | net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo... | Vladimir Oltean |
2021-04-20 | net: dsa: Only notify CPU ports of changes to the tag protocol | Tobias Waldekranz |
2021-03-25 | net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridge | Vladimir Oltean |
2021-02-16 | net: dsa: add MRP support | Horatiu Vultur |
2021-02-14 | net: dsa: propagate extack to .port_vlan_filtering | Vladimir Oltean |
2021-02-14 | net: dsa: propagate extack to .port_vlan_add | Vladimir Oltean |
2021-02-11 | net: dsa: add support for offloading HSR | George McCollister |
2021-01-29 | net: dsa: allow changing the tag protocol via the "tagging" device attribute | Vladimir Oltean |
2021-01-14 | net: dsa: Link aggregation support | Tobias Waldekranz |
2021-01-11 | net: dsa: remove obsolete comments about switchdev transactions | Vladimir Oltean |
2021-01-11 | net: dsa: remove the transactional logic from VLAN objects | Vladimir Oltean |
2021-01-11 | net: dsa: remove the transactional logic from MDB entries | Vladimir Oltean |