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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-06
net: phy: Do not check Link status when loopback is enabled
Jose Abreu
1
-0
/
+6
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-08-28
net: phy: force phy suspend when calling phy_stop
Jian Shen
1
-1
/
+1
2019-08-27
Add genphy_c45_config_aneg() function to phy-c45.c
Marco Hartmann
1
-1
/
+1
2019-08-13
net: phy: let phy_speed_down/up support speeds >1Gbps
Heiner Kallweit
1
-44
/
+16
2019-07-08
net: phy: Make use of linkmode_mod_bit helper
Fuqian Huang
1
-12
/
+4
2019-06-05
net: phy: remove state PHY_FORCING
Heiner Kallweit
1
-24
/
+2
2019-05-31
net: phy: allow Clause 45 access via mii ioctl
Russell King
1
-9
/
+24
2019-05-30
net: phy: export phy_queue_state_machine
Heiner Kallweit
1
-3
/
+5
2019-05-30
net: phy: add callback for custom interrupt handler to struct phy_driver
Heiner Kallweit
1
-2
/
+7
2019-05-30
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
1
-14
/
+22
2019-05-07
net: phy: improve pause mode reporting in phy_print_status
Heiner Kallweit
1
-1
/
+27
2019-05-04
net: phy: improve resuming from hibernation
Heiner Kallweit
1
-6
/
+1
2019-04-18
net: phy: remove dead code from phy_sanitize_settings
Heiner Kallweit
1
-4
/
+0
2019-03-20
net: phy: improve handling link_change_notify callback
Heiner Kallweit
1
-4
/
+4
2019-03-03
net: phy: use genphy_c45_aneg_done in genphy_aneg_done
Heiner Kallweit
1
-8
/
+4
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+7
2019-02-14
net: phy: fix potential race in the phylib state machine
Heiner Kallweit
1
-0
/
+2
2019-02-14
net: phy: don't use locking in phy_is_started
Heiner Kallweit
1
-6
/
+5
2019-02-13
net: phy: fix interrupt handling in non-started states
Heiner Kallweit
1
-3
/
+0
2019-02-06
net: phy: make use of new MMD accessors
Heiner Kallweit
1
-8
/
+3
2019-01-24
net: phy: change phy_start_interrupts to phy_request_interrupt
Heiner Kallweit
1
-12
/
+11
2019-01-24
net: phy: start interrupts in phy_start
Heiner Kallweit
1
-20
/
+14
2019-01-24
net: phy: warn if phy_start is called from invalid state
Heiner Kallweit
1
-2
/
+9
2019-01-24
net: phy: start state machine in phy_start only
Heiner Kallweit
1
-1
/
+1
2019-01-22
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
1
-6
/
+1
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+7
2019-01-18
net: phy: remove phy_stop_interrupts
Heiner Kallweit
1
-17
/
+0
2019-01-18
net: phy: ensure phylib state machine is stopped after calling phy_stop
Heiner Kallweit
1
-0
/
+1
2019-01-18
net: phy: remove state PHY_CHANGELINK
Heiner Kallweit
1
-2
/
+0
2019-01-16
net: phy: don't include asm/irq.h directly
Heiner Kallweit
1
-2
/
+0
2019-01-16
net: phy: improve logging in phylib
Heiner Kallweit
1
-4
/
+1
2019-01-15
net: phy: fix too strict check in phy_start_aneg
Heiner Kallweit
1
-12
/
+7
2018-12-18
net: phy: print stack trace in phy_error
Heiner Kallweit
1
-0
/
+2
2018-12-18
net: phy: improve phy state checking
Heiner Kallweit
1
-13
/
+21
2018-12-05
net: phy: Fix ioctl handler when modifing MII_ADVERTISE
Andrew Lunn
1
-2
/
+2
2018-12-03
net: phy: improve generic EEE ethtool functions
Heiner Kallweit
1
-5
/
+10
2018-11-12
net: phy: check if advertising is zero using linkmode_empty
Colin Ian King
1
-1
/
+1
2018-11-11
net: phy: Convert u32 phydev->lp_advertising to linkmode
Andrew Lunn
1
-5
/
+3
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-47
/
+107
2018-11-11
net: phy: remove states PHY_STARTING and PHY_PENDING
Heiner Kallweit
1
-7
/
+0
2018-11-11
net: phy: improve and inline phy_change
Heiner Kallweit
1
-32
/
+15
2018-11-11
net: phy: simplify phy_mac_interrupt and related functions
Heiner Kallweit
1
-13
/
+1
2018-11-11
net: phy: don't set state PHY_CHANGELINK in phy_change
Heiner Kallweit
1
-8
/
+0
2018-11-09
net: phy: improve struct phy_device member interrupts handling
Heiner Kallweit
1
-2
/
+2
2018-11-08
net: phy: use phy_check_link_status in more places in the state machine
Heiner Kallweit
1
-48
/
+5
2018-11-08
net: phy: remove state PHY_AN
Heiner Kallweit
1
-27
/
+0
2018-11-08
net: phy: add phy_check_link_status
Heiner Kallweit
1
-30
/
+40
2018-11-08
net: phy: remove useless check in state machine case PHY_RESUMING
Heiner Kallweit
1
-12
/
+1
2018-11-08
net: phy: remove useless check in state machine case PHY_NOLINK
Heiner Kallweit
1
-11
/
+0
[next]