index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
mscc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: mscc: fix packet loss due to RGMII delays
Vladimir Oltean
2023-06-27
1
-2
/
+2
*
phy: mscc: Add support for RGMII delay configuration
Harini Katakam
2023-06-01
1
-6
/
+29
*
phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID table
Harini Katakam
2023-06-01
2
-15
/
+2
*
net: phy: mscc: enable VSC8501/2 RGMII RX clock
David Epping
2023-05-25
2
-26
/
+29
*
net: phy: mscc: remove unnecessary phydev locking
David Epping
2023-05-25
1
-4
/
+0
*
net: phy: mscc: add support for VSC8501
David Epping
2023-05-25
2
-0
/
+26
*
net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
David Epping
2023-05-25
1
-0
/
+1
*
net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()
Vladimir Oltean
2023-03-16
1
-16
/
+8
*
net: phy: mscc: macsec: do not copy encryption keys
Antoine Tenart
2022-11-18
2
-29
/
+30
*
net: phy: mscc: macsec: clear encryption keys when freeing a flow
Antoine Tenart
2022-11-10
1
-0
/
+1
*
net: phy: mscc: macsec: remove checks on the prepare phase
Antoine Tenart
2022-09-23
1
-41
/
+0
*
net: phy: mscc: macsec: make the prepare phase a noop
Antoine Tenart
2022-09-23
1
-49
/
+55
*
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-17
1
-0
/
+3
|
\
|
*
net: phy: mscc: Add MODULE_FIRMWARE macros
Juerg Haefliger
2022-03-17
1
-0
/
+3
*
|
net: phy: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-06
1
-1
/
+1
|
/
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-3
/
+0
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-1
/
+1
*
net: phy: mscc: make some arrays static const, makes object smaller
Colin Ian King
2021-08-02
1
-4
/
+4
*
net: phy: mscc: fix macsec key length
Antoine Tenart
2021-06-24
2
-2
/
+2
*
net: phy: mscc: coma mode disabled for VSC8584
Bjarni Jonasson
2021-03-19
1
-0
/
+1
*
net: phy: mscc: improved serdes calibration applied to VSC8584
Bjarni Jonasson
2021-03-19
1
-56
/
+154
*
net: phy: mscc: Applying LCPLL reset to VSC8584
Bjarni Jonasson
2021-03-19
1
-0
/
+6
*
net: phy: mscc: coma mode disabled for VSC8514
Bjarni Jonasson
2021-02-16
2
-0
/
+20
*
net: phy: mscc: improved serdes calibration applied to VSC8514
Bjarni Jonasson
2021-02-16
5
-166
/
+840
*
net: phy: mscc: adding LCPLL reset to VSC8514
Bjarni Jonasson
2021-02-16
2
-122
/
+236
*
net: phy: mscc: use new PTP_MSGTYPE_* defines
Christian Eggers
2020-11-25
2
-12
/
+7
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-20
1
-1
/
+0
|
\
|
*
net: phy: mscc: remove non-MACSec compatible phy
Steen Hegelund
2020-11-14
1
-1
/
+0
*
|
net: phy: mscc: fix excluded_middle.cocci warnings
kernel test robot
2020-11-17
1
-1
/
+1
*
|
net: phy: mscc: Add PTP support for 2 more VSC PHYs
Steen Hegelund
2020-11-14
1
-0
/
+2
*
|
net: phy: mscc: remove the use of .ack_interrupt()
Ioana Ciornei
2020-11-06
1
-4
/
+8
*
|
net: phy: mscc: implement generic .handle_interrupt() callback
Ioana Ciornei
2020-11-06
1
-28
/
+28
*
|
net: phy: mscc: use phy_trigger_machine() to notify link change
Ioana Ciornei
2020-11-06
1
-1
/
+1
|
/
*
net: phy: mscc: macsec: constify vsc8584_macsec_ops
Rikard Falkeborn
2020-08-27
1
-1
/
+1
*
net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"
Kaige Li
2020-08-20
1
-2
/
+2
*
net: phy: mscc: fix ptr_ret.cocci warnings
kernel test robot
2020-07-09
1
-4
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-26
1
-31
/
+9
|
\
|
*
net: phy: mscc: avoid skcipher API for single block AES encryption
Ard Biesheuvel
2020-06-25
1
-31
/
+9
*
|
net: phy: mscc: improve vsc8514/8584_config_init consistency
Antoine Tenart
2020-06-26
1
-4
/
+8
*
|
net: phy: mscc: remove useless page configuration in the config init
Antoine Tenart
2020-06-26
1
-7
/
+0
*
|
net: phy: mscc: restore the base page in vsc8514/8584_config_init
Antoine Tenart
2020-06-26
1
-0
/
+9
*
|
net: phy: mscc: do not access the MDIO bus lock directly
Antoine Tenart
2020-06-26
2
-18
/
+18
*
|
net: phy: mscc: ptp: fix a typo in a comment
Antoine Tenart
2020-06-26
1
-1
/
+1
*
|
net: phy: mscc: ptp: fix a smatch error
Antoine Tenart
2020-06-26
1
-0
/
+1
*
|
net: phy: mscc: fix a possible double unlock
Antoine Tenart
2020-06-26
1
-1
/
+1
*
|
net: phy: mscc: macsec: fix sparse warnings
Antoine Tenart
2020-06-26
1
-5
/
+7
*
|
net: phy: mscc: timestamping and PHC support
Antoine Tenart
2020-06-24
3
-4
/
+630
*
|
net: phy: mscc: 1588 block initialization
Quentin Schulz
2020-06-24
5
-2
/
+1552
*
|
net: phy: mscc: take into account the 1588 block in MACsec init
Antoine Tenart
2020-06-24
1
-1
/
+3
[next]