summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-15net: phy: mscc: macsec: Use new AES library APIEric Biggers-4/+4
2025-11-26phy: mscc: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko-4/+4
2025-11-13net: phy: mscc: Handle devm_phy_package_join() failure in vsc85xx_probe_common()Lad Prabhakar-2/+5
2025-11-13net: phy: mscc: Add support for PHY LED controlLad Prabhakar-0/+250
2025-11-13net: phy: mscc: Consolidate probe functions into a common helperLad Prabhakar-95/+106
2025-11-13net: phy: mscc: Simplify LED mode update using phy_modify()Lad Prabhakar-10/+3
2025-10-27phy: mscc: Fix PTP for VSC8574 and VSC8572Horatiu Vultur-3/+3
2025-10-27phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856XHoratiu Vultur-23/+8
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+8
2025-09-04phy: mscc: Stop taking ts_lock for tx_queue and use its own lockHoratiu Vultur-10/+8
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+26
2025-08-26phy: mscc: Fix when PTP clock is register and unregisterHoratiu Vultur-16/+26
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+61
2025-08-19phy: mscc: Fix timestamping for vsc8584Horatiu Vultur-12/+61
2025-08-14net: phy: mscc: report and configure in-band auto-negotiation for SGMII/QSGMIIVladimir Oltean-0/+43
2025-07-30phy: mscc: Fix parsing of unicast framesHoratiu Vultur-0/+2
2025-06-12net: phy: simplify phy_get_internal_delay()Russell King (Oracle)-3/+2
2025-05-28net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 framesHoratiu Vultur-1/+3
2025-05-27net: phy: mscc: Fix memory leak when using one step timestampingHoratiu Vultur-5/+11
2025-03-05net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit-0/+2
2025-03-05net: phy: mscc: use new phy_package_shared gettersHeiner Kallweit-6/+8
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET-1/+1
2024-11-03net: phy: use ethtool string helpersRosen Penev-2/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent-0/+3
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi-2/+7
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski-2/+0
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent-0/+2
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent-10/+8
2023-10-10net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)-0/+6
2023-06-27net: phy: mscc: fix packet loss due to RGMII delaysVladimir Oltean-2/+2
2023-05-31phy: mscc: Add support for RGMII delay configurationHarini Katakam-6/+29
2023-05-31phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID tableHarini Katakam-15/+2
2023-05-24net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping-26/+29
2023-05-24net: phy: mscc: remove unnecessary phydev lockingDavid Epping-4/+0
2023-05-24net: phy: mscc: add support for VSC8501David Epping-0/+26
2023-05-24net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping-0/+1
2023-03-15net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean-16/+8
2022-11-18net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart-29/+30
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart-0/+1
2022-09-23net: phy: mscc: macsec: remove checks on the prepare phaseAntoine Tenart-41/+0
2022-09-23net: phy: mscc: macsec: make the prepare phase a noopAntoine Tenart-49/+55
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2022-03-17net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger-0/+3
2022-03-06net: phy: Use netif_rx().Sebastian Andrzej Siewior-1/+1