summaryrefslogtreecommitdiff
path: root/include/net/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add plumbing for changing and getting MAC merge layer stateVladimir Oltean2023-01-231-0/+11
* net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-221-0/+1
* net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2022-11-221-2/+0
* net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean2022-11-171-70/+0
* net: dsa: remove phylink_validate() methodVladimir Oltean2022-11-151-3/+0
* net: dsa: remove bool devlink_port_setupVladimir Oltean2022-09-301-2/+0
* net: dsa: allow masters to join a LAGVladimir Oltean2022-09-201-0/+12
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-2/+4
* net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-201-0/+8
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-201-0/+5
* net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_masterVladimir Oltean2022-08-231-0/+4
* net: dsa: tag_ksz: add tag handling for Microchip LAN937xPrasanna Vengateshan2022-07-021-0/+2
* net: dsa: add get_pause_stats supportOleksij Rempel2022-06-291-0/+2
* net: dsa: add Renesas RZ/N1 switch tag driverClément Léger2022-06-271-0/+2
* net: dsa: add support for ethtool get_rmon_stats()Clément Léger2022-06-271-0/+3
* net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-121-1/+5
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-0/+2
* net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean2022-05-121-0/+11
* net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean2022-05-061-6/+0
* net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2022-03-171-1/+1
* net: dsa: Handle MST state changesTobias Waldekranz2022-03-171-0/+3
* net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz2022-03-171-0/+3
* net: dsa: report and change port dscp priority using dcbnlVladimir Oltean2022-03-141-0/+5
* net: dsa: report and change port default priority using dcbnlVladimir Oltean2022-03-141-0/+7
* net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-091-0/+6
* net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca2022-03-051-0/+2
* net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean2022-03-031-0/+7
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-2/+4
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-6/+36
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-241-0/+6
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-13/+37
* net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-241-3/+5
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-6/+6
* net: dsa: remove pcs_pollRussell King (Oracle)2022-02-191-5/+0
* net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2022-02-181-0/+3
* net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2022-02-171-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+1
|\
| * net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-141-0/+1
* | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-0/+10
* | net: dsa: typo in commentLuiz Angelo Daros de Luca2022-02-081-1/+1
* | net: dsa: mv88e6xxx: Improve multichip isolation of standalone portsTobias Waldekranz2022-02-031-0/+6
* | net: dsa: mv88e6xxx: Improve isolation of standalone portsTobias Waldekranz2022-02-031-0/+12
* | net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-021-0/+17
|/
* net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean2022-01-061-0/+8
* net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean2022-01-061-58/+56
* net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean2022-01-051-3/+3
* net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean2022-01-051-7/+9
* net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean2022-01-051-1/+1
* net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean2022-01-051-46/+51
* net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean2022-01-051-2/+4