summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/ksz8795.c
AgeCommit message (Expand)Author
2024-03-05net: dsa: microchip: fix register write order in ksz8_ind_write8()Tobias Jakobi (Compleo)
2023-12-07net: dsa: microchip: add property to select internal RMII reference clockAnte Knezic
2023-11-29net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYsOleksij Rempel
2023-11-29net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port c...Oleksij Rempel
2023-10-20net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel
2023-07-17net: dsa: microchip: correct KSZ8795 static MAC table accessTristram Ha
2023-05-30net: dsa: microchip: remove ksz_port:on variableOleksij Rempel
2023-05-30net: dsa: microchip: add an enum for regmap widthsVladimir Oltean
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET
2023-04-06net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()Oleksij Rempel
2023-04-06net: dsa: microchip: Make ksz8_w_sta_mac_table() staticOleksij Rempel
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/w...Oleksij Rempel
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel
2023-04-06net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel
2023-04-06net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table ope...Oleksij Rempel
2023-04-06net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel
2023-03-25net: dsa: microchip: ksz8: fix ksz8_fdb_dump()Oleksij Rempel
2022-12-07net: dsa: microchip: ksz8: move all DSA configurations to one locationOleksij Rempel
2022-12-07net: dsa: microchip: enable MTU normalization for KSZ8795 and KSZ9477 compati...Oleksij Rempel
2022-12-07net: dsa: microchip: ksz8: add MTU configuration supportOleksij Rempel
2022-08-31net: dsa: microchip: remove unused port phy variableOleksij Rempel
2022-08-31net: dsa: microchip: ksz8795: add error handling to ksz8_r/w_phyOleksij Rempel
2022-08-31net: dsa: microchip: allow to pass return values for PHY read/write accessesOleksij Rempel
2022-07-27net: dsa: microchip: add support for phylink mac configArun Ramadoss
2022-07-27net: dsa: microchip: ksz8795: use common xmii functionArun Ramadoss
2022-06-29net: dsa: microchip: add P_STP_CTRL to ksz_chip_regArun Ramadoss
2022-06-29net: dsa: microchip: change the size of reg from u8 to u16Arun Ramadoss
2022-06-29net: dsa: microchip: move ksz8->shifts to ksz_commonArun Ramadoss
2022-06-29net: dsa: microchip: move ksz8->masks to ksz_commonArun Ramadoss
2022-06-29net: dsa: microchip: move ksz8->regs to ksz_commonArun Ramadoss
2022-06-24net: dsa: microchip: remove the ksz8/ksz9477_switch_registerArun Ramadoss
2022-06-24net: dsa: microchip: move ksz_dev_ops to ksz_common.cArun Ramadoss
2022-06-24net: dsa: microchip: common dsa_switch_ops for ksz switchesArun Ramadoss
2022-06-24net: dsa: microchip: move multicast enable to ksz_setupArun Ramadoss
2022-06-24net: dsa: microchip: move broadcast rate limit to ksz_setupArun Ramadoss
2022-06-24net: dsa: microchip: move setup function to ksz_commonArun Ramadoss
2022-06-24net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_opsArun Ramadoss
2022-06-24net: dsa: microchip: add config_cpu_port to struct ksz_dev_opsArun Ramadoss
2022-06-24net: dsa: microchip: rename shutdown to reset in ksz_dev_opsArun Ramadoss
2022-06-21net: dsa: microchip: move get_phy_flags & mtu to ksz_commonArun Ramadoss
2022-06-21net: dsa: microchip: update fdb add/del/dump in ksz_commonArun Ramadoss
2022-06-21net: dsa: microchip: update the ksz_port_mdb_add/delArun Ramadoss
2022-06-21net: dsa: microchip: update the ksz_phylink_get_capsArun Ramadoss
2022-06-21net: dsa: microchip: get P_STP_CTRL in ksz_port_stp_state by ksz_dev_opsArun Ramadoss
2022-06-21net: dsa: microchip: move the port mirror to ksz_commonArun Ramadoss
2022-06-21net: dsa: microchip: move vlan functionality to ksz_commonArun Ramadoss
2022-06-21net: dsa: microchip: move tag_protocol to ksz_commonArun Ramadoss
2022-06-21net: dsa: microchip: move switch chip_id detection to ksz_commonArun Ramadoss
2022-05-18net: dsa: microchip: remove unused members in ksz_deviceArun Ramadoss