summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga2021-10-121-1/+1
| * net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean2021-10-091-0/+2
| * net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean2021-10-081-3/+9
| * net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges...Vladimir Oltean2021-10-081-18/+2
| * net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean2021-10-081-1/+1
* | net: dsa: unregister cross-chip notifier after ds->ops->teardownVladimir Oltean2021-10-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-1/+1
|\|
| * dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn2021-10-041-1/+1
* | net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
* | net: dsa: tag_ocelot: set the classified VLAN during xmitVladimir Oltean2021-10-021-0/+39
* | net/dsa/tag_ksz.c: remove superfluous headersMianhan Liu2021-09-291-1/+0
* | net/dsa/tag_8021q.c: remove superfluous headersMianhan Liu2021-09-291-1/+0
* | net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-233-10/+108
|\|
| * net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean2021-09-211-3/+9
| * net: dsa: fix dsa_tree_setup error pathVladimir Oltean2021-09-211-0/+1
| * net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean2021-09-191-5/+46
| * net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+50
| * net: update NXP copyright textVladimir Oltean2021-09-172-2/+2
* | net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean2021-09-231-1/+0
* | net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean2021-09-231-0/+43
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1