aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip
AgeCommit message (Expand)AuthorFilesLines
2024-05-29net: dsa: microchip: fix RGMII error in KSZ DSA driverGravatar Tristram Ha 1-1/+1
2024-05-17net: dsa: microchip: Correct initialization order for KSZ88x3 portsGravatar Oleksij Rempel 1-0/+10
2024-05-13net: dsa: microchip: dcb: set default apptrust to PCP onlyGravatar Oleksij Rempel 1-18/+3
2024-05-13net: dsa: microchip: dcb: add comments for DSCP related functionsGravatar Oleksij Rempel 1-0/+31
2024-05-13net: dsa: microchip: dcb: rename IPV to IPMGravatar Oleksij Rempel 3-51/+51
2024-05-10net: dsa: microchip: Fix spellig mistake "configur" -> "configure"Gravatar Colin Ian King 1-1/+1
2024-05-08net: dsa: microchip: add support DSCP priority mappingGravatar Oleksij Rempel 3-15/+50
2024-05-08net: dsa: microchip: let DCB code do PCP and DSCP policy configurationGravatar Oleksij Rempel 2-12/+0
2024-05-08net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xx...Gravatar Oleksij Rempel 1-24/+33
2024-05-08net: dsa: microchip: enable ETS support for KSZ989X variantsGravatar Oleksij Rempel 2-12/+1
2024-05-08net: dsa: microchip: dcb: add special handling for KSZ88X3 familyGravatar Oleksij Rempel 4-3/+242
2024-05-08net: dsa: microchip: add support for different DCB app configurationsGravatar Oleksij Rempel 6-2/+583
2024-05-08net: dsa: microchip: add multi queue support for KSZ88X3 variantsGravatar Oleksij Rempel 2-35/+61
2024-05-08net: dsa: microchip: add IPV information supportGravatar Oleksij Rempel 2-3/+20
2024-04-29net: dsa: ksz_common: use separate phylink_mac_ops for ksz8830Gravatar Russell King (Oracle) 1-6/+20
2024-04-29net: dsa: ksz_common: sub-driver phylink opsGravatar Russell King (Oracle) 4-37/+65
2024-04-29net: dsa: ksz_common: provide own phylink MAC operationsGravatar Russell King (Oracle) 1-16/+26
2024-04-29net: dsa: ksz_common: remove phylink_mac_config from ksz_dev_opsGravatar Russell King (Oracle) 2-6/+0
2024-04-16net: dsa: microchip: drop unneeded MODULE_ALIASGravatar Krzysztof Kozlowski 1-7/+0
2024-04-15net: dsa: microchip: ksz9477: flower: validate control flagsGravatar Asbjørn Sloth Tønnesen 1-0/+3
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0...Gravatar Oleksij Rempel 1-17/+7
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we go...Gravatar Oleksij Rempel 1-5/+15
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on tim...Gravatar Oleksij Rempel 1-6/+5
2024-04-04net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()Gravatar Oleksij Rempel 1-6/+6
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readabilityGravatar Oleksij Rempel 1-29/+31
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()Gravatar Oleksij Rempel 2-13/+17
2024-04-04net: dsa: microchip: Make ksz8_r_dyn_mac_table() staticGravatar Oleksij Rempel 2-4/+2
2024-04-04net: dsa: microchip: Remove unused FDB timestamp support in ksz8_r_dyn_mac_ta...Gravatar Oleksij Rempel 2-6/+3
2024-04-02net: dsa: microchip: drop driver owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+6
2024-03-07net: dsa: microchip: make sure drive strength configuration is not lost by so...Gravatar Oleksij Rempel 1-4/+6
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2024-03-05net: dsa: microchip: fix register write order in ksz8_ind_write8()Gravatar Tobias Jakobi (Compleo) 1-2/+2
2024-02-26net: dsa: microchip: Add support for bridge port isolationGravatar Oleksij Rempel 2-5/+51
2024-02-01net: dsa: Add KSZ8567 switch supportGravatar Philippe Schenker 4-1/+52
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Gravatar Heiner Kallweit 1-2/+2
2024-01-26net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ...Gravatar Oleksij Rempel 2-7/+70
2024-01-26net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcrGravatar Oleksij Rempel 1-67/+29
2024-01-26net: dsa: microchip: ksz8: move BMCR specific code to separate functionGravatar Oleksij Rempel 1-126/+240
2023-12-08net: dsa: microchip: use DSA_TAG_PROTO without _VALUE defineGravatar Sean Nyekjaer 1-1/+1
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+12
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerGravatar Sean Nyekjaer 1-4/+12
2023-12-07net: dsa: microchip: move ksz_chip_id enum to platform includeGravatar Daniel Danzberger 1-19/+1
2023-12-07net: dsa: microchip: properly support platform_data probingGravatar Vladimir Oltean 1-8/+13
2023-12-07net: dsa: microchip: add property to select internal RMII reference clockGravatar Ante Knezic 2-6/+26
2023-11-29net: dsa: microchip: make phylink_mac_link_up() not optionalGravatar Oleksij Rempel 1-4/+2
2023-11-29net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYsGravatar Oleksij Rempel 3-1/+74
2023-11-29net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port c...Gravatar Oleksij Rempel 3-2/+56
2023-10-27net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"Gravatar Colin Ian King 1-1/+1
2023-10-27net: dsa: microchip: Ensure Stable PME Pin State for Wake-on-LANGravatar Oleksij Rempel 4-1/+55