summaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Fix a typo in tag_rtl4_a.cLu Wei2021-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-4/+7
|\
| * net: dsa: don't assign an error value to tag_opsGeorge McCollister2021-03-231-4/+7
* | dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso2021-03-241-1/+19
* | net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2021-03-241-0/+16
* | net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean2021-03-233-2/+51
* | net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean2021-03-231-41/+82
* | net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean2021-03-233-7/+14
* | net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean2021-03-231-4/+18
* | dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin2021-03-221-7/+3
* | net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2021-03-191-13/+1
* | net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2021-03-172-3/+111
* | net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur2021-03-161-2/+0
* | net: ocelot: Extend MRPHoratiu Vultur2021-03-161-6/+0
* | net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang2021-03-161-13/+1
|/
* net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean2021-03-082-27/+57
* net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang2021-03-021-6/+13
* net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang2021-03-011-7/+5
* net: dsa: tag_ocelot_8021q: fix driver dependencyArnd Bergmann2021-02-271-0/+2
* net: dsa: Fix dependencies with HSRFlorian Fainelli2021-02-231-0/+1
* net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij2021-02-171-14/+29
* net: dsa: felix: Add support for MRPHoratiu Vultur2021-02-161-0/+8
* net: dsa: add MRP supportHoratiu Vultur2021-02-164-0/+201
* net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean2021-02-151-2/+2
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-154-10/+20
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-154-10/+26
* net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2021-02-151-0/+33
* net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean2021-02-151-0/+1
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-151-15/+53
* net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean2021-02-151-11/+21
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-151-138/+9
* net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean2021-02-151-4/+3
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-133-23/+24
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-132-17/+23
* net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean2021-02-131-7/+38
* net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-131-1/+2
* net: dsa: xrs700x: add HSR offloading supportGeorge McCollister2021-02-111-1/+6
* net: dsa: add support for offloading HSRGeorge McCollister2021-02-114-0/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-2/+5
|\
| * net: dsa: call teardown method on probe failureVladimir Oltean2021-02-051-2/+5
* | net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean2021-02-062-0/+21
* | net: dsa: automatically bring user ports down when master goes downVladimir Oltean2021-02-061-0/+24
* | net: dsa: automatically bring up DSA master when opening user portVladimir Oltean2021-02-061-2/+5
* | net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean2021-02-041-1/+9
* | net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-303-3/+87
* | net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-307-16/+217
* | net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-301-12/+24
* | net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean2021-01-303-23/+58
* | net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean2021-01-301-2/+13
* | net: dsa: add ops for devlink-sbVladimir Oltean2021-01-161-1/+158