summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
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: switchdev: avoid infinite recursion from LAG to bridge with port object ...Vladimir Oltean
2022-05-04net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean
2022-05-04net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean
2022-05-04net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean
2022-05-04net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean
2022-05-04net: dsa: offload bridge port VLANs on foreign interfacesVladimir 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