summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean-16/+26
2021-08-12net: dsa: print more information when a cross-chip notifier failsVladimir Oltean-6/+12
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean-17/+23
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean-26/+21
2021-08-11net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean-10/+38
2021-08-11net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean-28/+37
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky-2/+3
2021-08-09net: dsa: avoid fast ageing twice when port leaves a bridgeVladimir Oltean-1/+3
2021-08-09net: dsa: still fast-age ports joining a bridge if they can't configure learningVladimir Oltean-1/+17
2021-08-08net: dsa: flush the dynamic FDB of the software bridge when fast ageing a portVladimir Oltean-0/+20
2021-08-08net: dsa: don't fast age bridge ports with learning turned offVladimir Oltean-1/+1
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean-5/+32
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean-10/+14
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean-19/+0
2021-08-06net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean-10/+0
2021-08-05net: dsa: tag_sja1105: optionally build as module when switch driver is modul...Vladimir Oltean-0/+1
2021-08-05net: dsa: give preference to local CPU portsVladimir Oltean-3/+39
2021-08-05net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean-5/+5
2021-08-03net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean-1/+1
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean-44/+23
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean-20/+50
2021-07-29net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean-17/+10
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-4/+4
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean-1/+0
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean-4/+75
2021-07-26net: dsa: sja1105: add support for imprecise RXVladimir Oltean-44/+86
2021-07-23net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz-8/+44
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean-1/+86
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean-0/+3
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+18
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean-79/+21
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean-1/+15
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo-0/+9
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo-5/+9
2021-07-20net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean-105/+113
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean-1/+1
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean-201/+247
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean-38/+126
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean-3/+8
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean-7/+3
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean-53/+61
2021-07-20net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean-16/+1
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean-0/+33
2021-07-20net: dsa: tag_8021q: use symbolic error namesVladimir Oltean-10/+10
2021-07-20net: dsa: tag_8021q: use "err" consistently instead of "rc"Vladimir Oltean-23/+23
2021-07-20net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean-91/+18
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean-2/+2
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean-2/+2