index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-21
1
-0
/
+17
|
\
|
*
net: phy: phy driver features are mandatory
Camelia Groza
2019-01-19
1
-0
/
+5
|
*
net: phy: Add missing features to PHY drivers
Andrew Lunn
2019-01-16
1
-0
/
+12
*
|
net: phy: remove phy_stop_interrupts
Heiner Kallweit
2019-01-18
1
-2
/
+2
*
|
net: phy: ensure phylib state machine is stopped after calling phy_stop
Heiner Kallweit
2019-01-18
1
-2
/
+0
*
|
net: phy: stop PHY if needed when entering phy_disconnect
Heiner Kallweit
2019-01-18
1
-0
/
+3
*
|
net: phy: improve get_phy_id
Heiner Kallweit
2019-01-18
1
-9
/
+2
*
|
net: phy: check return code when requesting PHY driver module
Heiner Kallweit
2019-01-17
1
-5
/
+30
*
|
net: phy: Add helpers to determine if PHY driver is generic
Florian Fainelli
2019-01-17
1
-2
/
+32
*
|
net: phy: don't include asm/irq.h directly
Heiner Kallweit
2019-01-16
1
-2
/
+0
*
|
net: phy: improve logging in phylib
Heiner Kallweit
2019-01-16
1
-2
/
+2
*
|
net: phy: remove preliminary workaround for not loading PHY driver
Heiner Kallweit
2019-01-16
1
-8
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-5
/
+2
|
\
|
*
net: phy: Fix the issue that netif always links up after resuming
Kunihiko Hayashi
2018-12-18
1
-5
/
+2
|
*
phy: Revert toggling reset changes.
David S. Miller
2018-12-04
1
-6
/
+5
|
*
net: phy: Fix not to call phy_resume() if PHY is not attached
Yoshihiro Shimoda
2018-12-03
1
-5
/
+6
|
*
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
2018-12-03
1
-11
/
+8
*
|
net: phy: remove unused code in phy_probe
Heiner Kallweit
2018-12-18
1
-2
/
+0
*
|
net: mii: Add mii_lpa_mod_linkmode_lpa_t
Andrew Lunn
2018-12-05
1
-1
/
+1
*
|
net: mii: Rename mii_stat1000_to_linkmode_lpa_t
Andrew Lunn
2018-12-05
1
-2
/
+2
*
|
net: phy: Also request modules for C45 IDs
Jose Abreu
2018-12-03
1
-1
/
+15
*
|
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
2018-12-03
1
-28
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-28
1
-0
/
+8
|
\
|
|
*
net: phy: add workaround for issue where PHY driver doesn't bind to the device
Heiner Kallweit
2018-11-27
1
-0
/
+8
*
|
net: phy: check for implementation of both callbacks in phy_drv_supports_irq
Heiner Kallweit
2018-11-16
1
-1
/
+1
*
|
net: phy: Convert u32 phydev->lp_advertising to linkmode
Andrew Lunn
2018-11-11
1
-4
/
+4
*
|
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
2018-11-11
1
-60
/
+115
*
|
net: phy: simplify phy_mac_interrupt and related functions
Heiner Kallweit
2018-11-11
1
-1
/
+0
*
|
net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...
Heiner Kallweit
2018-11-11
1
-2
/
+6
|
/
*
net: phy: phy_support_sym_pause: Clear Asym Pause
Andrew Lunn
2018-10-22
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-03
1
-3
/
+9
|
\
|
*
net: phy: fix WoL handling when suspending the PHY
Heiner Kallweit
2018-09-26
1
-3
/
+9
|
*
Revert "net: phy: fix WoL handling when suspending the PHY"
David S. Miller
2018-09-26
1
-26
/
+16
|
*
net: phy: fix WoL handling when suspending the PHY
Heiner Kallweit
2018-09-26
1
-16
/
+26
*
|
net: phy: Replace phy driver features u32 with link_mode bitmap
Andrew Lunn
2018-10-01
1
-7
/
+157
*
|
net: phy: Add phydev_info()
Andrew Lunn
2018-10-01
1
-2
/
+2
*
|
net: phy: Stop with excessive soft reset
Florian Fainelli
2018-09-25
1
-2
/
+0
*
|
net: ethernet: Add helper to determine if pause configuration is supported
Andrew Lunn
2018-09-12
1
-0
/
+20
*
|
net: ethernet: Add helper for set_pauseparam for Pause
Andrew Lunn
2018-09-12
1
-0
/
+23
*
|
net: ethernet: Add helper for set_pauseparam for Asym Pause
Andrew Lunn
2018-09-12
1
-0
/
+30
*
|
net: ethernet: Add helper for MACs which support pause
Andrew Lunn
2018-09-12
1
-0
/
+14
*
|
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
2018-09-12
1
-0
/
+13
*
|
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
2018-09-12
1
-0
/
+18
|
/
*
net: phy: add GBit master / slave error detection
Heiner Kallweit
2018-07-24
1
-0
/
+8
*
net: phy: fix flag masking in __set_phy_supported
Heiner Kallweit
2018-07-05
1
-5
/
+2
*
net: phy: add struct device_type representation of a PHY
Heiner Kallweit
2018-06-05
1
-46
/
+50
*
net: phy: allow scanning busses with missing phys
Alexandre Belloni
2018-04-25
1
-1
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-4
/
+28
|
\
|
*
net: phy: Add general dummy stubs for MMD register access
Kevin Hao
2018-03-22
1
-0
/
+17
|
*
net: phy: relax error checking when creating sysfs link netdev->phydev
Grygorii Strashko
2018-03-19
1
-4
/
+11
[next]