summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_rtl4_a: Fix egress tagsLinus Walleij2021-09-011-3/+4
* net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean2021-08-251-4/+34
* net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean2021-08-251-1/+40
* net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-242-9/+24
* net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean2021-08-243-5/+111
* net: dsa: properly fall back to software bridgingVladimir Oltean2021-08-242-2/+9
* 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-233-34/+55
* net: dsa: tag_sja1105: be dsa_loop-safeVladimir Oltean2021-08-182-13/+28
* net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versaVladimir Oltean2021-08-161-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+1
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-1/+1
* | net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean2021-08-124-16/+26
* | net: dsa: print more information when a cross-chip notifier failsVladimir Oltean2021-08-121-6/+12
* | net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean2021-08-117-17/+23
* | net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean2021-08-118-26/+21
* | net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean2021-08-118-10/+38
* | net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean2021-08-118-28/+37
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* | net: dsa: avoid fast ageing twice when port leaves a bridgeVladimir Oltean2021-08-091-1/+3
* | net: dsa: still fast-age ports joining a bridge if they can't configure learningVladimir Oltean2021-08-091-1/+17
* | net: dsa: flush the dynamic FDB of the software bridge when fast ageing a portVladimir Oltean2021-08-081-0/+20
* | net: dsa: don't fast age bridge ports with learning turned offVladimir Oltean2021-08-081-1/+1
* | net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2021-08-082-5/+32
* | net: dsa: don't fast age standalone portsVladimir Oltean2021-08-083-10/+14
* | net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-063-19/+0
* | net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean2021-08-061-10/+0
* | net: dsa: tag_sja1105: optionally build as module when switch driver is modul...Vladimir Oltean2021-08-051-0/+1
* | net: dsa: give preference to local CPU portsVladimir Oltean2021-08-051-3/+39
* | net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean2021-08-051-5/+5
* | net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean2021-08-031-1/+1
* | net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-0216-44/+23
* | net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-2912-20/+50
* | net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean2021-07-291-17/+10
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-4/+4
* | Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean2021-07-261-1/+0
* | net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-262-4/+75
* | net: dsa: sja1105: add support for imprecise RXVladimir Oltean2021-07-262-44/+86
* | net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz2021-07-231-8/+44
* | net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-233-1/+86
* | net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* | net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-232-5/+18
|\|
| * net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo2021-07-211-0/+9
| * net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo2021-07-211-5/+9
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-223-79/+21
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-221-1/+15
* | net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-07-202-105/+113
* | net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean2021-07-201-1/+1
* | net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-204-201/+247