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