Age | Commit message (Expand) | Author |
2022-05-23 | net: dsa: OF-ware slave_mii_bus | Luiz Angelo Daros de Luca |
2022-05-12 | net: dsa: remove port argument from ->change_tag_protocol() | Vladimir Oltean |
2022-05-12 | net: dsa: felix: manage host flooding using a specific driver callback | Vladimir Oltean |
2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-09 | net: dsa: flush switchdev workqueue on bridge join error path | Vladimir Oltean |
2022-05-06 | net: dsa: delete dsa_port_walk_{fdbs,mdbs} | Vladimir Oltean |
2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-04-25 | net: dsa: remove unused headers | Marcin Wojtas |
2022-04-25 | net: dsa: flood multicast to CPU when slave has IFF_PROMISC | Vladimir Oltean |
2022-04-22 | net: dsa: Add missing of_node_put() in dsa_port_link_register_of | Miaoqian Lin |
2022-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-04-20 | net: dsa: don't emit targeted cross-chip notifiers for MTU change | Vladimir Oltean |
2022-04-20 | net: dsa: drop dsa_slave_priv from dsa_slave_change_mtu | Vladimir Oltean |
2022-04-20 | net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtu | Vladimir Oltean |
2022-04-20 | net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtu | Vladimir Oltean |
2022-04-20 | net: dsa: make cross-chip notifiers more efficient for host events | Vladimir Oltean |
2022-04-20 | net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrs | Vladimir Oltean |
2022-04-19 | net: dsa: hellcreek: Calculate checksums in tagger | Kurt Kanzenbach |
2022-04-13 | Revert "net: dsa: setup master before ports" | Vladimir Oltean |
2022-04-01 | Revert "net: dsa: stop updating master MTU from master.c" | Vladimir Oltean |
2022-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-22 | net: dsa: fix missing host-filtered multicast addresses | Vladimir Oltean |
2022-03-21 | net: dsa: fix panic on shutdown if multi-chip tree failed to probe | Vladimir Oltean |
2022-03-17 | net: dsa: pass extack to dsa_switch_ops :: port_mirror_add() | Vladimir Oltean |
2022-03-17 | net: dsa: Handle MST state changes | Tobias Waldekranz |
2022-03-17 | net: dsa: Pass VLAN MSTI migration notifications to driver | Tobias Waldekranz |
2022-03-17 | net: dsa: Validate hardware support for MST | Tobias Waldekranz |
2022-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-17 | net: dsa: Add missing of_node_put() in dsa_port_parse_of | Miaoqian Lin |
2022-03-16 | net: dsa: Never offload FDB entries on standalone ports | Tobias Waldekranz |
2022-03-14 | net: dsa: report and change port dscp priority using dcbnl | Vladimir Oltean |
2022-03-14 | net: dsa: report and change port default priority using dcbnl | Vladimir Oltean |
2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-09 | net: dsa: tag_rtl8_4: fix typo in modalias name | Luiz Angelo Daros de Luca |
2022-03-09 | net: dsa: felix: avoid early deletion of host FDB entries | Vladimir Oltean |
2022-03-09 | net: dsa: be mostly no-op in dsa_slave_set_mac_address when down | Vladimir Oltean |
2022-03-09 | net: dsa: move port lists initialization to dsa_port_touch | Vladimir Oltean |
2022-03-09 | net: dsa: warn if port lists aren't empty in dsa_port_teardown | Vladimir Oltean |
2022-03-08 | net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridges | Tobias Waldekranz |
2022-03-07 | net: dsa: return success if there was nothing to do | Tom Rix |
2022-03-06 | net: dsa: unlock the rtnl_mutex when dsa_master_setup() fails | Vladimir Oltean |
2022-03-05 | net: dsa: tag_rtl8_4: add rtl8_4t trailing variant | Luiz Angelo Daros de Luca |
2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-03 | net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto change | Vladimir Oltean |
2022-03-03 | net: dsa: felix: migrate host FDB and MDB entries when changing tag proto | Vladimir Oltean |
2022-03-03 | net: dsa: manage flooding on the CPU ports | Vladimir Oltean |
2022-03-03 | net: dsa: install the primary unicast MAC address as standalone port host FDB | Vladimir Oltean |
2022-03-03 | net: dsa: install secondary unicast and multicast addresses as host FDB/MDB | Vladimir Oltean |
2022-03-03 | net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace | Vladimir Oltean |
2022-03-03 | net: dsa: remove workarounds for changing master promisc/allmulti only while up | Vladimir Oltean |