index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: add and use phy_check_downshift
Heiner Kallweit
2020-03-24
1
-1
/
+3
*
net: phy: improve phy_driver callback handle_interrupt
Heiner Kallweit
2020-03-18
1
-14
/
+12
*
net: phy: avoid clearing PHY interrupts twice in irq handler
Heiner Kallweit
2020-03-02
1
-1
/
+2
*
net: phy: add new version of phy_do_ioctl
Heiner Kallweit
2020-01-21
1
-3
/
+13
*
net: phy: rename phy_do_ioctl to phy_do_ioctl_running
Heiner Kallweit
2020-01-21
1
-3
/
+3
*
net: phy: add generic ndo_do_ioctl handler phy_do_ioctl
Heiner Kallweit
2020-01-20
1
-0
/
+15
*
net: Introduce a new MII time stamping interface.
Richard Cochran
2019-12-26
1
-2
/
+2
*
net: phy: remove phy_ethtool_sset()
Russell King
2019-11-23
1
-60
/
+0
*
net: phy: add core phylib sfp support
Russell King
2019-11-19
1
-0
/
+7
*
net: phy: Fix "link partner" information disappear issue
Yonglong Liu
2019-10-16
1
-3
/
+0
*
net: phy: fix write to mii-ctrl1000 register
Russell King
2019-10-05
1
-0
/
+5
*
net: phy: Do not check Link status when loopback is enabled
Jose Abreu
2019-09-06
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
1
-1
/
+1
|
\
|
*
Add genphy_c45_config_aneg() function to phy-c45.c
Marco Hartmann
2019-08-28
1
-1
/
+1
*
|
net: phy: force phy suspend when calling phy_stop
Jian Shen
2019-08-29
1
-1
/
+1
*
|
net: phy: let phy_speed_down/up support speeds >1Gbps
Heiner Kallweit
2019-08-14
1
-44
/
+16
|
/
*
net: phy: Make use of linkmode_mod_bit helper
Fuqian Huang
2019-07-09
1
-12
/
+4
*
net: phy: remove state PHY_FORCING
Heiner Kallweit
2019-06-06
1
-24
/
+2
*
net: phy: allow Clause 45 access via mii ioctl
Russell King
2019-05-31
1
-9
/
+24
*
net: phy: export phy_queue_state_machine
Heiner Kallweit
2019-05-31
1
-3
/
+5
*
net: phy: add callback for custom interrupt handler to struct phy_driver
Heiner Kallweit
2019-05-31
1
-2
/
+7
*
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
2019-05-31
1
-14
/
+22
*
net: phy: improve pause mode reporting in phy_print_status
Heiner Kallweit
2019-05-07
1
-1
/
+27
*
net: phy: improve resuming from hibernation
Heiner Kallweit
2019-05-04
1
-6
/
+1
*
net: phy: remove dead code from phy_sanitize_settings
Heiner Kallweit
2019-04-19
1
-4
/
+0
*
net: phy: improve handling link_change_notify callback
Heiner Kallweit
2019-03-20
1
-4
/
+4
*
net: phy: use genphy_c45_aneg_done in genphy_aneg_done
Heiner Kallweit
2019-03-04
1
-8
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
1
-9
/
+7
|
\
|
*
net: phy: fix potential race in the phylib state machine
Heiner Kallweit
2019-02-14
1
-0
/
+2
|
*
net: phy: don't use locking in phy_is_started
Heiner Kallweit
2019-02-14
1
-6
/
+5
|
*
net: phy: fix interrupt handling in non-started states
Heiner Kallweit
2019-02-14
1
-3
/
+0
*
|
net: phy: make use of new MMD accessors
Heiner Kallweit
2019-02-06
1
-8
/
+3
*
|
net: phy: change phy_start_interrupts to phy_request_interrupt
Heiner Kallweit
2019-01-25
1
-12
/
+11
*
|
net: phy: start interrupts in phy_start
Heiner Kallweit
2019-01-25
1
-20
/
+14
*
|
net: phy: warn if phy_start is called from invalid state
Heiner Kallweit
2019-01-25
1
-2
/
+9
*
|
net: phy: start state machine in phy_start only
Heiner Kallweit
2019-01-25
1
-1
/
+1
*
|
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-23
1
-6
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-21
1
-12
/
+7
|
\
|
|
*
net: phy: fix too strict check in phy_start_aneg
Heiner Kallweit
2019-01-15
1
-12
/
+7
*
|
net: phy: remove phy_stop_interrupts
Heiner Kallweit
2019-01-18
1
-17
/
+0
*
|
net: phy: ensure phylib state machine is stopped after calling phy_stop
Heiner Kallweit
2019-01-18
1
-0
/
+1
*
|
net: phy: remove state PHY_CHANGELINK
Heiner Kallweit
2019-01-18
1
-2
/
+0
*
|
net: phy: don't include asm/irq.h directly
Heiner Kallweit
2019-01-17
1
-2
/
+0
*
|
net: phy: improve logging in phylib
Heiner Kallweit
2019-01-17
1
-4
/
+1
|
/
*
net: phy: print stack trace in phy_error
Heiner Kallweit
2018-12-19
1
-0
/
+2
*
net: phy: improve phy state checking
Heiner Kallweit
2018-12-19
1
-13
/
+21
*
net: phy: Fix ioctl handler when modifing MII_ADVERTISE
Andrew Lunn
2018-12-06
1
-2
/
+2
*
net: phy: improve generic EEE ethtool functions
Heiner Kallweit
2018-12-04
1
-5
/
+10
*
net: phy: check if advertising is zero using linkmode_empty
Colin Ian King
2018-11-13
1
-1
/
+1
*
net: phy: Convert u32 phydev->lp_advertising to linkmode
Andrew Lunn
2018-11-11
1
-5
/
+3
[next]