summaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean2022-08-171-2/+5
* net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean2022-07-181-2/+3
* net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean2022-07-181-1/+1
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+1
|\
| * net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean2022-05-091-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+2
|\|
| * net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin2022-04-221-0/+2
* | net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean2022-04-201-3/+1
* | net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean2022-04-201-44/+20
* | net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean2022-04-201-3/+57
|/
* net: dsa: Handle MST state changesTobias Waldekranz2022-03-171-8/+77
* net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz2022-03-171-1/+15
* net: dsa: Validate hardware support for MSTTobias Waldekranz2022-03-171-0/+22
* net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean2022-03-031-40/+120
* net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean2022-03-031-8/+8
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-0/+1
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-1/+74
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-241-0/+27
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-12/+50
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-7/+22
|\
| * 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-191-6/+14
* | 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
* | net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2022-02-181-0/+15
* | net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2022-02-171-57/+0
* | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-0/+42
|/
* net: dsa: remove cross-chip support for HSRVladimir Oltean2022-01-051-16/+13
* net: dsa: remove cross-chip support for MRPVladimir Oltean2022-01-051-24/+20
* net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)2021-12-091-0/+7
* net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean2021-12-081-36/+3
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-32/+38
* net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-081-17/+18
* net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean2021-12-081-26/+55
* net: dsa: make dp->bridge_num one-basedVladimir Oltean2021-12-081-5/+6
* net: dsa: support use of phylink_generic_validate()Russell King (Oracle)2021-12-011-1/+4
* net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)2021-12-011-3/+2
* net: dsa: consolidate phylink creationRussell King (Oracle)2021-12-011-16/+28
* net: dsa: populate supported_interfaces memberMarek Behún2021-11-011-0/+4
* net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean2021-10-261-0/+2
* net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_portVladimir Oltean2021-10-211-2/+2
* net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-211-10/+7
* net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean2021-08-241-2/+40
* net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge p...Vladimir Oltean2021-08-241-0/+4
* net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean2021-08-231-34/+5
* net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean2021-08-121-4/+10
* net: dsa: print more information when a cross-chip notifier failsVladimir Oltean2021-08-121-6/+12