aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-68/+16
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-1/+15
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean1-0/+28
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean1-0/+12
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean1-0/+24
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean1-0/+26
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean1-0/+24
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean1-2/+43
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-7/+6
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-3/+3
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean1-2/+2
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel1-1/+1
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean1-0/+46
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean1-41/+82
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean1-3/+5
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridgeVladimir Oltean1-4/+18
2021-02-16net: dsa: add MRP supportHoratiu Vultur1-0/+48
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-7/+11
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+3
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-17/+14
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-15/+19
2021-02-12net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean1-7/+38
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister1-0/+34
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+8
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-23/+13
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-0/+79
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean1-5/+1
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-54/+43
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+2
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-8/+9