index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-25
net: dp83869: Add RGMII internal delay configuration
Dan Murphy
1
-3
/
+50
2020-06-25
net: phy: Add a helper to return the index for of the internal delay
Dan Murphy
1
-0
/
+99
2020-06-25
net: phylink: only restart AN if the link mode is using in-band AN
Russell King
1
-1
/
+2
2020-06-25
net: phylink: add phylink_speed_(up|down) interface
Russell King
1
-0
/
+48
2020-06-25
net: phy: mscc: avoid skcipher API for single block AES encryption
Ard Biesheuvel
2
-33
/
+10
2020-06-24
net: phy: call phy_disable_interrupts() in phy_init_hw()
Jisheng Zhang
1
-0
/
+4
2020-06-24
net: phy: make phy_disable_interrupts() non-static
Jisheng Zhang
1
-1
/
+1
2020-06-24
net: phy: mscc: timestamping and PHC support
Antoine Tenart
3
-4
/
+630
2020-06-24
net: phy: mscc: 1588 block initialization
Quentin Schulz
5
-2
/
+1552
2020-06-24
net: phy: mscc: take into account the 1588 block in MACsec init
Antoine Tenart
1
-1
/
+3
2020-06-24
net: phy: mscc: remove the TR CLK disable magic value
Quentin Schulz
2
-5
/
+6
2020-06-24
net: phy: mscc: fix copyright and author information in MACsec
Antoine Tenart
4
-6
/
+6
2020-06-23
net: phylink: ensure manual pause mode configuration takes effect
Russell King
1
-5
/
+22
2020-06-23
net: phylink: fix ethtool -A with attached PHYs
Russell King
1
-9
/
+11
2020-06-23
net: phy: Allow mdio buses to auto-probe c45 devices
Jeremy Linton
1
-2
/
+16
2020-06-22
net: phy: marvell: Add Marvell 88E1548P support
Maxim Kochetkov
1
-0
/
+23
2020-06-22
net: phy: marvell: Add Marvell 88E1340S support
Maxim Kochetkov
1
-0
/
+23
2020-06-22
net: phy: marvell: use a single style for referencing functions
Maxim Kochetkov
1
-111
/
+111
2020-06-22
net: phy: smsc: fix printing too many logs
Dejin Zheng
1
-4
/
+7
2020-06-19
net: phy: read MMD ID from all present MMDs
Russell King
1
-0
/
+13
2020-06-19
net: phy: split devices_in_package
Russell King
3
-9
/
+9
2020-06-19
net: phy: set devices_in_package only after validation
Russell King
1
-7
/
+9
2020-06-19
net: phy: add support for probing MMDs >= 8 for devices-in-package
Russell King
1
-2
/
+38
2020-06-19
net: phy: reword get_phy_device() kerneldoc
Russell King
1
-2
/
+11
2020-06-19
net: phy: clean up get_phy_c22_id() invalid ID handling
Russell King
1
-6
/
+8
2020-06-19
net: phy: clean up get_phy_c45_ids() failure handling
Russell King
1
-12
/
+10
2020-06-19
net: phy: clean up PHY ID reading
Russell King
1
-16
/
+9
2020-06-19
net: phy: clean up cortina workaround
Russell King
1
-15
/
+13
2020-06-19
net: phy: Check harder for errors in get_phy_id()
Florian Fainelli
1
-2
/
+4
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-39
/
+39
2020-06-06
net: dp83869: Reset return variable if PHY strap is read
Dan Murphy
1
-0
/
+3
2020-06-05
net: phy: mscc: fix Serdes configuration in vsc8584_config_init
Antoine Tenart
1
-2
/
+2
2020-06-05
net: mscc: Fix OF_MDIO config check
Dan Murphy
2
-3
/
+3
2020-06-05
net: marvell: Fix OF_MDIO config check
Dan Murphy
1
-1
/
+1
2020-06-05
net: dp83867: Fix OF_MDIO config check
Dan Murphy
1
-1
/
+1
2020-06-05
net: dp83869: Fix OF_MDIO config check
Dan Murphy
1
-1
/
+1
2020-06-04
net: mdiobus: Disable preemption upon u64_stats update
Ahmed S. Darwish
1
-0
/
+2
2020-06-04
net: phy: fixed_phy: Remove unused seqcount
Ahmed S. Darwish
1
-16
/
+10
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
29
-216
/
+3359
2020-06-01
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2020-06-01
net: phy: broadcom: don't export RDB/legacy access methods
Michael Walle
1
-4
/
+2
2020-05-29
net: phy: marvell: unlock after phy_select_page() failure
Dan Carpenter
1
-1
/
+1
2020-05-29
net: phy: mscc: fix PHYs using the vsc8574_probe
Antoine Tenart
1
-0
/
+4
2020-05-26
net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032
Oleksij Rempel
1
-2
/
+16
2020-05-26
net: phy: marvell: Configure TDR pulse based on measurement length
Andrew Lunn
1
-2
/
+23
2020-05-26
net : phy: marvell: Speedup TDR data retrieval by only changing page once
Andrew Lunn
1
-12
/
+19
2020-05-26
net: ethtool: Allow PHY cable test TDR data to configured
Andrew Lunn
2
-19
/
+45
2020-05-26
net: phy: marvell: Add support for amplitude graph
Andrew Lunn
1
-1
/
+231
2020-05-26
net: ethtool: Add generic parts of cable test TDR
Andrew Lunn
2
-2
/
+65
2020-05-26
net: phy: mscc-miim: read poll when high resolution timers are disabled
Antoine Tenart
2
-6
/
+19
[prev]
[next]