summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
2024-11-05net: lan969x: add VCAP configuration dataDaniel Machon4-1/+90
2024-11-05net: lan969x: add autogenerated VCAP informationDaniel Machon4-1/+3852
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-31net: sparx5: add feature supportDaniel Machon3-1/+51
2024-10-31net: sparx5: add compatible string for lan969xDaniel Machon1-0/+5
2024-10-31net: sparx5: use is_sparx5() macro throughoutDaniel Machon7-22/+99
2024-10-31net: lan969x: add function for calculating the DSM calendarDaniel Machon6-17/+215
2024-10-31net: lan969x: add PTP handler functionDaniel Machon3-5/+99
2024-10-31net: lan969x: add lan969x ops to match dataDaniel Machon2-0/+150
2024-10-31net: lan969x: add constants to match dataDaniel Machon1-0/+21
2024-10-31net: lan969x: add register diffs to match dataDaniel Machon6-3/+254
2024-10-31net: lan969x: add match data for lan969xDaniel Machon6-0/+138
2024-10-31net: sparx5: add registers required by lan969xDaniel Machon1-0/+132
2024-10-31net: sparx5: add sparx5 context pointer to a few functionsDaniel Machon4-13/+22
2024-10-31net: sparx5: change frequency calculation for SDLB'sDaniel Machon2-8/+4
2024-10-31net: sparx5: change spx5_wr to spx5_rmw in cal update()Daniel Machon1-6/+8
2024-10-31net: sparx5: add support for lan969x targets and core clockDaniel Machon4-10/+64
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-27/+22
2024-10-16net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()Jinjie Ruan1-0/+2
2024-10-15net: lan743x: Remove duplicate checkJinjie Ruan1-21/+14
2024-10-12net: sparx5: fix source port register when mirroringDaniel Machon1-6/+6
2024-10-08net: sparx5: redefine internal ports and PGID's as offsetsDaniel Machon11-45/+86
2024-10-08net: sparx5: add is_sparx5 macro and use it throughoutDaniel Machon5-52/+90
2024-10-08net: sparx5: ops out function for DSM calendar calculationDaniel Machon3-18/+26
2024-10-08net: sparx5: ops out PTP IRQ handlerDaniel Machon2-1/+5
2024-10-08net: sparx5: ops out function for setting the port muxDaniel Machon3-4/+10
2024-10-08net: sparx5: ops out functions for getting certain array valuesDaniel Machon7-5/+27
2024-10-08net: sparx5: ops out chip port to device index/bit functionsDaniel Machon4-2/+13
2024-10-08net: sparx5: add ops to match dataDaniel Machon4-18/+44
2024-10-08net: sparx5: use SPX5_CONST for constants which do not have a symbolDaniel Machon1-4/+9
2024-10-08net: sparx5: use SPX5_CONST for constants which already have a symbolDaniel Machon15-63/+90
2024-10-08net: sparx5: add constants to match dataDaniel Machon2-0/+42
2024-10-08net: sparx5: add *sparx5 argument to a few functionsDaniel Machon8-48/+48
2024-10-08net: sparx5: modify SPX5_PORTS_ALL macroDaniel Machon1-1/+2
2024-10-08net: sparx5: add indirection layer to register macrosDaniel Machon6-1954/+3009
2024-10-08net: sparx5: add support for private match dataDaniel Machon2-15/+34
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-10-01net: microchip: Make FDMA config symbol invisibleGeert Uytterhoeven1-1/+1
2024-09-22net: sparx5: Fix invalid timestampsAakash Menon1-1/+5
2024-09-12microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHYParthiban Veerasooran5-0/+456
2024-09-11net: lan743x: Add support to ethtool phylink get and set settingsRaju Lakkaraju3-79/+67
2024-09-11net: lan743x: Migrate phylib to phylinkRaju Lakkaraju3-225/+349
2024-09-11net: lan743x: Create separate Link Speed Duplex state functionRaju Lakkaraju1-30/+45
2024-09-11net: lan743x: Create separate PCS power reset functionRaju Lakkaraju1-26/+29
2024-09-10net: lan966x: refactor buffer reload functionDaniel Machon1-10/+4
2024-09-10net: lan966x: use a few FDMA helpers throughoutDaniel Machon1-31/+11
2024-09-10net: lan966x: ditch tx->last_in_use variableDaniel Machon2-18/+4