summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
13 daysnet: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL
13 daysnet: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL
2024-04-04net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()Christophe JAILLET
2024-03-29net: dsa: mv88e6xxx: fix usable ports on 88e6020Michael Krummsdorf
2024-03-26net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL
2024-03-21net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL
2024-03-21net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL
2024-03-18net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-11net: dsa: mt7530: disable LEDs before resetJustin Swartz
2024-03-07net: dsa: mv88e6xxx: update 88e6185 PCS driver to use neg_modeRussell King (Oracle)
2024-03-07net: dsa: microchip: make sure drive strength configuration is not lost by so...Oleksij Rempel
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05net: dsa: microchip: fix register write order in ksz8_ind_write8()Tobias Jakobi (Compleo)
2024-03-05net: dsa: mt7530: simplify link operationsArınç ÜNAL
2024-03-05net: dsa: mt7530: sort link settings ops and force link down on all portsArınç ÜNAL
2024-03-05net: dsa: mt7530: put initialising PCS devices code back to original orderArınç ÜNAL
2024-03-05net: dsa: mt7530: get rid of mt753x_mac_config()Arınç ÜNAL
2024-03-05net: dsa: mt7530: get rid of priv->info->cpu_port_config()Arınç ÜNAL
2024-03-05net: dsa: mt7530: get rid of useless error returns on phylink code pathArınç ÜNAL
2024-03-05net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switchArınç ÜNAL
2024-03-05net: dsa: mt7530: set interrupt register only for MT7530Arınç ÜNAL
2024-03-05net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optionalArınç ÜNAL
2024-02-29net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO functionRobert Marko
2024-02-29net: dsa: mv88e6xxx: rename mv88e6xxx_g2_scratch_gpio_set_smiRobert Marko
2024-02-28net: dsa: realtek: support reset controllerLuiz Angelo Daros de Luca
2024-02-26net: dsa: microchip: Add support for bridge port isolationOleksij Rempel
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-13net: dsa: realtek: fix digital interface select macro for EXT0Luiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: embed dsa_switch into realtek_privLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: use the same mii bus driver for both interfacesLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: migrate user_mii_bus setup to realtek_dsaLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: clean user_mii_bus setupLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: get internal MDIO node by nameLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsaLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: common rtl83xx moduleLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: keep variant reference in realtek_privLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: convert variants into real driversLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: introduce REALTEK_DSA namespaceLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: drop cleanup from realtek_opsLuiz Angelo Daros de Luca
2024-02-09net: fill in MODULE_DESCRIPTION()s for dsa_loop_bdinfoBreno Leitao
2024-02-08net: dsa: b53: unexport and move b53_eee_enable_set()Vladimir Oltean
2024-02-07net: dsa: mt7530: do not clear config->supported_interfacesArınç ÜNAL
2024-02-07net: dsa: mt7530: correct port capabilities of MT7988Arınç ÜNAL
2024-02-07net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL
2024-02-07net: dsa: mt7530: call port 6 setup from mt7530_mac_config()Arınç ÜNAL
2024-02-07net: dsa: mt7530: simplify mt7530_pad_clk_setup()Arınç ÜNAL
2024-02-07net: dsa: mt7530: move XTAL check to mt7530_setup()Arınç ÜNAL
2024-02-07net: dsa: mt7530: empty default case on mt7530_setup_port5()Arınç ÜNAL
2024-02-07net: dsa: b53: remove eee_enabled/eee_active in b53_get_mac_eee()Russell King (Oracle)