summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: mscc: fix packet loss due to RGMII delaysVladimir Oltean2023-06-271-2/+2
* phy: mscc: Add support for RGMII delay configurationHarini Katakam2023-06-011-6/+29
* phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID tableHarini Katakam2023-06-012-15/+2
* net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping2023-05-252-26/+29
* net: phy: mscc: remove unnecessary phydev lockingDavid Epping2023-05-251-4/+0
* net: phy: mscc: add support for VSC8501David Epping2023-05-252-0/+26
* net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping2023-05-251-0/+1
* net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean2023-03-161-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-201-1/+0
|\
| * net: phy: mscc: remove non-MACSec compatible phySteen Hegelund2020-11-141-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-141-0/+2
* | net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei2020-11-061-4/+8
* | net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-061-28/+28
* | net: phy: mscc: use phy_trigger_machine() to notify link changeIoana Ciornei2020-11-061-1/+1
|/
* net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn2020-08-271-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-261-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-261-4/+8
* | net: phy: mscc: remove useless page configuration in the config initAntoine Tenart2020-06-261-7/+0
* | net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart2020-06-261-0/+9
* | net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart2020-06-262-18/+18
* | net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart2020-06-261-1/+1
* | net: phy: mscc: ptp: fix a smatch errorAntoine Tenart2020-06-261-0/+1
* | net: phy: mscc: fix a possible double unlockAntoine Tenart2020-06-261-1/+1
* | net: phy: mscc: macsec: fix sparse warningsAntoine Tenart2020-06-261-5/+7
* | net: phy: mscc: timestamping and PHC supportAntoine Tenart2020-06-243-4/+630
* | net: phy: mscc: 1588 block initializationQuentin Schulz2020-06-245-2/+1552
* | net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart2020-06-241-1/+3