summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/sparx5
AgeCommit message (Expand)Author
2025-01-21net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
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
2024-10-30net: sparx5: add registers required by lan969xDaniel Machon
2024-10-30net: sparx5: add sparx5 context pointer to a few functionsDaniel Machon
2024-10-30net: sparx5: change frequency calculation for SDLB'sDaniel Machon
2024-10-30net: sparx5: change spx5_wr to spx5_rmw in cal update()Daniel Machon
2024-10-30net: sparx5: add support for lan969x targets and core clockDaniel Machon
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-11net: sparx5: fix source port register when mirroringDaniel Machon
2024-10-08net: sparx5: redefine internal ports and PGID's as offsetsDaniel Machon
2024-10-08net: sparx5: add is_sparx5 macro and use it throughoutDaniel Machon
2024-10-08net: sparx5: ops out function for DSM calendar calculationDaniel Machon
2024-10-08net: sparx5: ops out PTP IRQ handlerDaniel Machon
2024-10-08net: sparx5: ops out function for setting the port muxDaniel Machon
2024-10-08net: sparx5: ops out functions for getting certain array valuesDaniel Machon
2024-10-08net: sparx5: ops out chip port to device index/bit functionsDaniel Machon
2024-10-08net: sparx5: add ops to match dataDaniel Machon
2024-10-08net: sparx5: use SPX5_CONST for constants which do not have a symbolDaniel Machon
2024-10-08net: sparx5: use SPX5_CONST for constants which already have a symbolDaniel Machon
2024-10-08net: sparx5: add constants to match dataDaniel Machon
2024-10-08net: sparx5: add *sparx5 argument to a few functionsDaniel Machon
2024-10-08net: sparx5: modify SPX5_PORTS_ALL macroDaniel Machon
2024-10-08net: sparx5: add indirection layer to register macrosDaniel Machon
2024-10-08net: sparx5: add support for private match dataDaniel Machon
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-22net: sparx5: Fix invalid timestampsAakash Menon
2024-09-06net: sparx5: Remove setting of RX software timestampGal Pressman
2024-09-04net: sparx5: ditch sparx5_fdma_rx/tx_reload() functionsDaniel Machon
2024-09-04net: sparx5: use contiguous memory for tx buffersDaniel Machon
2024-09-04net: sparx5: use library helper for freeing tx buffersDaniel Machon
2024-09-04net: sparx5: use FDMA library for adding DCB's in the tx pathDaniel Machon
2024-09-04net: sparx5: use the FDMA library for allocation of tx buffersDaniel Machon
2024-09-04net: sparx5: use a few FDMA helpers in the rx pathDaniel Machon
2024-09-04net: sparx5: use library helper for freeing rx buffersDaniel Machon
2024-09-04net: sparx5: use FDMA library for adding DCB's in the rx pathDaniel Machon
2024-09-04net: sparx5: use the FDMA library for allocation of rx buffersDaniel Machon