aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-22/+42
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean3-15/+37
2021-09-15net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean1-7/+5
2021-09-14net: dsa: tag_rtl4_a: Drop bit 9 from egress framesLinus Walleij1-1/+1
2021-09-01net: dsa: tag_rtl4_a: Fix egress tagsLinus Walleij1-3/+4
2021-08-25net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean1-4/+34
2021-08-25net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean1-1/+40
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2-9/+24
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean3-5/+111
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean2-2/+9
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 Oltean3-34/+55
2021-08-18net: dsa: tag_sja1105: be dsa_loop-safeVladimir Oltean2-13/+28
2021-08-16net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versaVladimir Oltean1-4/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean4-16/+26
2021-08-12net: dsa: print more information when a cross-chip notifier failsVladimir Oltean1-6/+12
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean7-17/+23
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean8-26/+21
2021-08-11net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean8-10/+38
2021-08-11net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean8-28/+37
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridgeVladimir Oltean1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
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 Oltean2-5/+32
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean3-10/+14
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP querierVladimir Oltean3-19/+0
2021-08-06net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean1-10/+0
2021-08-05net: dsa: tag_sja1105: optionally build as module when switch driver is module if PTP is enabledVladimir Oltean1-0/+1
2021-08-05net: dsa: give preference to local CPU portsVladimir Oltean1-3/+39
2021-08-05net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean1-5/+5
2021-08-03net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean1-1/+1
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean16-44/+23
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean12-20/+50
2021-07-29net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an imprecise portVladimir Oltean1-17/+10
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-4/+4
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port from"Vladimir Oltean1-1/+0
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2-4/+75
2021-07-26net: dsa: sja1105: add support for imprecise RXVladimir Oltean2-44/+86
2021-07-23net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz1-8/+44
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean3-1/+86
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean1-0/+3
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+18
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean3-79/+21
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-1/+15
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo1-0/+9