aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-02-11net: dsa: xrs700x: add HSR offloading supportGeorge McCollister1-1/+6
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister4-0/+83
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+5
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean2-0/+21
2021-02-06net: dsa: automatically bring user ports down when master goes downVladimir Oltean1-0/+24
2021-02-06net: dsa: automatically bring up DSA master when opening user portVladimir Oltean1-2/+5
2021-02-04net: dsa: call teardown method on probe failureVladimir Oltean1-2/+5
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean1-1/+9
2021-01-29net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean3-3/+87
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean7-16/+217
2021-01-29net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean1-12/+24
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean3-23/+58
2021-01-29net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean1-2/+13
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean1-1/+158
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2-3/+8
2021-01-15dsa: add support for Arrow XRS700x tag trailerGeorge McCollister3-0/+68
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+14
2021-01-14net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz2-2/+27
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz5-7/+321
2021-01-14net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz1-0/+3
2021-01-12net: dsa: add optional stats64 supportOleksij Rempel1-1/+13
2021-01-12net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean1-0/+4
2021-01-12net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean1-0/+10
2021-01-11net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean2-9/+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 Oltean3-15/+7
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean4-86/+57
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean4-69/+17
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-16/+7
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean2-17/+8
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean2-39/+0
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean2-1/+1
2021-01-07net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+1
2021-01-07net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neighborsVladimir Oltean1-11/+55
2021-01-07net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean1-0/+3
2021-01-07net: dsa: move switchdev event implementation under the same switch/case statementVladimir Oltean1-19/+16
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean2-53/+65
2021-01-07net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean1-3/+7
2021-01-06net: dsa: print error on invalid port indexRafał Miłecki1-0/+2
2020-12-08net: dsa: print the MTU value that could not be setRasmus Villemoes2-5/+6
2020-11-23net: dsa: tag_hellcreek: Cleanup includesKurt Kanzenbach1-3/+1
2020-11-20net: dsa: avoid potential use-after-free errorChristian Eggers1-3/+3
2020-11-17net: dsa: tag_dsa: Use a consistent comment styleTobias Waldekranz1-20/+8
2020-11-17net: dsa: tag_dsa: Unify regular and ethertype DSA taggersTobias Waldekranz4-263/+252
2020-11-17net: dsa: tag_dsa: Allow forwarding of redirected IGMP trafficTobias Waldekranz1-3/+29
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit3-30/+8
2020-11-05net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean1-0/+12
2020-11-05net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach3-0/+73