aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/sparx5
AgeCommit message (Expand)AuthorFilesLines
2026-05-07net: sparx5: configure serdes for 1000BASE-X in sparx5_port_init()Daniel Machon1-1/+2
2026-05-07net: sparx5: fix wrong chip ids for TSN SKUsDaniel Machon1-5/+5
2026-03-02net: sparx5: replace sparx5_start() with sparx5_forwarding_init()Daniel Machon1-8/+2
2026-03-02net: sparx5: move FDMA/XTR initialization out of sparx5_start()Daniel Machon1-46/+63
2026-03-02net: sparx5: move PTP IRQ handling out of sparx5_start()Daniel Machon2-23/+29
2026-03-02net: sparx5: move remaining init functions from start() to probe()Daniel Machon1-8/+4
2026-03-02net: sparx5: move calendar initialization to probeDaniel Machon3-12/+20
2026-03-02net: sparx5: move stats initialization and add deinit functionDaniel Machon3-8/+20
2026-03-02net: sparx5: move MAC table initialization and add deinit functionDaniel Machon3-33/+44
2026-03-02net: sparx5: move VCAP initialization to probeDaniel Machon3-8/+12
2026-03-02net: sparx5: move netdev and notifier block registration to probeDaniel Machon1-20/+21
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-12/+10
2026-02-13net: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon1-1/+1
2026-02-12net: sparx5/lan969x: fix DWRR cost max to match hardware register widthDaniel Machon1-1/+1
2025-11-11net: sparx5/lan969x: populate netdev of_nodeRobert Marko1-0/+2
2025-10-07net: sparx5/lan969x: fix flooding configuration on bridge join/leaveDaniel Machon3-10/+17
2025-09-18net: sparx5/lan969x: Add support for ethtool pause parametersDaniel Machon1-0/+18
2025-09-18net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969XRobert Marko1-1/+1
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2025-02-18net: sparx5: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)1-1/+0
2025-01-15net: lan969x: add FDMA implementationDaniel Machon8-7/+448
2025-01-15net: sparx5: ops out certain FDMA functionsDaniel Machon4-7/+24
2025-01-15net: sparx5: activate FDMA tx in start()Daniel Machon1-7/+4
2025-01-15net: sparx5: split sparx5_fdma_{start(),stop()}Daniel Machon3-12/+41
2025-01-15net: sparx5: enable FDMA on lan969xDaniel Machon1-2/+3
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-1/+1
2024-12-23net: lan969x: add RGMII implementationDaniel Machon6-1/+240
2024-12-23net: lan969x: add RGMII registersDaniel Machon2-0/+148
2024-12-23net: sparx5: verify RGMII speedsDaniel Machon1-0/+9
2024-12-23net: sparx5: only return PCS for modes that require itDaniel Machon1-1/+13
2024-12-23net: sparx5: skip low-speed configuration when port is RGMIIDaniel Machon1-1/+2
2024-12-23net: sparx5: use is_port_rgmii() throughoutDaniel Machon2-8/+23
2024-12-23net: sparx5: add function for RGMII port checkDaniel Machon5-0/+13
2024-12-23net: sparx5: do some preparation workDaniel Machon1-18/+18
2024-12-09net: sparx5: fix the maximum frame length registerDaniel Machon1-1/+1
2024-12-09net: sparx5: fix default value of monitor portsDaniel Machon1-2/+1
2024-12-09net: sparx5: fix FDMA performance issueDaniel Machon1-6/+5
2024-12-09net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon1-2/+2
2024-12-09net: lan969x: fix cyclic dependency reported by depmodDaniel Machon11-5/+4768
2024-11-05net: sparx5: execute sparx5_vcap_init() on lan969xDaniel Machon1-6/+4
2024-11-05net: sparx5: add new VCAP constants to match dataDaniel Machon4-3/+13
2024-11-05net: sparx5: replace SPX5_PORTS with n_portsDaniel Machon1-9/+15
2024-11-05net: sparx5: expose some sparx5 VCAP symbolsDaniel Machon2-17/+22
2024-10-30net: sparx5: add feature supportDaniel Machon3-1/+51
2024-10-30net: sparx5: add compatible string for lan969xDaniel Machon1-0/+5
2024-10-30net: sparx5: use is_sparx5() macro throughoutDaniel Machon7-22/+99
2024-10-30net: lan969x: add function for calculating the DSM calendarDaniel Machon2-16/+19