summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22net: dsa: kill off dsa_priv.hVladimir Oltean1-1/+3
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean1-0/+1747
2022-11-22net: dsa: merge dsa.c into dsa2.cVladimir Oltean1-234/+0
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean1-228/+1
2022-11-22net: dsa: move headers exported by slave.c to slave.hVladimir Oltean1-0/+1
2022-11-22net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean1-107/+0
2022-11-22net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean1-21/+0
2022-11-22net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean1-1/+0
2022-11-17net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean1-1/+3
2022-11-17net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean1-1/+1
2022-11-17net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean1-2/+2
2022-11-17net: dsa: rename tagging protocol driver modaliasVladimir Oltean1-1/+1
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau1-1/+18
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean1-0/+9
2022-05-06net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean1-40/+0
2022-04-25net: dsa: remove unused headersMarcin Wojtas1-9/+0
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean1-0/+60
2022-03-07net: dsa: return success if there was nothing to doTom Rix1-2/+2
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean1-0/+40
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean1-0/+1
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky1-1/+1
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean1-11/+11
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean1-0/+5
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean1-1/+1
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+26
2021-01-14net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz1-1/+11
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean1-22/+0
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit1-6/+1
2020-10-04net: dsa: Add devlink port regions support to DSAAndrew Lunn1-0/+14
2020-10-02net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli1-0/+9
2020-09-18net: dsa: Add devlink regions support to DSAAndrew Lunn1-0/+16
2020-09-18net: dsa: Add helper to convert from devlink to dsAndrew Lunn1-10/+2
2020-05-07net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean1-0/+9
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin1-1/+1
2020-03-30net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET1-5/+1
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn1-0/+37
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn1-0/+48
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-3/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2019-05-07net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing1-2/+9
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn1-5/+0
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-35/+0
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn1-5/+34
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn1-0/+4
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn1-1/+1
2019-04-28dsa: Register the none tagger opsAndrew Lunn1-0/+7
2019-04-28dsa: Keep link list of tag driversAndrew Lunn1-0/+28
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn1-0/+12
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn1-0/+1