summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau-0/+16
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean-2/+51
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean-41/+82
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean-7/+14
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean-4/+18
2021-03-22net: dsa: don't assign an error value to tag_opsGeorge McCollister-4/+7
2021-03-22dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin-7/+3
2021-03-18net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz-13/+1
2021-03-17net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas-3/+111
2021-03-16net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur-2/+0
2021-03-16net: ocelot: Extend MRPHoratiu Vultur-6/+0
2021-03-16net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang-13/+1
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean-27/+57
2021-03-01net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang-6/+13
2021-03-01net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang-7/+5
2021-02-26net: dsa: tag_ocelot_8021q: fix driver dependencyArnd Bergmann-0/+2
2021-02-22net: dsa: Fix dependencies with HSRFlorian Fainelli-0/+1
2021-02-16net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij-14/+29
2021-02-16net: dsa: felix: Add support for MRPHoratiu Vultur-0/+8
2021-02-16net: dsa: add MRP supportHoratiu Vultur-0/+201
2021-02-15net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean-2/+2
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean-10/+20
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean-10/+26
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean-0/+33
2021-02-14net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean-0/+1
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean-15/+53
2021-02-14net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean-11/+21
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean-138/+9
2021-02-14net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean-4/+3
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean-23/+24
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean-17/+23
2021-02-12net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean-7/+38
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean-1/+2
2021-02-11net: dsa: xrs700x: add HSR offloading supportGeorge McCollister-1/+6
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister-0/+83
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+5
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean-0/+21
2021-02-06net: dsa: automatically bring user ports down when master goes downVladimir Oltean-0/+24
2021-02-06net: dsa: automatically bring up DSA master when opening user portVladimir Oltean-2/+5
2021-02-04net: dsa: call teardown method on probe failureVladimir Oltean-2/+5
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean-1/+9
2021-01-29net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean-3/+87
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean-16/+217
2021-01-29net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean-12/+24
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean-23/+58
2021-01-29net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean-2/+13
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean-1/+158
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean-3/+8
2021-01-15dsa: add support for Arrow XRS700x tag trailerGeorge McCollister-0/+68
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+14