summaryrefslogtreecommitdiffstats
path: root/net/dsa/switch.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-10/+10
* net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean2023-06-271-2/+2
* net: dsa: add trace points for VLAN operationsVladimir Oltean2023-04-121-5/+19
* net: dsa: add trace points for FDB/MDB operationsVladimir Oltean2023-04-121-11/+50
* net: dsa: kill off dsa_priv.hVladimir Oltean2022-11-221-1/+1
* net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-221-0/+1
* net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean2022-11-221-0/+1
* net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean2022-11-221-0/+46
* net: dsa: move headers exported by switch.c to switch.hVladimir Oltean2022-11-221-0/+1
* net: dsa: move headers exported by slave.c to slave.hVladimir Oltean2022-11-221-0/+1
* net: dsa: move headers exported by port.c to port.hVladimir Oltean2022-11-221-0/+1
* net: dsa: allow masters to join a LAGVladimir Oltean2022-09-201-4/+18
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-2/+2
* net: dsa: fix reference counting for LAG FDBsVladimir Oltean2022-07-251-0/+1
* net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-121-6/+4
* net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean2022-04-201-13/+1
* net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean2022-04-201-70/+48
* net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean2022-04-201-58/+0
* net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-091-18/+0
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-2/+4
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-35/+64
* net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-271-2/+2
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-241-0/+109
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-4/+4
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-4/+4
* net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-7/+180
* net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-021-0/+15
* net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz2022-01-251-3/+5
* net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz2022-01-251-13/+25
* net: dsa: remove cross-chip support for HSRVladimir Oltean2022-01-051-24/+0
* net: dsa: remove cross-chip support for MRPVladimir Oltean2022-01-051-64/+0
* net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean2022-01-051-2/+2
* net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean2021-12-141-3/+49
* net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-121-0/+14
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+2
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-6/+7
* net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-081-4/+2
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-251-24/+52
* net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean2021-10-251-2/+2
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-251-52/+24
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-241-24/+52
* net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean2021-10-211-60/+69
* net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-211-23/+17
* net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga2021-10-121-1/+1
* net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-241-5/+16
* net: dsa: properly fall back to software bridgingVladimir Oltean2021-08-241-2/+4
* net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-201-0/+6
* net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean2021-07-201-8/+16
* net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean2021-07-131-2/+2
* net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean2021-07-011-2/+2