index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-26
net: phy: don't touch suspended flag if there's no suspend/resume callback
Heiner Kallweit
1
-17
/
+15
2020-03-26
net: phy: probe PHY drivers synchronously
Heiner Kallweit
1
-0
/
+1
2020-03-23
net: phy: use phy_read_poll_timeout() to simplify the code
Dejin Zheng
1
-11
/
+5
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+5
2020-03-12
net: phy: fix MDIO bus PM PHY resuming
Heiner Kallweit
1
-1
/
+5
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+6
2020-02-26
net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...
Sudheesh Mavila
1
-3
/
+3
2020-02-23
net: phy: Avoid multiple suspends
Florian Fainelli
1
-2
/
+3
2020-02-19
phy: avoid unnecessary link-up delay in polling mode
Petr Oros
1
-2
/
+3
2020-02-16
net: add linkmode helper for setting flow control advertisement
Russell King
1
-16
/
+1
2020-02-16
net: add helpers to resolve negotiated flow control
Russell King
1
-0
/
+26
2020-01-14
net: phy: Added IRQ print to phylink_bringup_phy()
Florian Fainelli
1
-2
/
+10
2019-12-25
net: mdio: of: Register discovered MII time stampers.
Richard Cochran
1
-0
/
+3
2019-12-25
net: Introduce a new MII time stamping interface.
Richard Cochran
1
-0
/
+2
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2019-12-20
net: phy: ensure that phy IDs are correctly typed
Russell King
1
-4
/
+4
2019-12-19
net: phy: provide and use genphy_read_status_fixed()
Russell King
1
-16
/
+33
2019-12-19
net: phy: add genphy_check_and_restart_aneg()
Russell King
1
-17
/
+31
2019-12-19
net: phy: remove redundant .aneg_done initialisers
Russell King
1
-1
/
+0
2019-11-23
net: phy: initialise phydev speed and duplex sanely
Russell King
1
-2
/
+2
2019-11-18
net: phy: avoid matching all-ones clause 45 PHY IDs
Russell King
1
-3
/
+6
2019-11-18
net: phy: add core phylib sfp support
Russell King
1
-0
/
+66
2019-10-23
net: phy: add support for clause 37 auto-negotiation
Heiner Kallweit
1
-0
/
+139
2019-10-23
net: phy: modify assignment to OR for dev_flags in phy_attach_direct
Tao Ren
1
-1
/
+1
2019-10-16
net: phy: Fix "link partner" information disappear issue
Yonglong Liu
1
-1
/
+10
2019-10-04
net: phy: extract link partner advertisement reading
Russell King
1
-25
/
+40
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+11
2019-08-17
net: phy: remove genphy_config_init
Heiner Kallweit
1
-51
/
+0
2019-08-15
net: phy: read MII_CTRL1000 in genphy_read_status only if needed
Heiner Kallweit
1
-5
/
+6
2019-08-13
net: phy: consider AN_RESTART status when reading link status
Heiner Kallweit
1
-1
/
+11
2019-08-11
net: phy: prepare phylib to deal with PHY's extending Clause 22
Heiner Kallweit
1
-15
/
+12
2019-08-11
net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...
Heiner Kallweit
1
-16
/
+6
2019-08-02
net: phy: fix race in genphy_update_link
Heiner Kallweit
1
-0
/
+6
2019-07-12
net: phy: make exported variables non-static
Denis Efremov
1
-3
/
+3
2019-06-14
net: phy: Add more 1000BaseX support detection
Robert Hancock
1
-0
/
+2
2019-06-06
net: phy: Add detection of 1000BaseX link mode support
Robert Hancock
1
-0
/
+3
2019-05-30
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
1
-1
/
+1
2019-05-29
net: phy: Add phy_standalone sysfs entry
Ioana Ciornei
1
-0
/
+22
2019-05-29
net: phy: Check against net_device being NULL
Ioana Ciornei
1
-0
/
+6
2019-05-29
net: phy: Guard against the presence of a netdev
Ioana Ciornei
1
-10
/
+23
2019-05-29
net: phy: Add phy_sysfs_create_links helper function
Vladimir Oltean
1
-17
/
+26
2019-05-22
net: phy: Make phy_basic_t1_features use base100t1.
Andrew Lunn
1
-1
/
+1
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+7
2019-05-05
net: phy: fix phy_validate_pause
Heiner Kallweit
1
-4
/
+7
2019-05-04
net: phy: improve pause handling
Heiner Kallweit
1
-7
/
+29
2019-04-28
net: phy: avoid unneeded MDIO reads in genphy_read_status
Heiner Kallweit
1
-1
/
+5
2019-04-26
net: phy: improve genphy_soft_reset
Heiner Kallweit
1
-2
/
+14
2019-04-18
net: phy: don't set autoneg if it's not supported
Heiner Kallweit
1
-0
/
+4
2019-04-08
net: phy: fix setting autoneg_complete in genphy_update_link
Heiner Kallweit
1
-6
/
+4
2019-04-08
net: phy: replace genphy_10g_driver with genphy_c45_driver
Heiner Kallweit
1
-8
/
+8
[next]