aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-17net: dsa: Handle MST state changesTobias Waldekranz1-8/+77
2022-03-17net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz1-1/+15
2022-03-17net: dsa: Validate hardware support for MSTTobias Waldekranz1-0/+22
2022-03-03net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean1-40/+120
2022-03-03net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean1-8/+8
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean1-0/+1
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean1-1/+74
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean1-0/+27
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean1-12/+50
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean1-10/+10
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+22
2022-02-23net: dsa: Include BR_PORT_LOCKED in the list of synced brport flagsHans Schultz1-2/+2
2022-02-22net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga1-1/+8
2022-02-22net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)1-1/+1
2022-02-19net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean1-6/+14
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)1-1/+0
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)1-0/+15
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean1-57/+0
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean1-0/+42
2022-01-05net: dsa: remove cross-chip support for HSRVladimir Oltean1-16/+13
2022-01-05net: dsa: remove cross-chip support for MRPVladimir Oltean1-24/+20
2021-12-09net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)1-0/+7
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean1-36/+3
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-32/+38
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-17/+18
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean1-26/+55
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean1-5/+6
2021-12-01net: dsa: support use of phylink_generic_validate()Russell King (Oracle)1-1/+4
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)1-3/+2
2021-12-01net: dsa: consolidate phylink creationRussell King (Oracle)1-16/+28
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún1-0/+4
2021-10-26net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean1-0/+2
2021-10-21net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_portVladimir Oltean1-2/+2
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean1-10/+7
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean1-2/+40
2021-08-24net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge portsVladimir Oltean1-0/+4
2021-08-23net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean1-34/+5
2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean1-4/+10
2021-08-12net: dsa: print more information when a cross-chip notifier failsVladimir Oltean1-6/+12
2021-08-09net: dsa: avoid fast ageing twice when port leaves a bridgeVladimir Oltean1-1/+3
2021-08-09net: dsa: still fast-age ports joining a bridge if they can't configure learningVladimir Oltean1-1/+17
2021-08-08net: dsa: flush the dynamic FDB of the software bridge when fast ageing a portVladimir Oltean1-0/+20
2021-08-08net: dsa: don't fast age bridge ports with learning turned offVladimir Oltean1-1/+1
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean1-4/+31
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean1-8/+12
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP querierVladimir Oltean1-11/+0
2021-08-06net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean1-10/+0
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port from"Vladimir Oltean1-1/+0
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean1-1/+83
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1