summaryrefslogtreecommitdiff
path: root/include/net/dsa.h
AgeCommit message (Expand)Author
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
2021-10-18net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean
2021-08-23net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean
2021-08-08net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean
2021-06-29net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_ofVladimir Oltean