summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2022-07-13Merge tag 'v5.15.38' into 5.15.32-2.0.0Daiane Angolini
2022-07-11Merge tag 'v5.15.36' into 5.15.32-2.0.0Daiane Angolini
2022-05-09net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin
2022-05-04net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean
2022-05-04net: dsa: report and change port dscp priority using dcbnlVladimir Oltean
2022-05-04net: dsa: report and change port default priority using dcbnlVladimir Oltean
2022-05-04net: dsa: flood multicast to CPU when slave has IFF_PROMISCVladimir Oltean
2022-05-04net: dsa: Never offload FDB entries on standalone portsTobias Waldekranz
2022-05-04net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridgesTobias Waldekranz
2022-05-04net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean
2022-05-04net: dsa: drop dsa_slave_priv from dsa_slave_change_mtuVladimir Oltean
2022-05-04net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtuVladimir Oltean
2022-05-04net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtuVladimir Oltean
2022-05-04net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean
2022-05-04net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean
2022-05-04Revert "net: dsa: setup master before ports"Vladimir Oltean
2022-05-04Revert "net: dsa: stop updating master MTU from master.c"Vladimir Oltean
2022-05-04net: dsa: fix missing host-filtered multicast addressesVladimir Oltean
2022-05-04net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean
2022-05-04net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean
2022-05-04net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean
2022-05-04net: dsa: move port lists initialization to dsa_port_touchVladimir Oltean
2022-05-04net: dsa: warn if port lists aren't empty in dsa_port_teardownVladimir Oltean
2022-05-04net: dsa: unlock the rtnl_mutex when dsa_master_setup() failsVladimir Oltean
2022-05-04net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean
2022-05-04net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean
2022-05-04net: dsa: manage flooding on the CPU portsVladimir Oltean
2022-05-04net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean
2022-05-04net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean
2022-05-04net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean
2022-05-04net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean
2022-05-04net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean
2022-05-04net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean
2022-05-04net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga
2022-05-04net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga
2022-05-04net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/MakefileAlvin Šipraga
2022-05-04net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga
2022-05-04net: dsa: tag_rtl4_a: Drop bit 9 from egress framesLinus Walleij
2022-05-04net: dsa: request drivers to perform FDB isolationVladimir Oltean
2022-05-04net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean
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: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz
2022-05-04net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz
2022-05-04net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean
2022-05-04net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean
2022-05-04net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir 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