summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-05-04net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean
2022-05-04net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean
2022-05-04net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean
2022-05-04net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean
2022-05-04net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean
2022-05-04net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean
2022-05-04net: dsa: create a dsa_lag structureVladimir Oltean
2022-05-04net: dsa: make LAG IDs one-basedVladimir Oltean
2022-05-04net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean
2022-05-04net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean
2022-05-04net: dsa: felix: update destinations of existing traps with ocelot-8021qVladimir Oltean
2022-05-04net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean
2022-05-04net: mscc: ocelot: keep traps in a listVladimir Oltean
2022-05-04net: mscc: ocelot: avoid overlap in VCAP IS2 between PTP and MRP trapsVladimir Oltean
2022-05-04net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean
2022-05-04net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean
2022-05-04net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean
2022-05-04net: dsa: add explicit support for host bridge VLANsVladimir Oltean
2022-05-04net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean
2022-05-04net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean
2022-05-04net: dsa: felix: add port fast age supportVladimir Oltean
2022-05-04net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean
2022-05-04net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean
2022-05-04net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean
2022-05-04net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean
2022-05-04net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean
2022-05-04net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean
2022-05-04net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean
2022-05-04net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean
2022-05-04net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean
2022-05-04net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean
2022-05-04net: dsa: sja1105: fix broken connection with the sja1110 taggerVladimir Oltean
2022-05-04net: dsa: remove dp->privVladimir Oltean
2022-05-04net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean
2022-05-04Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean
2022-05-04net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean
2022-05-04net: dsa: sja1105: move ts_id from sja1105_tagger_dataVladimir Oltean
2022-05-04net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean
2022-05-04net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean
2022-05-04net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean
2022-05-04net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean
2022-05-04net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean
2022-05-04net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean
2022-05-04net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2022-05-04net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2022-05-04net: dsa: export bridging offload helpers to driversVladimir Oltean
2022-05-04net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean
2022-05-04net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean
2022-05-04net: dsa: make dp->bridge_num one-basedVladimir Oltean
2022-05-04regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith