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