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
/
ethernet
/
microchip
/
sparx5
Age
Commit message (
Expand
)
Author
Lines
2026-03-02
net: sparx5: replace sparx5_start() with sparx5_forwarding_init()
Daniel Machon
-8
/
+2
2026-03-02
net: sparx5: move FDMA/XTR initialization out of sparx5_start()
Daniel Machon
-46
/
+63
2026-03-02
net: sparx5: move PTP IRQ handling out of sparx5_start()
Daniel Machon
-23
/
+29
2026-03-02
net: sparx5: move remaining init functions from start() to probe()
Daniel Machon
-8
/
+4
2026-03-02
net: sparx5: move calendar initialization to probe
Daniel Machon
-12
/
+20
2026-03-02
net: sparx5: move stats initialization and add deinit function
Daniel Machon
-8
/
+20
2026-03-02
net: sparx5: move MAC table initialization and add deinit function
Daniel Machon
-33
/
+44
2026-03-02
net: sparx5: move VCAP initialization to probe
Daniel Machon
-8
/
+12
2026-03-02
net: sparx5: move netdev and notifier block registration to probe
Daniel Machon
-20
/
+21
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-12
/
+10
2026-02-13
net: sparx5/lan969x: fix PTP clock max_adj value
Daniel Machon
-1
/
+1
2026-02-12
net: sparx5/lan969x: fix DWRR cost max to match hardware register width
Daniel Machon
-1
/
+1
2025-11-11
net: sparx5/lan969x: populate netdev of_node
Robert Marko
-0
/
+2
2025-10-07
net: sparx5/lan969x: fix flooding configuration on bridge join/leave
Daniel Machon
-10
/
+17
2025-09-18
net: sparx5/lan969x: Add support for ethtool pause parameters
Daniel Machon
-0
/
+18
2025-09-18
net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969X
Robert Marko
-1
/
+1
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-1
/
+0
2025-02-18
net: sparx5: Switch to use hrtimer_setup()
Nam Cao
-2
/
+2
2025-02-14
net: remove phylink_pcs .neg_mode boolean
Russell King (Oracle)
-1
/
+0
2025-01-15
net: lan969x: add FDMA implementation
Daniel Machon
-7
/
+448
2025-01-15
net: sparx5: ops out certain FDMA functions
Daniel Machon
-7
/
+24
2025-01-15
net: sparx5: activate FDMA tx in start()
Daniel Machon
-7
/
+4
2025-01-15
net: sparx5: split sparx5_fdma_{start(),stop()}
Daniel Machon
-12
/
+41
2025-01-15
net: sparx5: enable FDMA on lan969x
Daniel Machon
-2
/
+3
2025-01-15
net: phylink: pass neg_mode into .pcs_get_state() method
Russell King (Oracle)
-1
/
+1
2024-12-23
net: lan969x: add RGMII implementation
Daniel Machon
-1
/
+240
2024-12-23
net: lan969x: add RGMII registers
Daniel Machon
-0
/
+148
2024-12-23
net: sparx5: verify RGMII speeds
Daniel Machon
-0
/
+9
2024-12-23
net: sparx5: only return PCS for modes that require it
Daniel Machon
-1
/
+13
2024-12-23
net: sparx5: skip low-speed configuration when port is RGMII
Daniel Machon
-1
/
+2
2024-12-23
net: sparx5: use is_port_rgmii() throughout
Daniel Machon
-8
/
+23
2024-12-23
net: sparx5: add function for RGMII port check
Daniel Machon
-0
/
+13
2024-12-23
net: sparx5: do some preparation work
Daniel Machon
-18
/
+18
2024-12-09
net: sparx5: fix the maximum frame length register
Daniel Machon
-1
/
+1
2024-12-09
net: sparx5: fix default value of monitor ports
Daniel Machon
-2
/
+1
2024-12-09
net: sparx5: fix FDMA performance issue
Daniel Machon
-6
/
+5
2024-12-09
net: lan969x: fix the use of spin_lock in PTP handler
Daniel Machon
-2
/
+2
2024-12-09
net: lan969x: fix cyclic dependency reported by depmod
Daniel Machon
-5
/
+4768
2024-11-05
net: sparx5: execute sparx5_vcap_init() on lan969x
Daniel Machon
-6
/
+4
2024-11-05
net: sparx5: add new VCAP constants to match data
Daniel Machon
-3
/
+13
2024-11-05
net: sparx5: replace SPX5_PORTS with n_ports
Daniel Machon
-9
/
+15
2024-11-05
net: sparx5: expose some sparx5 VCAP symbols
Daniel Machon
-17
/
+22
2024-10-30
net: sparx5: add feature support
Daniel Machon
-1
/
+51
2024-10-30
net: sparx5: add compatible string for lan969x
Daniel Machon
-0
/
+5
2024-10-30
net: sparx5: use is_sparx5() macro throughout
Daniel Machon
-22
/
+99
2024-10-30
net: lan969x: add function for calculating the DSM calendar
Daniel Machon
-16
/
+19
2024-10-30
net: lan969x: add PTP handler function
Daniel Machon
-5
/
+9
2024-10-30
net: lan969x: add register diffs to match data
Daniel Machon
-2
/
+8
[next]