summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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-011-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-261-0/+2
* net: dsa: Fix dependencies with HSRFlorian Fainelli2021-02-221-0/+1
* net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij2021-02-161-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-144-10/+20
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-144-10/+26
* net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2021-02-141-0/+33
* net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean2021-02-141-0/+1
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-141-15/+53
* net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean2021-02-141-11/+21
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-141-138/+9
* net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean2021-02-141-4/+3
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-123-23/+24
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-122-17/+23
* net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean2021-02-121-7/+38
* net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-121-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-041-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-031-1/+9
* | net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-293-3/+87
* | net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-297-16/+217
* | net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-291-12/+24
* | net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean2021-01-293-23/+58
* | net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean2021-01-291-2/+13
* | net: dsa: add ops for devlink-sbVladimir Oltean2021-01-151-1/+158
* | net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-152-3/+8
* | dsa: add support for Arrow XRS700x tag trailerGeorge McCollister2021-01-153-0/+68
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-142-0/+14
|\|
| * net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean2021-01-121-0/+4
| * net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean2021-01-121-0/+10
* | net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz2021-01-142-2/+27
* | net: dsa: Link aggregation supportTobias Waldekranz2021-01-145-7/+321
* | net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz2021-01-141-0/+3
* | net: dsa: add optional stats64 supportOleksij Rempel2021-01-121-1/+13
* | net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean2021-01-112-9/+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-113-15/+7
* | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-114-86/+57
* | net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-114-69/+17