aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean1-24/+52
2021-10-25net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean1-2/+2
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller1-52/+24
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean1-24/+52
2021-10-21net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean1-60/+69
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean1-23/+17
2021-10-12net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga1-1/+1
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean1-5/+16
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean1-2/+4
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean1-0/+6
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean1-8/+16
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_leave()Vladimir Oltean1-2/+2
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean1-2/+2
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean1-7/+81
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean1-0/+41
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean1-9/+95
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean1-0/+60
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean1-48/+7
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean1-3/+6
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topologiesVladimir Oltean1-23/+2
2021-04-20net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz1-18/+7
2021-03-25net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridgeVladimir Oltean1-6/+9
2021-02-16net: dsa: add MRP supportHoratiu Vultur1-0/+105
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+5
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister1-0/+24
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+55
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-0/+50
2021-01-11net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean1-4/+0
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-6/+2
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-9/+6
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean1-9/+6
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-10/+1
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-32/+4
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-1/+8
2020-09-20net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEUPPERVladimir Oltean1-41/+0
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean1-6/+15
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean1-0/+37
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-2/+2
2019-08-27net: dsa: program VLAN on CPU port from slaveVivien Didelot1-1/+4
2019-08-27net: dsa: remove bitmap operationsVivien Didelot1-73/+59
2019-08-11net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean1-0/+29
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean1-1/+1
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli1-0/+42
2018-07-18net: dsa: Remove VLA usageSalvatore Mesoraca1-12/+10
2017-12-02net: dsa: support cross-chip FDB operationsVivien Didelot1-10/+4
2017-12-02net: dsa: add switch mdb bitmap functionsVivien Didelot1-15/+33
2017-12-02net: dsa: add switch vlan bitmap functionsVivien Didelot1-15/+34