summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)Author
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-10-01net: microchip: Make FDMA config symbol invisibleGeert Uytterhoeven
2024-09-22net: sparx5: Fix invalid timestampsAakash Menon
2024-09-11microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHYParthiban Veerasooran
2024-09-11net: lan743x: Add support to ethtool phylink get and set settingsRaju Lakkaraju
2024-09-11net: lan743x: Migrate phylib to phylinkRaju Lakkaraju
2024-09-11net: lan743x: Create separate Link Speed Duplex state functionRaju Lakkaraju
2024-09-11net: lan743x: Create separate PCS power reset functionRaju Lakkaraju
2024-09-10net: lan966x: refactor buffer reload functionDaniel Machon
2024-09-10net: lan966x: use a few FDMA helpers throughoutDaniel Machon
2024-09-10net: lan966x: ditch tx->last_in_use variableDaniel Machon
2024-09-10net: lan966x: use library helper for freeing tx buffersDaniel Machon
2024-09-10net: lan966x: use FDMA library for adding DCB's in the tx pathDaniel Machon
2024-09-10net: lan966x: use the FDMA library for allocation of tx buffersDaniel Machon
2024-09-10net: lan966x: use library helper for freeing rx buffersDaniel Machon
2024-09-10net: lan966x: use FDMA library for adding DCB's in the rx pathDaniel Machon
2024-09-10net: lan966x: use the FDMA library for allocation of rx buffersDaniel Machon
2024-09-10net: lan966x: replace a few variables with new equivalent onesDaniel Machon
2024-09-10net: lan966x: use FDMA library symbolsDaniel Machon
2024-09-10net: lan966x: select FDMA libraryDaniel Machon
2024-09-06net: sparx5: Remove setting of RX software timestampGal Pressman
2024-09-06net: lan966x: Remove setting of RX software timestampGal Pressman
2024-09-06lan743x: Remove setting of RX software timestampGal Pressman
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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
2024-09-04net: sparx5: replace a few variables with new equivalent onesDaniel Machon
2024-09-04net: sparx5: use FDMA library symbolsDaniel Machon
2024-09-04net: microchip: add FDMA libraryDaniel Machon