summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin2022-05-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-1/+2
|\
| * net: dsa: restrict SMSC_LAN9303_I2C kconfigRandy Dunlap2022-05-221-1/+2
* | net: dsa: felix: tag_8021q preparation for multiple CPU portsVladimir Oltean2022-05-231-40/+64
* | net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean2022-05-232-19/+11
* | net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean2022-05-231-27/+9
* | net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean2022-05-231-4/+0
* | net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean2022-05-231-7/+0
* | net: dsa: fix missing adjustment of host broadcast floodingVladimir Oltean2022-05-231-0/+3
* | net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error printMartin Blumenstingl2022-05-191-2/+3
* | net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb()Martin Blumenstingl2022-05-191-2/+2
* | net: dsa: microchip: remove unused members in ksz_deviceArun Ramadoss2022-05-182-6/+1
* | net: dsa: microchip: add the phylink get_capsArun Ramadoss2022-05-184-9/+117
* | net: dsa: move mib->cnt_ptr reset code to ksz_common.cPrasanna Vengateshan2022-05-183-6/+7
* | net: dsa: microchip: move get_strings to ksz_commonArun Ramadoss2022-05-184-29/+20
* | net: dsa: microchip: move port memory allocation to ksz_commonArun Ramadoss2022-05-183-42/+21
* | net: dsa: microchip: move struct mib_names to ksz_chip_dataArun Ramadoss2022-05-184-157/+149
* | net: dsa: microchip: perform the compatibility check for dev probedArun Ramadoss2022-05-186-22/+109
* | net: dsa: microchip: move ksz_chip_data to ksz_commonArun Ramadoss2022-05-184-206/+259
* | net: dsa: microchip: ksz8795: update the port_cnt value in ksz_chip_dataArun Ramadoss2022-05-181-2/+3
* | net: dsa: realtek: rtl8366rb: Serialize indirect PHY register accessAlvin Šipraga2022-05-161-12/+25
* | net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-121-0/+1
* | net: dsa: felix: reimplement tagging protocol change with function pointersVladimir Oltean2022-05-122-197/+216
* | net: dsa: felix: dynamically determine tag_8021q CPU port for trapsVladimir Oltean2022-05-121-9/+17
* | net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-123-33/+30
* | net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-122-0/+34
* | net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean2022-05-121-0/+3
* | net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean2022-05-121-0/+6
* | net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean2022-05-121-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-122-1/+9
|\|
| * net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()Florian Fainelli2022-05-121-0/+3
| * net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean2022-05-051-1/+6
* | net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean2022-05-114-1/+7
* | net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean2022-05-061-46/+5
* | net: dsa: felix: stop migrating FDBs back and forth on tag proto changeVladimir Oltean2022-05-061-53/+2
* | net: dsa: felix: use PGID_CPU for FDB entry migration on NPI portVladimir Oltean2022-05-061-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-057-76/+110
|\|
| * net: dsa: b53: convert to phylink_pcsRussell King (Oracle)2022-05-015-72/+75
| * net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang2022-04-291-0/+1
| * net: dsa: ksz9477: port mirror sniffing limited to one portArun Ramadoss2022-04-291-4/+34
* | net: dsa: sja1105: Convert to mdiobus_c45_readAndrew Lunn2022-05-021-3/+2
* | net: dsa: mv88e6xxx: Cosmetic change spaces to tabs in dsa_switch_opsMarek Behún2022-05-011-5/+5
* | net: ethernet: ocelot: remove the need for num_stats initializerColin Foster2022-04-304-4/+2
* | net: dsa: mv88e6xxx: Single chip mode detection for MV88E6*41Nathan Rossi2022-04-281-7/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-282-5/+3
|\|
| * net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl2022-04-261-3/+0
| * net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addrNathan Rossi2022-04-261-2/+3
| * net: dsa: realtek: remove realtek,rtl8367s stringLuiz Angelo Daros de Luca2022-04-222-5/+0
* | net: dsa: ksz9477: move get_stats64 to ksz_common.cArun Ramadoss2022-04-273-96/+101
* | net: dsa: mt753x: fix pcs conversion regressionRussell King (Oracle)2022-04-261-9/+9