summaryrefslogtreecommitdiffstats
path: root/net/dsa/switch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean2021-06-291-7/+81
* net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean2021-06-291-0/+41
* net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean2021-06-291-9/+95
* net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean2021-06-291-0/+60
* net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean2021-06-211-48/+7
* net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean2021-06-211-3/+6
* net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean2021-06-211-23/+2
* net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz2021-04-201-18/+7
* net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridgeVladimir Oltean2021-03-251-6/+9
* net: dsa: add MRP supportHoratiu Vultur2021-02-161-0/+105
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-141-1/+5
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-141-1/+2
* net: dsa: add support for offloading HSRGeorge McCollister2021-02-111-0/+24
* net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-291-0/+55
* net: dsa: Link aggregation supportTobias Waldekranz2021-01-141-0/+50
* net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean2021-01-111-4/+0
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-111-6/+2
* net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-111-9/+6
* net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean2021-01-111-9/+6
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-10/+1
* net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-32/+4
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-1/+8
* net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...Vladimir Oltean2020-09-201-41/+0
* net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-101-6/+15
* net: dsa: configure the MTU for switch portsVladimir Oltean2020-03-271-0/+37
* net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-221-2/+2
* net: dsa: program VLAN on CPU port from slaveVivien Didelot2019-08-271-1/+4
* net: dsa: remove bitmap operationsVivien Didelot2019-08-271-73/+59
* net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai2019-08-111-0/+3