summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc
AgeCommit message (Expand)AuthorLines
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
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu-3/+0
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski-1/+1
2021-08-02net: phy: mscc: make some arrays static const, makes object smallerColin Ian King-4/+4
2021-06-24net: phy: mscc: fix macsec key lengthAntoine Tenart-2/+2
2021-03-19net: phy: mscc: coma mode disabled for VSC8584Bjarni Jonasson-0/+1
2021-03-19net: phy: mscc: improved serdes calibration applied to VSC8584Bjarni Jonasson-56/+154
2021-03-19net: phy: mscc: Applying LCPLL reset to VSC8584Bjarni Jonasson-0/+6
2021-02-16net: phy: mscc: coma mode disabled for VSC8514Bjarni Jonasson-0/+20
2021-02-16net: phy: mscc: improved serdes calibration applied to VSC8514Bjarni Jonasson-166/+840
2021-02-16net: phy: mscc: adding LCPLL reset to VSC8514Bjarni Jonasson-122/+236
2020-11-25net: phy: mscc: use new PTP_MSGTYPE_* definesChristian Eggers-12/+7
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+0
2020-11-17net: phy: mscc: fix excluded_middle.cocci warningskernel test robot-1/+1
2020-11-13net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund-0/+2
2020-11-13net: phy: mscc: remove non-MACSec compatible phySteen Hegelund-1/+0
2020-11-05net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei-4/+8
2020-11-05net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei-28/+28
2020-11-05net: phy: mscc: use phy_trigger_machine() to notify link changeIoana Ciornei-1/+1
2020-08-26net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn-1/+1
2020-08-20net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li-2/+2
2020-07-09net: phy: mscc: fix ptr_ret.cocci warningskernel test robot-4/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-31/+9
2020-06-25net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart-4/+8
2020-06-25net: phy: mscc: remove useless page configuration in the config initAntoine Tenart-7/+0
2020-06-25net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart-0/+9
2020-06-25net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart-18/+18
2020-06-25net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart-1/+1
2020-06-25net: phy: mscc: ptp: fix a smatch errorAntoine Tenart-0/+1
2020-06-25net: phy: mscc: fix a possible double unlockAntoine Tenart-1/+1
2020-06-25net: phy: mscc: macsec: fix sparse warningsAntoine Tenart-5/+7
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel-31/+9
2020-06-24net: phy: mscc: timestamping and PHC supportAntoine Tenart-4/+630
2020-06-24net: phy: mscc: 1588 block initializationQuentin Schulz-2/+1552
2020-06-24net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart-1/+3
2020-06-24net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz-5/+6
2020-06-24net: phy: mscc: fix copyright and author information in MACsecAntoine Tenart-6/+6
2020-06-05net: phy: mscc: fix Serdes configuration in vsc8584_config_initAntoine Tenart-2/+2
2020-06-05net: mscc: Fix OF_MDIO config checkDan Murphy-3/+3
2020-05-29net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart-0/+4
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-10/+19
2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart-10/+21