summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean2021-12-145-110/+107
* net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean2021-12-141-1/+1
* net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean2021-12-121-30/+79
* Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean2021-12-121-43/+7
* net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean2021-12-121-17/+73
* net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean2021-12-121-23/+25
* net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean2021-12-121-4/+17
* net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean2021-12-121-3/+70
* net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-123-4/+84
* net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)2021-12-091-0/+7
* net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean2021-12-081-36/+3
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-082-1/+3
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-086-64/+86
* net: dsa: export bridging offload helpers to driversVladimir Oltean2021-12-081-43/+0
* net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean2021-12-082-14/+16
* net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-088-37/+41
* net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean2021-12-082-27/+58
* net: dsa: make dp->bridge_num one-basedVladimir Oltean2021-12-085-25/+29
* net: dsa: support use of phylink_generic_validate()Russell King (Oracle)2021-12-011-1/+4
* net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)2021-12-011-3/+2
* net: dsa: consolidate phylink creationRussell King (Oracle)2021-12-013-33/+32
* devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-301-1/+1
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-0/+3
* net: dsa: populate supported_interfaces memberMarek Behún2021-11-012-0/+8
* net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-10-271-33/+8
* net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean2021-10-261-3/+0
* net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean2021-10-261-0/+2
* net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-251-2/+0
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-252-24/+53
* net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean2021-10-251-2/+2
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-253-53/+26
* net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-241-2/+0
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-242-24/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-2/+7
|\
| * net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET2021-10-191-2/+7
* | net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean2021-10-213-19/+19
* | net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_portVladimir Oltean2021-10-211-4/+1
* | net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean2021-10-212-102/+112
* | net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_portVladimir Oltean2021-10-211-2/+2
* | net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean2021-10-211-30/+14
* | net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-215-52/+42
* | net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga2021-10-183-0/+185
* | net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/MakefileAlvin Šipraga2021-10-182-8/+8
* | net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga2021-10-181-0/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-146-39/+40
|\|
| * net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING p...Vladimir Oltean2021-10-121-1/+2
| * net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2021-10-122-15/+25
| * net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2021-10-123-3/+1
| * net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean2021-10-121-1/+0
| * net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean2021-10-121-0/+43