summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/sparx5
AgeCommit message (Expand)Author
2026-03-02net: sparx5: replace sparx5_start() with sparx5_forwarding_init()Daniel Machon
2026-03-02net: sparx5: move FDMA/XTR initialization out of sparx5_start()Daniel Machon
2026-03-02net: sparx5: move PTP IRQ handling out of sparx5_start()Daniel Machon
2026-03-02net: sparx5: move remaining init functions from start() to probe()Daniel Machon
2026-03-02net: sparx5: move calendar initialization to probeDaniel Machon
2026-03-02net: sparx5: move stats initialization and add deinit functionDaniel Machon
2026-03-02net: sparx5: move MAC table initialization and add deinit functionDaniel Machon
2026-03-02net: sparx5: move VCAP initialization to probeDaniel Machon
2026-03-02net: sparx5: move netdev and notifier block registration to probeDaniel Machon
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-13net: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon
2026-02-12net: sparx5/lan969x: fix DWRR cost max to match hardware register widthDaniel Machon
2025-11-11net: sparx5/lan969x: populate netdev of_nodeRobert Marko
2025-10-07net: sparx5/lan969x: fix flooding configuration on bridge join/leaveDaniel Machon
2025-09-18net: sparx5/lan969x: Add support for ethtool pause parametersDaniel Machon
2025-09-18net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969XRobert Marko
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-02-18net: sparx5: Switch to use hrtimer_setup()Nam Cao
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)
2025-01-15net: lan969x: add FDMA implementationDaniel Machon
2025-01-15net: sparx5: ops out certain FDMA functionsDaniel Machon
2025-01-15net: sparx5: activate FDMA tx in start()Daniel Machon
2025-01-15net: sparx5: split sparx5_fdma_{start(),stop()}Daniel Machon
2025-01-15net: sparx5: enable FDMA on lan969xDaniel Machon
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2024-12-23net: lan969x: add RGMII implementationDaniel Machon
2024-12-23net: lan969x: add RGMII registersDaniel Machon
2024-12-23net: sparx5: verify RGMII speedsDaniel Machon
2024-12-23net: sparx5: only return PCS for modes that require itDaniel Machon
2024-12-23net: sparx5: skip low-speed configuration when port is RGMIIDaniel Machon
2024-12-23net: sparx5: use is_port_rgmii() throughoutDaniel Machon
2024-12-23net: sparx5: add function for RGMII port checkDaniel Machon
2024-12-23net: sparx5: do some preparation workDaniel Machon
2024-12-09net: sparx5: fix the maximum frame length registerDaniel Machon
2024-12-09net: sparx5: fix default value of monitor portsDaniel Machon
2024-12-09net: sparx5: fix FDMA performance issueDaniel Machon
2024-12-09net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon
2024-12-09net: lan969x: fix cyclic dependency reported by depmodDaniel Machon
2024-11-05net: sparx5: execute sparx5_vcap_init() on lan969xDaniel Machon
2024-11-05net: sparx5: add new VCAP constants to match dataDaniel Machon
2024-11-05net: sparx5: replace SPX5_PORTS with n_portsDaniel Machon
2024-11-05net: sparx5: expose some sparx5 VCAP symbolsDaniel Machon
2024-10-30net: sparx5: add feature supportDaniel Machon
2024-10-30net: sparx5: add compatible string for lan969xDaniel Machon
2024-10-30net: sparx5: use is_sparx5() macro throughoutDaniel Machon
2024-10-30net: lan969x: add function for calculating the DSM calendarDaniel Machon
2024-10-30net: lan969x: add PTP handler functionDaniel Machon
2024-10-30net: lan969x: add register diffs to match dataDaniel Machon