summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa_priv.h
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: kill off dsa_priv.hVladimir Oltean2022-11-221-19/+0
* net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-221-8/+0
* net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean2022-11-221-42/+0
* net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean2022-11-221-28/+0
* net: dsa: merge dsa.c into dsa2.cVladimir Oltean2022-11-221-2/+0
* net: dsa: move notifier definitions to switch.hVladimir Oltean2022-11-221-103/+1
* net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean2022-11-221-2/+0
* net: dsa: move headers exported by switch.c to switch.hVladimir Oltean2022-11-221-4/+0
* net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-221-296/+0
* net: dsa: move headers exported by slave.c to slave.hVladimir Oltean2022-11-221-57/+2
* net: dsa: move headers exported by master.c to master.hVladimir Oltean2022-11-221-9/+0
* net: dsa: move headers exported by port.c to port.hVladimir Oltean2022-11-221-97/+0
* net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean2022-11-221-1/+0
* net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2022-11-221-0/+2
* net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean2022-11-171-1/+1
* 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-1/+1
* net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean2022-11-171-1/+5
* net: dsa: rename tagging protocol driver modaliasVladimir Oltean2022-11-171-3/+4
* net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean2022-11-171-0/+70
* net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-141-0/+1
* net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean2022-09-301-0/+1
* net: dsa: allow masters to join a LAGVladimir Oltean2022-09-201-0/+5
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-0/+1
* net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-201-0/+10
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-201-1/+1
* net: dsa: all DSA masters must be down when changing the tagging protocolVladimir Oltean2022-08-231-1/+0
* net: dsa: rename dsa_port_link_{,un}register_ofVladimir Oltean2022-08-221-2/+2
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-0/+1
* net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean2022-04-201-3/+1
* net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean2022-04-201-17/+7
* net: dsa: Handle MST state changesTobias Waldekranz2022-03-171-0/+3
* net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz2022-03-171-0/+2
* net: dsa: Validate hardware support for MSTTobias Waldekranz2022-03-171-0/+2
* net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-091-0/+2
* net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean2022-03-031-0/+37
* net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean2022-03-031-8/+8
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-0/+1
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-0/+3
* net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-271-4/+0
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-241-0/+13
* net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2022-02-241-0/+1
* net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2022-02-241-2/+0
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-3/+5
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-1/+0
|\
| * net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-141-1/+0
* | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-0/+7
* | net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-021-0/+13
|/
* net: dsa: remove cross-chip support for HSRVladimir Oltean2022-01-051-9/+0