aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-02net: dsa: tag_ksz: add tag handling for Microchip LAN937xPrasanna Vengateshan1-0/+2
2022-06-29net: dsa: add get_pause_stats supportOleksij Rempel1-0/+2
2022-06-27net: dsa: add Renesas RZ/N1 switch tag driverClément Léger1-0/+2
2022-06-27net: dsa: add support for ethtool get_rmon_stats()Clément Léger1-0/+3
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean1-1/+5
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean1-0/+2
2022-05-12net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean1-0/+11
2022-05-06net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean1-6/+0
2022-03-17net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean1-1/+1
2022-03-17net: dsa: Handle MST state changesTobias Waldekranz1-0/+3
2022-03-17net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz1-0/+3
2022-03-14net: dsa: report and change port dscp priority using dcbnlVladimir Oltean1-0/+5
2022-03-14net: dsa: report and change port default priority using dcbnlVladimir Oltean1-0/+7
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean1-0/+6
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca1-0/+2
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean1-0/+7
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean1-2/+4
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean1-6/+36
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean1-0/+6
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean1-13/+37
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean1-3/+5
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean1-6/+6
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)1-5/+0
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)1-0/+3
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean1-3/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean1-0/+10
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean1-0/+1
2022-02-08net: dsa: typo in commentLuiz Angelo Daros de Luca1-1/+1
2022-02-03net: dsa: mv88e6xxx: Improve multichip isolation of standalone portsTobias Waldekranz1-0/+6
2022-02-03net: dsa: mv88e6xxx: Improve isolation of standalone portsTobias Waldekranz1-0/+12
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean1-0/+17
2022-01-06net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean1-0/+8
2022-01-06net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean1-58/+56
2022-01-05net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean1-3/+3
2022-01-05net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean1-7/+9
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean1-1/+1
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean1-46/+51
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean1-2/+4
2022-01-05net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean1-7/+10
2022-01-05net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean1-1/+3
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean1-3/+2
2021-12-12net: dsa: remove dp->privVladimir Oltean1-6/+0
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean1-0/+12
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean1-6/+1
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-13/+21
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean1-0/+43
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-0/+21
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean1-5/+5