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