summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-112/+112
* net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean2023-06-271-1/+1
* net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean2023-06-201-1/+23
* net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean2023-04-091-0/+19
* net: dsa: kill off dsa_priv.hVladimir Oltean2022-11-221-1/+3
* net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean2022-11-221-0/+1747
* net: dsa: merge dsa.c into dsa2.cVladimir Oltean2022-11-221-234/+0
* net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-221-228/+1
* net: dsa: move headers exported by slave.c to slave.hVladimir Oltean2022-11-221-0/+1
* net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean2022-11-221-107/+0
* net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean2022-11-221-21/+0
* net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2022-11-221-1/+0
* net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean2022-11-171-1/+3
* net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean2022-11-171-1/+1
* net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean2022-11-171-2/+2
* net: dsa: rename tagging protocol driver modaliasVladimir Oltean2022-11-171-1/+1
* net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau2022-11-151-1/+18
* net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-201-0/+9
* net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean2022-05-061-40/+0
* net: dsa: remove unused headersMarcin Wojtas2022-04-251-9/+0
* net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-091-0/+60
* net: dsa: return success if there was nothing to doTom Rix2022-03-071-2/+2
* net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean2022-03-031-0/+40
* net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-141-0/+1
* devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-301-1/+1
* net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-211-11/+11
* net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-151-0/+5
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-1/+1
* net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-291-0/+26
* net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz2021-01-141-1/+11
* net: dsa: remove the DSA specific notifiersVladimir Oltean2021-01-071-22/+0
* net: dsa: use net core stats64 handlingHeiner Kallweit2020-11-091-6/+1
* net: dsa: Add devlink port regions support to DSAAndrew Lunn2020-10-041-0/+14
* net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli2020-10-021-0/+9
* net: dsa: Add devlink regions support to DSAAndrew Lunn2020-09-181-0/+16
* net: dsa: Add helper to convert from devlink to dsAndrew Lunn2020-09-181-10/+2
* net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean2020-05-071-0/+9
* net: dsa: add GRO support via gro_cellsAlexander Lobakin2020-04-231-1/+1
* net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET2020-03-301-5/+1
* net: dsa: Add support for devlink resourcesAndrew Lunn2019-11-051-0/+37
* net: dsa: Add support for devlink device parametersAndrew Lunn2019-10-281-0/+48
* net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-221-3/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-1/+6
|\
| * net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing2019-05-071-2/+9
* | net: dsa: Remove legacy probing supportAndrew Lunn2019-04-301-5/+0
* | dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn2019-04-281-35/+0
* | dsa: Make use of the list of tag driversAndrew Lunn2019-04-281-5/+34
* | dsa: Add stub tag driver put methodAndrew Lunn2019-04-281-0/+4
* | dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn2019-04-281-1/+1