index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
Age
Commit message (
Expand
)
Author
Lines
7 days
net: dsa: microchip: Fix error path in PTP IRQ setup
Bastien Curutchet (Schneider Electric)
-3
/
+8
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2026-01-08
net: dsa: microchip: Wrap timestamp reading in a function
Bastien Curutchet (Schneider Electric)
-1
/
+6
2026-01-08
net: dsa: microchip: Use regs[] to access REG_PTP_MSG_CONF1
Bastien Curutchet (Schneider Electric)
-6
/
+11
2026-01-08
net: dsa: microchip: Use regs[] to access REG_PTP_SUBNANOSEC_RATE
Bastien Curutchet (Schneider Electric)
-3
/
+5
2026-01-08
net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SUB_NANOSEC
Bastien Curutchet (Schneider Electric)
-4
/
+6
2026-01-08
net: dsa: microchip: Use regs[] to access REG_PTP_RTC_SEC
Bastien Curutchet (Schneider Electric)
-5
/
+6
2026-01-08
net: dsa: microchip: Use regs[] to access REG_PTP_RTC_NANOSEC
Bastien Curutchet (Schneider Electric)
-5
/
+6
2026-01-08
net: dsa: microchip: Use regs[] to access REG_PTP_CLK_CTRL
Bastien Curutchet (Schneider Electric)
-9
/
+16
2026-01-08
net: dsa: microchip: Use dynamic irq offset
Bastien Curutchet (Schneider Electric)
-3
/
+6
2026-01-08
net: dsa: microchip: Initialize IRQ's mask outside common_setup()
Bastien Curutchet (Schneider Electric)
-1
/
+2
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-29
/
+24
2025-11-25
net: dsa: microchip: Fix symetry in ksz_ptp_msg_irq_{setup/free}()
Bastien Curutchet (Schneider Electric)
-11
/
+7
2025-11-25
net: dsa: microchip: Free previously initialized ports on init failures
Bastien Curutchet (Schneider Electric)
-12
/
+11
2025-11-25
net: dsa: microchip: Don't free uninitialized ksz_irq
Bastien Curutchet (Schneider Electric)
-1
/
+1
2025-11-25
net: dsa: microchip: ptp: Fix checks on irq_find_mapping()
Bastien Curutchet (Schneider Electric)
-2
/
+2
2025-11-25
net: dsa: microchip: common: Fix checks on irq_find_mapping()
Bastien Curutchet (Schneider Electric)
-4
/
+4
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2025-11-20
net: dsa: microchip: lan937x: Fix RGMII delay tuning
Oleksij Rempel
-0
/
+1
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+91
2025-11-06
net: dsa: microchip: Fix reserved multicast address table programming
Tristram Ha
-16
/
+91
2025-11-05
net: dsa: microchip: Fix a link check in ksz9477_pcs_read()
Dan Carpenter
-1
/
+1
2025-09-22
net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463
Bastien Curutchet
-0
/
+45
2025-08-20
net: dsa: microchip: Fix KSZ9477 HSR port setup issue
Tristram Ha
-0
/
+6
2025-08-08
net: dsa: microchip: Fix KSZ8863 reset problem
Tristram Ha
-9
/
+12
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+6
2025-07-25
net: dsa: microchip: Disable PTP function of KSZ8463
Tristram Ha
-0
/
+11
2025-07-25
net: dsa: microchip: Setup fiber ports for KSZ8463
Tristram Ha
-0
/
+19
2025-07-25
net: dsa: microchip: Write switch MAC address differently for KSZ8463
Tristram Ha
-1
/
+10
2025-07-25
net: dsa: microchip: Use different registers for KSZ8463
Tristram Ha
-28
/
+92
2025-07-25
net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver
Tristram Ha
-3
/
+388
2025-07-25
net: dsa: microchip: Fix wrong rx drop MIB counter for KSZ8863
Tristram Ha
-1
/
+6
2025-06-12
net: Use dev_fwnode()
Jiri Slaby (SUSE)
-4
/
+3
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-29
/
+381
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+5
2025-05-26
net: dsa: microchip: Add SGMII port support to KSZ9477 switch
Tristram Ha
-7
/
+252
2025-05-16
net: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
-4
/
+5
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-28
/
+107
2025-05-13
net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switches
Oleksij Rempel
-28
/
+107
2025-05-09
net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
-19
/
+16
2025-04-14
net: dsa: microchip: add ETS scheduler support for KSZ88x3 switches
Oleksij Rempel
-3
/
+113
2025-03-25
net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3
Oleksij Rempel
-233
/
+9
2025-01-07
net: dsa: ksz: remove ksz_get_mac_eee()
Russell King (Oracle)
-7
/
+0
2025-01-07
net: dsa: ksz: remove setting of tx_lpi parameters
Russell King (Oracle)
-8
/
+0
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-20
/
+102
2024-12-20
net: dsa: microchip: Do not execute PTP driver code for unsupported switches
Tristram Ha
-11
/
+30
2024-12-19
net: dsa: microchip: Add suspend/resume support to KSZ DSA driver
Tristram Ha
-0
/
+47
2024-12-19
net: dsa: microchip: Fix LAN937X set_ageing_time function
Tristram Ha
-6
/
+65
2024-12-19
net: dsa: microchip: Fix KSZ9477 set_ageing_time function
Tristram Ha
-14
/
+37
[next]