summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* net: Change the API of PHY default timestamp to MACKory Maincent2024-07-151-0/+3
* net: phy: extend PHY package API to support multiple global addressChristian Marangi2023-12-172-2/+7
* net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski2023-11-181-2/+0
* net: Change the API of PHY default timestamp to MACKory Maincent2023-11-181-0/+2
* net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent2023-11-181-10/+8
* net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)2023-10-101-0/+6
* net: phy: mscc: fix packet loss due to RGMII delaysVladimir Oltean2023-06-271-2/+2
* phy: mscc: Add support for RGMII delay configurationHarini Katakam2023-05-311-6/+29
* phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID tableHarini Katakam2023-05-312-15/+2
* net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping2023-05-242-26/+29
* net: phy: mscc: remove unnecessary phydev lockingDavid Epping2023-05-241-4/+0
* net: phy: mscc: add support for VSC8501David Epping2023-05-242-0/+26
* net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping2023-05-241-0/+1
* net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean2023-03-151-16/+8
* net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2022-11-182-29/+30
* net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart2022-11-101-0/+1
* net: phy: mscc: macsec: remove checks on the prepare phaseAntoine Tenart2022-09-231-41/+0
* net: phy: mscc: macsec: make the prepare phase a noopAntoine Tenart2022-09-231-49/+55
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-0/+3
|\
| * net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger2022-03-171-0/+3
* | net: phy: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
|/
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* net: phy: mscc: make some arrays static const, makes object smallerColin Ian King2021-08-021-4/+4
* net: phy: mscc: fix macsec key lengthAntoine Tenart2021-06-242-2/+2
* net: phy: mscc: coma mode disabled for VSC8584Bjarni Jonasson2021-03-191-0/+1
* net: phy: mscc: improved serdes calibration applied to VSC8584Bjarni Jonasson2021-03-191-56/+154
* net: phy: mscc: Applying LCPLL reset to VSC8584Bjarni Jonasson2021-03-191-0/+6
* net: phy: mscc: coma mode disabled for VSC8514Bjarni Jonasson2021-02-162-0/+20
* net: phy: mscc: improved serdes calibration applied to VSC8514Bjarni Jonasson2021-02-165-166/+840
* net: phy: mscc: adding LCPLL reset to VSC8514Bjarni Jonasson2021-02-162-122/+236
* net: phy: mscc: use new PTP_MSGTYPE_* definesChristian Eggers2020-11-252-12/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+0
|\
| * net: phy: mscc: remove non-MACSec compatible phySteen Hegelund2020-11-131-1/+0
* | net: phy: mscc: fix excluded_middle.cocci warningskernel test robot2020-11-171-1/+1
* | net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund2020-11-131-0/+2
* | net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-4/+8
* | net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-28/+28
* | net: phy: mscc: use phy_trigger_machine() to notify link changeIoana Ciornei2020-11-051-1/+1
|/
* net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn2020-08-261-1/+1
* net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li2020-08-201-2/+2
* net: phy: mscc: fix ptr_ret.cocci warningskernel test robot2020-07-091-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-31/+9
|\
| * net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2020-06-251-31/+9
* | net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart2020-06-251-4/+8
* | net: phy: mscc: remove useless page configuration in the config initAntoine Tenart2020-06-251-7/+0
* | net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart2020-06-251-0/+9
* | net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart2020-06-252-18/+18