Age | Commit message (Expand) | Author | Files | Lines |
2022-08-17 | net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it | Vladimir Oltean | 1 | -2/+5 |
2022-07-18 | net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering | Vladimir Oltean | 1 | -2/+3 |
2022-07-18 | net: dsa: fix dsa_port_vlan_filtering when global | Vladimir Oltean | 1 | -1/+1 |
2022-05-12 | net: dsa: felix: manage host flooding using a specific driver callback | Vladimir Oltean | 1 | -0/+8 |
2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2022-05-09 | net: dsa: flush switchdev workqueue on bridge join error path | Vladimir Oltean | 1 | -0/+1 |
2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2022-04-22 | net: dsa: Add missing of_node_put() in dsa_port_link_register_of | Miaoqian Lin | 1 | -0/+2 |
2022-04-20 | net: dsa: don't emit targeted cross-chip notifiers for MTU change | Vladimir Oltean | 1 | -3/+1 |
2022-04-20 | net: dsa: make cross-chip notifiers more efficient for host events | Vladimir Oltean | 1 | -44/+20 |
2022-04-20 | net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrs | Vladimir Oltean | 1 | -3/+57 |
2022-03-17 | net: dsa: Handle MST state changes | Tobias Waldekranz | 1 | -8/+77 |
2022-03-17 | net: dsa: Pass VLAN MSTI migration notifications to driver | Tobias Waldekranz | 1 | -1/+15 |
2022-03-17 | net: dsa: Validate hardware support for MST | Tobias Waldekranz | 1 | -0/+22 |
2022-03-03 | net: dsa: install secondary unicast and multicast addresses as host FDB/MDB | Vladimir Oltean | 1 | -40/+120 |
2022-03-03 | net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace | Vladimir Oltean | 1 | -8/+8 |
2022-02-27 | net: dsa: pass extack to .port_bridge_join driver methods | Vladimir Oltean | 1 | -0/+1 |
2022-02-27 | net: dsa: request drivers to perform FDB isolation | Vladimir Oltean | 1 | -1/+74 |
2022-02-24 | net: dsa: support FDB events on offloaded LAG interfaces | Vladimir Oltean | 1 | -0/+27 |
2022-02-24 | net: dsa: create a dsa_lag structure | Vladimir Oltean | 1 | -12/+50 |
2022-02-24 | net: dsa: rename references to "lag" as "lag_dev" | Vladimir Oltean | 1 | -10/+10 |
2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+22 |
2022-02-23 | net: dsa: Include BR_PORT_LOCKED in the list of synced brport flags | Hans Schultz | 1 | -2/+2 |
2022-02-22 | net: dsa: fix panic when removing unoffloaded port from bridge | Alvin Šipraga | 1 | -1/+8 |
2022-02-22 | net: phy: phylink: fix DSA mac_select_pcs() introduction | Russell King (Oracle) | 1 | -1/+1 |
2022-02-19 | net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held | Vladimir Oltean | 1 | -6/+14 |
2022-02-19 | net: dsa: remove pcs_poll | Russell King (Oracle) | 1 | -1/+0 |
2022-02-18 | net: dsa: add support for phylink mac_select_pcs() | Russell King (Oracle) | 1 | -0/+15 |
2022-02-17 | net: dsa: delete unused exported symbols for ethtool PHY stats | Vladimir Oltean | 1 | -57/+0 |
2022-02-16 | net: dsa: add explicit support for host bridge VLANs | Vladimir Oltean | 1 | -0/+42 |
2022-01-05 | net: dsa: remove cross-chip support for HSR | Vladimir Oltean | 1 | -16/+13 |
2022-01-05 | net: dsa: remove cross-chip support for MRP | Vladimir Oltean | 1 | -24/+20 |
2021-12-09 | net: dsa: mark DSA phylink as legacy_pre_march2020 | Russell King (Oracle) | 1 | -0/+7 |
2021-12-08 | net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload | Vladimir Oltean | 1 | -36/+3 |
2021-12-08 | net: dsa: keep the bridge_dev and bridge_num as part of the same structure | Vladimir Oltean | 1 | -32/+38 |
2021-12-08 | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers | Vladimir Oltean | 1 | -17/+18 |
2021-12-08 | net: dsa: assign a bridge number even without TX forwarding offload | Vladimir Oltean | 1 | -26/+55 |
2021-12-08 | net: dsa: make dp->bridge_num one-based | Vladimir Oltean | 1 | -5/+6 |
2021-12-01 | net: dsa: support use of phylink_generic_validate() | Russell King (Oracle) | 1 | -1/+4 |
2021-12-01 | net: dsa: replace phylink_get_interfaces() with phylink_get_caps() | Russell King (Oracle) | 1 | -3/+2 |
2021-12-01 | net: dsa: consolidate phylink creation | Russell King (Oracle) | 1 | -16/+28 |
2021-11-01 | net: dsa: populate supported_interfaces member | Marek Behún | 1 | -0/+4 |
2021-10-26 | net: dsa: flush switchdev workqueue when leaving the bridge | Vladimir Oltean | 1 | -0/+2 |
2021-10-21 | net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_port | Vladimir Oltean | 1 | -2/+2 |
2021-10-21 | net: dsa: remove the "dsa_to_port in a loop" antipattern from the core | Vladimir Oltean | 1 | -10/+7 |
2021-08-24 | net: dsa: don't advertise 'rx-vlan-filter' when not needed | Vladimir Oltean | 1 | -2/+40 |
2021-08-24 | net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge p... | Vladimir Oltean | 1 | -0/+4 |
2021-08-23 | net: dsa: track unique bridge numbers across all DSA switch trees | Vladimir Oltean | 1 | -34/+5 |
2021-08-12 | net: dsa: tag_8021q: don't broadcast during setup/teardown | Vladimir Oltean | 1 | -4/+10 |
2021-08-12 | net: dsa: print more information when a cross-chip notifier fails | Vladimir Oltean | 1 | -6/+12 |