summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2021-01-14net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz-2/+27
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz-7/+321
2021-01-14net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz-0/+3
2021-01-12net: dsa: add optional stats64 supportOleksij Rempel-1/+13
2021-01-12net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean-0/+4
2021-01-12net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean-0/+10
2021-01-11net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean-9/+0
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean-6/+2
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean-9/+6
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean-15/+7
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean-86/+57
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean-69/+17
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean-16/+7
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean-17/+8
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean-39/+0
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean-1/+1
2021-01-07net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean-0/+1
2021-01-07net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean-11/+55
2021-01-07net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean-0/+3
2021-01-07net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean-19/+16
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean-53/+65
2021-01-07net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean-3/+7
2021-01-06net: dsa: print error on invalid port indexRafał Miłecki-0/+2
2020-12-08net: dsa: print the MTU value that could not be setRasmus Villemoes-5/+6
2020-11-23net: dsa: tag_hellcreek: Cleanup includesKurt Kanzenbach-3/+1
2020-11-20net: dsa: avoid potential use-after-free errorChristian Eggers-3/+3
2020-11-17net: dsa: tag_dsa: Use a consistent comment styleTobias Waldekranz-20/+8
2020-11-17net: dsa: tag_dsa: Unify regular and ethertype DSA taggersTobias Waldekranz-263/+252
2020-11-17net: dsa: tag_dsa: Allow forwarding of redirected IGMP trafficTobias Waldekranz-3/+29
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit-30/+8
2020-11-05net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean-0/+12
2020-11-05net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach-0/+73
2020-11-02net: dsa: tag_ar9331: let DSA core deal with TX reallocationVladimir Oltean-3/+0
2020-11-02net: dsa: tag_gswip: let DSA core deal with TX reallocationVladimir Oltean-5/+0
2020-11-02net: dsa: tag_dsa: let DSA core deal with TX reallocationVladimir Oltean-5/+0
2020-11-02net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean-3/+0
2020-11-02net: dsa: tag_edsa: let DSA core deal with TX reallocationVladimir Oltean-4/+0
2020-11-02net: dsa: tag_lan9303: let DSA core deal with TX reallocationVladimir Oltean-9/+0
2020-11-02net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean-3/+0
2020-11-02net: dsa: tag_ocelot: let DSA core deal with TX reallocationVladimir Oltean-7/+0
2020-11-02net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean-3/+0
2020-11-02net: dsa: trailer: don't allocate additional memory for padding/taggingChristian Eggers-29/+2
2020-11-02net: dsa: tag_ksz: don't allocate additional memory for padding/taggingChristian Eggers-64/+9
2020-11-02net: dsa: implement a central TX reallocation procedureVladimir Oltean-0/+45
2020-10-19net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers-0/+2
2020-10-13net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit-20/+1
2020-10-11net: dsa: tag_ocelot: use VLAN information from tagging header when availableVladimir Oltean-0/+34
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean-9/+17
2020-10-04net: dsa: Add devlink port regions support to DSAAndrew Lunn-0/+14
2020-10-04net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn-53/+72