summaryrefslogtreecommitdiffstats
path: root/net/dsa/switch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-211-18/+7
* net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridgeVladimir Oltean2021-03-261-6/+9
* net: dsa: add MRP supportHoratiu Vultur2021-02-161-0/+105
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-151-1/+5
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-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-301-0/+55
* net: dsa: Link aggregation supportTobias Waldekranz2021-01-151-0/+50
* net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean2021-01-121-4/+0
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-121-6/+2
* net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-121-9/+6
* net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean2021-01-121-9/+6
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-121-10/+1
* net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-121-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-211-41/+0
* net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-111-6/+15
* net: dsa: configure the MTU for switch portsVladimir Oltean2020-03-281-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-281-1/+4
* net: dsa: remove bitmap operationsVivien Didelot2019-08-281-73/+59
* net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai2019-08-121-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean2019-05-011-0/+29
* net: dsa: Fix pharse -> phase typoVladimir Oltean2019-05-011-1/+1
* net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli2019-02-221-0/+42
* net: dsa: Remove VLA usageSalvatore Mesoraca2018-07-191-12/+10
* net: dsa: support cross-chip FDB operationsVivien Didelot2017-12-031-10/+4
* net: dsa: add switch mdb bitmap functionsVivien Didelot2017-12-031-15/+33
* net: dsa: add switch vlan bitmap functionsVivien Didelot2017-12-031-15/+34
* net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-031-2/+2
* net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-121-0/+4
|\
| * net: dsa: return after vlan prepare phaseVivien Didelot2017-11-111-0/+2
| * net: dsa: return after mdb prepare phaseVivien Didelot2017-11-111-0/+2
* | net: dsa: switch: Don't add CPU port to an mdb by defaultAndrew Lunn2017-11-101-1/+1
|/
* net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky2017-08-071-7/+4
* net: dsa: Remove prepare phase for FDBArkadi Sharshevsky2017-08-071-11/+3
* net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky2017-08-071-3/+5
* net: dsa: add cross-chip multicast supportVivien Didelot2017-06-161-10/+20
* net: dsa: add CPU and DSA ports as VLAN membersVivien Didelot2017-06-081-0/+3
* net: dsa: check VLAN capability of every switchVivien Didelot2017-06-081-10/+17
* net: dsa: support cross-chip ageing timeVivien Didelot2017-05-241-4/+0
* net: dsa: add VLAN notifierVivien Didelot2017-05-231-0/+43
* net: dsa: add MDB notifierVivien Didelot2017-05-231-0/+43
* net: dsa: add FDB notifierVivien Didelot2017-05-231-0/+43
* net: dsa: add notifier for ageing timeVivien Didelot2017-05-231-0/+46