summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/ksz_common.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-08net: dsa: microchip: Use regs[] to access REG_PTP_MSG_CONF1Bastien Curutchet (Schneider Electric)1-0/+2
2026-01-08net: dsa: microchip: Use regs[] to access REG_PTP_SUBNANOSEC_RATEBastien Curutchet (Schneider Electric)1-0/+2
2026-01-08net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SUB_NANOSECBastien Curutchet (Schneider Electric)1-0/+2
2026-01-08net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SECBastien Curutchet (Schneider Electric)1-0/+2
2026-01-08net: dsa: microchip: Use regs[] to access REG_PTP_RTC_NANOSECBastien Curutchet (Schneider Electric)1-0/+2
2026-01-08net: dsa: microchip: Use regs[] to access REG_PTP_CLK_CTRLBastien Curutchet (Schneider Electric)1-0/+2
2026-01-08net: dsa: microchip: Initialize IRQ's mask outside common_setup()Bastien Curutchet (Schneider Electric)1-1/+2
2025-11-25net: dsa: microchip: Free previously initialized ports on init failuresBastien Curutchet (Schneider Electric)1-12/+11
2025-11-25net: dsa: microchip: Don't free uninitialized ksz_irqBastien Curutchet (Schneider Electric)1-1/+1
2025-11-25net: dsa: microchip: common: Fix checks on irq_find_mapping()Bastien Curutchet (Schneider Electric)1-4/+4
2025-11-06net: dsa: microchip: Fix reserved multicast address table programmingTristram Ha1-0/+4
2025-09-23net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463Bastien Curutchet1-0/+45
2025-08-21net: dsa: microchip: Fix KSZ9477 HSR port setup issueTristram Ha1-0/+6
2025-08-08net: dsa: microchip: Fix KSZ8863 reset problemTristram Ha1-0/+1
2025-07-26net: dsa: microchip: Setup fiber ports for KSZ8463Tristram Ha1-0/+3
2025-07-26net: dsa: microchip: Write switch MAC address differently for KSZ8463Tristram Ha1-1/+10
2025-07-26net: dsa: microchip: Use different registers for KSZ8463Tristram Ha1-6/+26
2025-07-26net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driverTristram Ha1-0/+114
2025-06-13net: Use dev_fwnode()Jiri Slaby (SUSE)1-2/+1
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-7/+127
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2025-05-26net: dsa: microchip: Add SGMII port support to KSZ9477 switchTristram Ha1-4/+33
2025-05-16net: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-2/+3
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-28/+107
2025-05-13net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switchesOleksij Rempel1-28/+107
2025-04-15net: dsa: microchip: add ETS scheduler support for KSZ88x3 switchesOleksij Rempel1-3/+94
2025-01-08net: dsa: ksz: remove ksz_get_mac_eee()Russell King (Oracle)1-7/+0
2025-01-08net: dsa: ksz: remove setting of tx_lpi parametersRussell King (Oracle)1-8/+0
2024-12-21net: dsa: microchip: Do not execute PTP driver code for unsupported switchesTristram Ha1-11/+29
2024-12-20net: dsa: microchip: Add suspend/resume support to KSZ DSA driverTristram Ha1-0/+37
2024-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-24/+18
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere1-24/+18
2024-12-12net: dsa: ksz: implement .support_eee() methodRussell King (Oracle)1-15/+5
2024-12-10net: dsa: microchip: Make MDIO bus name uniqueJesse Van Gavere1-1/+5
2024-11-14net: dsa: microchip: Add LAN9646 switch support to KSZ DSA driverTristram Ha1-2/+48
2024-11-12net: dsa: microchip: parse PHY config from device treeOleksij Rempel1-6/+73
2024-11-12net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel1-0/+7
2024-11-12net: dsa: microchip: cleanup error handling in ksz_mdio_registerOleksij Rempel1-6/+4
2024-11-12net: dsa: microchip: Refactor MDIO handling for side MDIO accessOleksij Rempel1-10/+165
2024-11-03net: dsa: use ethtool string helpersRosen Penev1-4/+2
2024-10-24net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876xTim Harvey1-10/+11
2024-09-06net: dsa: microchip: replace unclear KSZ8830 stringsPieter Van Trappen1-24/+24
2024-09-03net: dsa: microchip: Use scoped function to simplfy codeJinjie Ruan1-3/+2
2024-08-28net: dsa: microchip: Add KSZ8895/KSZ8864 switch supportTristram Ha1-6/+128
2024-08-16net: dsa: microchip: fix KSZ87xx family structure wrt the datasheetPieter Van Trappen1-8/+43
2024-08-16net: dsa: microchip: add WoL support for KSZ87xx familyPieter Van Trappen1-5/+19
2024-08-16net: dsa: microchip: generalize KSZ9477 WoL functions at ksz_commonPieter Van Trappen1-54/+59
2024-08-16net: dsa: microchip: move KSZ9477 WoL functions to ksz_commonPieter Van Trappen1-0/+181