summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-263-2/+6
|\
| * net: lan743x: reject unsupported external timestamp requestsJacob Keller2025-03-201-0/+6
| * net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)2025-02-142-2/+0
* | net: sparx5: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+2
|/
* net: lan743x: convert to phylink managed EEERussell King (Oracle)2025-01-163-28/+38
* net: lan743x: use netdev in lan743x_phylink_mac_link_down()Russell King (Oracle)2025-01-161-1/+1
* net: lan969x: add FDMA implementationDaniel Machon2025-01-158-7/+448
* net: sparx5: ops out certain FDMA functionsDaniel Machon2025-01-154-7/+24
* net: sparx5: activate FDMA tx in start()Daniel Machon2025-01-151-7/+4
* net: sparx5: split sparx5_fdma_{start(),stop()}Daniel Machon2025-01-153-12/+41
* net: sparx5: enable FDMA on lan969xDaniel Machon2025-01-151-2/+3
* net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)2025-01-153-4/+4
* net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)2025-01-152-1/+2
* net: lan969x: add RGMII implementationDaniel Machon2024-12-236-1/+240
* net: lan969x: add RGMII registersDaniel Machon2024-12-232-0/+148
* net: sparx5: verify RGMII speedsDaniel Machon2024-12-231-0/+9
* net: sparx5: only return PCS for modes that require itDaniel Machon2024-12-231-1/+13
* net: sparx5: skip low-speed configuration when port is RGMIIDaniel Machon2024-12-231-1/+2
* net: sparx5: use is_port_rgmii() throughoutDaniel Machon2024-12-232-8/+23
* net: sparx5: add function for RGMII port checkDaniel Machon2024-12-235-0/+13
* net: sparx5: do some preparation workDaniel Machon2024-12-231-18/+18
* net: sparx5: fix the maximum frame length registerDaniel Machon2024-12-091-1/+1
* net: sparx5: fix default value of monitor portsDaniel Machon2024-12-091-2/+1
* net: sparx5: fix FDMA performance issueDaniel Machon2024-12-091-6/+5
* net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon2024-12-091-2/+2
* net: lan969x: fix cyclic dependency reported by depmodDaniel Machon2024-12-0915-30/+14
* net: microchip: vcap: Add typegroup table terminators in kunit testsGuenter Roeck2024-11-241-7/+10
* net: sparx5: add missing lan969x Kconfig dependencyArnd Bergmann2024-11-142-2/+2
* net: lan969x: add VCAP configuration dataDaniel Machon2024-11-054-1/+90
* net: lan969x: add autogenerated VCAP informationDaniel Machon2024-11-054-1/+3852
* net: sparx5: execute sparx5_vcap_init() on lan969xDaniel Machon2024-11-051-6/+4
* net: sparx5: add new VCAP constants to match dataDaniel Machon2024-11-054-3/+13
* net: sparx5: replace SPX5_PORTS with n_portsDaniel Machon2024-11-051-9/+15
* net: sparx5: expose some sparx5 VCAP symbolsDaniel Machon2024-11-052-17/+22
* net: sparx5: add feature supportDaniel Machon2024-10-303-1/+51
* net: sparx5: add compatible string for lan969xDaniel Machon2024-10-301-0/+5
* net: sparx5: use is_sparx5() macro throughoutDaniel Machon2024-10-307-22/+99
* net: lan969x: add function for calculating the DSM calendarDaniel Machon2024-10-306-17/+215
* net: lan969x: add PTP handler functionDaniel Machon2024-10-303-5/+99
* net: lan969x: add lan969x ops to match dataDaniel Machon2024-10-302-0/+150
* net: lan969x: add constants to match dataDaniel Machon2024-10-301-0/+21
* net: lan969x: add register diffs to match dataDaniel Machon2024-10-306-3/+254
* net: lan969x: add match data for lan969xDaniel Machon2024-10-306-0/+138
* net: sparx5: add registers required by lan969xDaniel Machon2024-10-301-0/+132
* net: sparx5: add sparx5 context pointer to a few functionsDaniel Machon2024-10-304-13/+22
* net: sparx5: change frequency calculation for SDLB'sDaniel Machon2024-10-302-8/+4
* net: sparx5: change spx5_wr to spx5_rmw in cal update()Daniel Machon2024-10-301-6/+8
* net: sparx5: add support for lan969x targets and core clockDaniel Machon2024-10-304-10/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-213-27/+22
|\
| * net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()Jinjie Ruan2024-10-151-0/+2