summaryrefslogtreecommitdiff
path: root/include/net/dsa.h
AgeCommit message (Expand)Author
2022-03-17net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean
2022-03-17net: dsa: Handle MST state changesTobias Waldekranz
2022-03-17net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz
2022-03-14net: dsa: report and change port dscp priority using dcbnlVladimir Oltean
2022-03-14net: dsa: report and change port default priority using dcbnlVladimir Oltean
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean
2022-02-08net: dsa: typo in commentLuiz Angelo Daros de Luca
2022-02-03net: dsa: mv88e6xxx: Improve multichip isolation of standalone portsTobias Waldekranz
2022-02-03net: dsa: mv88e6xxx: Improve isolation of standalone portsTobias Waldekranz
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean
2022-01-06net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean
2022-01-06net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean
2022-01-05net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean
2022-01-05net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean
2022-01-05net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean
2022-01-05net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean
2021-12-12net: dsa: remove dp->privVladimir Oltean
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)
2021-11-01net: dsa: populate supported_interfaces memberMarek BehĂșn
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean
2021-10-21net: dsa: introduce helpers for iterating through ports using dpVladimir Oltean