summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-0/+5
|\
| * net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean2022-03-211-0/+5
* | net: dsa: fix missing host-filtered multicast addressesVladimir Oltean2022-03-221-10/+34
* | net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2022-03-171-1/+2
* | net: dsa: Handle MST state changesTobias Waldekranz2022-03-173-8/+86
* | net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz2022-03-173-1/+23
* | net: dsa: Validate hardware support for MSTTobias Waldekranz2022-03-173-0/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-0/+1
|\|
| * net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin2022-03-171-0/+1
* | net: dsa: Never offload FDB entries on standalone portsTobias Waldekranz2022-03-161-0/+3
* | net: dsa: report and change port dscp priority using dcbnlVladimir Oltean2022-03-141-0/+86
* | net: dsa: report and change port default priority using dcbnlVladimir Oltean2022-03-141-0/+137
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-3/+3
|\|
| * net: dsa: unlock the rtnl_mutex when dsa_master_setup() failsVladimir Oltean2022-03-061-3/+3
* | net: dsa: tag_rtl8_4: fix typo in modalias nameLuiz Angelo Daros de Luca2022-03-091-1/+1
* | net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-093-18/+62
* | net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean2022-03-091-0/+7
* | net: dsa: move port lists initialization to dsa_port_touchVladimir Oltean2022-03-091-10/+8
* | net: dsa: warn if port lists aren't empty in dsa_port_teardownVladimir Oltean2022-03-091-16/+3
* | net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridgesTobias Waldekranz2022-03-081-3/+12
* | net: dsa: return success if there was nothing to doTom Rix2022-03-071-2/+2
* | net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca2022-03-051-36/+116
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-1/+1
|\|
| * net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean2022-03-031-1/+1
| * net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean2022-03-011-1/+1
* | net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean2022-03-031-0/+40
* | net: dsa: manage flooding on the CPU portsVladimir Oltean2022-03-031-0/+39
* | net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean2022-03-031-2/+33
* | net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean2022-03-033-40/+273
* | net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean2022-03-033-34/+28
* | net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean2022-03-031-37/+8
* | net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-273-2/+6
* | net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-273-36/+141
* | net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean2022-02-272-5/+5
* | net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean2022-02-273-128/+47
* | net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean2022-02-273-12/+50
* | net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-273-92/+48
* | net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-244-15/+177
* | net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2022-02-242-1/+3
* | net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2022-02-242-13/+5
* | net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-241-2/+4
* | net: dsa: create a dsa_lag structureVladimir Oltean2022-02-246-40/+87
* | net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-242-5/+5
* | net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-244-25/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-8/+28
|\|
| * net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga2022-02-221-1/+8
| * net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean2022-02-192-7/+20
* | net: dsa: Include BR_PORT_LOCKED in the list of synced brport flagsHans Schultz2022-02-231-2/+2
* | net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2022-02-221-1/+1
* | net: dsa: remove pcs_pollRussell King (Oracle)2022-02-191-1/+0