summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2023-04-19net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET1-1/+1
2023-04-02net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bitGustav Ekelund3-1/+22
2023-03-30net: dsa: mv88e6xxx: Enable IGMP snooping on user ports onlySteffen Bätz1-2/+7
2023-03-27net: dsa: b53: mmap: add phy opsÁlvaro Fernández Rojas1-0/+14
2023-03-25net: dsa: microchip: ksz8: fix MDB configuration with non-zero VIDOleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8863_smi: fix bulk accessOleksij Rempel1-9/+0
2023-03-25net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from e...Oleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8: fix offset for the timestamp filedOleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entriesOleksij Rempel1-3/+3
2023-03-25net: dsa: microchip: ksz8: fix ksz8_fdb_dump()Oleksij Rempel1-6/+5
2023-03-24net: dsa: realtek: fix out-of-bounds accessAhmad Fatoum1-1/+4
2023-03-22net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII caseArınç ÜNAL1-5/+4
2023-03-22net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()Arınç ÜNAL1-11/+11
2023-03-22net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()Arınç ÜNAL1-6/+12
2023-03-17net: dsa: b53: mmap: fix device tree supportÁlvaro Fernández Rojas1-1/+1
2023-03-16net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795Marek Vasut1-1/+1
2023-03-16net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290Vladimir Oltean1-4/+12
2023-03-13net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL1-31/+31
2023-03-13net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL1-1/+1
2023-03-08net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoCVladimir Oltean1-15/+20
2023-02-26net: dsa: ocelot_ext: remove unnecessary phylink.h includeRussell King (Oracle)1-1/+0
2023-02-26net: mscc: ocelot: fix duplicate driver name errorVladimir Oltean1-1/+1
2023-02-26net: dsa: felix: fix internal MDIO controller resource lengthVladimir Oltean1-1/+1
2023-02-26net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean1-2/+2
2023-02-16net: dsa: ocelot: fix selecting MFD_OCELOTLukas Bulwahn1-1/+1
2023-02-13net: dsa: microchip: enable EEE supportOleksij Rempel1-0/+66
2023-02-10net: dsa: ocelot: add PTP dependency for NET_DSA_MSCC_OCELOT_EXTArnd Bergmann1-0/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+19
2023-02-07net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-awareVladimir Oltean1-7/+19
2023-01-31net: dsa: microchip: ptp: fix up PTP dependencyArnd Bergmann1-2/+1
2023-01-30net: dsa: ocelot: add external ocelot switch controlColin Foster3-0/+185
2023-01-30net: dsa: felix: add functionality when not all ports are supportedColin Foster2-3/+9
2023-01-30net: dsa: felix: add support for MFD configurationsColin Foster1-0/+7
2023-01-30net: dsa: felix: add configurable device quirksColin Foster4-2/+8
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+5
2023-01-27net: dsa: mt7530: fix tristate and help descriptionArınç ÜNAL1-3/+4
2023-01-27net: dsa: qca8k: convert to regmap read/write APIChristian Marangi3-65/+77
2023-01-27net: dsa: qca8k: add QCA8K_ATU_TABLE_SIZE define for fdb accessChristian Marangi2-4/+8
2023-01-26net: dsa: ocelot: build felix.c into a dedicated kernel moduleVladimir Oltean3-7/+21
2023-01-23net: dsa: microchip: add support for credit based shaperArun Ramadoss8-25/+151
2023-01-23net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss6-1/+47
2023-01-23net: dsa: microchip: fix probe of I2C-connected KSZ8563Ahmad Fatoum1-1/+1
2023-01-23net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean2-8/+30
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean2-0/+47
2023-01-20net: Remove C45 check in C22 only MDIO bus driversAndrew Lunn3-18/+0
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-01-20dsa: lan9303: Add flow ctrl in link_upJerry Ray1-11/+23
2023-01-20dsa: lan9303: Migrate to PHYLINKJerry Ray1-32/+69
2023-01-20dsa: lan9303: Port 0 is xMII portJerry Ray1-1/+8
2023-01-20dsa: lan9303: write reg only if necessaryJerry Ray1-2/+5