index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
net: phy: make exported variables non-static
Denis Efremov
2019-07-12
1
-3
/
+3
*
net: phy: Add more 1000BaseX support detection
Robert Hancock
2019-06-14
1
-0
/
+2
*
net: phy: Add detection of 1000BaseX link mode support
Robert Hancock
2019-06-06
1
-0
/
+3
*
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
2019-05-30
1
-1
/
+1
*
net: phy: Add phy_standalone sysfs entry
Ioana Ciornei
2019-05-29
1
-0
/
+22
*
net: phy: Check against net_device being NULL
Ioana Ciornei
2019-05-29
1
-0
/
+6
*
net: phy: Guard against the presence of a netdev
Ioana Ciornei
2019-05-29
1
-10
/
+23
*
net: phy: Add phy_sysfs_create_links helper function
Vladimir Oltean
2019-05-29
1
-17
/
+26
*
net: phy: Make phy_basic_t1_features use base100t1.
Andrew Lunn
2019-05-22
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-07
1
-4
/
+7
|
\
|
*
net: phy: fix phy_validate_pause
Heiner Kallweit
2019-05-05
1
-4
/
+7
*
|
net: phy: improve pause handling
Heiner Kallweit
2019-05-04
1
-7
/
+29
*
|
net: phy: avoid unneeded MDIO reads in genphy_read_status
Heiner Kallweit
2019-04-28
1
-1
/
+5
*
|
net: phy: improve genphy_soft_reset
Heiner Kallweit
2019-04-26
1
-2
/
+14
*
|
net: phy: don't set autoneg if it's not supported
Heiner Kallweit
2019-04-18
1
-0
/
+4
*
|
net: phy: fix setting autoneg_complete in genphy_update_link
Heiner Kallweit
2019-04-08
1
-6
/
+4
*
|
net: phy: replace genphy_10g_driver with genphy_c45_driver
Heiner Kallweit
2019-04-08
1
-8
/
+8
*
|
net: phy: improve link partner capability detection
Heiner Kallweit
2019-04-08
1
-4
/
+8
*
|
net: phy: allow a PHY driver to define neither features nor get_features
Heiner Kallweit
2019-04-04
1
-7
/
+12
*
|
net: phy: fix autoneg mismatch case in genphy_read_status
Heiner Kallweit
2019-04-03
1
-5
/
+3
*
|
net: phy: use genphy_read_abilities in genphy driver
Heiner Kallweit
2019-04-02
1
-2
/
+1
*
|
net: phy: add genphy_read_abilities
Heiner Kallweit
2019-04-02
1
-0
/
+48
*
|
net: phy: improve genphy_read_status
Heiner Kallweit
2019-04-01
1
-15
/
+8
|
/
*
net: phy: don't clear BMCR in genphy_soft_reset
Heiner Kallweit
2019-03-25
1
-1
/
+1
*
net: phy: export genphy_config_eee_advert
Heiner Kallweit
2019-02-21
1
-1
/
+2
*
net: phy: don't use 10BaseT/half as default in genphy_read_status
Heiner Kallweit
2019-02-21
1
-2
/
+2
*
net: phy: remove orphaned register read in genphy_read_status
Heiner Kallweit
2019-02-21
1
-4
/
+0
*
net: phy: use phy_resolve_aneg_linkmode in genphy_read_status
Heiner Kallweit
2019-02-17
1
-23
/
+1
*
net: phy: Move of_set_phy_eee_broken to phy-core.c
Maxime Chevallier
2019-02-13
1
-28
/
+0
*
net: phy: Mask-out non-compatible modes when setting the max-speed
Maxime Chevallier
2019-02-13
1
-53
/
+0
*
net: phy: simplify genphy_config_eee_advert
Heiner Kallweit
2019-02-12
1
-21
/
+6
*
net: phy: use phy_modify_changed in genphy_config_advert
Heiner Kallweit
2019-02-10
1
-28
/
+15
*
net: phy: Add support for asking the PHY its abilities
Andrew Lunn
2019-02-09
1
-16
/
+15
*
net: phy: probe the PHY before determining the supported features
Andrew Lunn
2019-02-09
1
-11
/
+13
*
net: phy: remove unneeded masking of PHY register read results
Heiner Kallweit
2019-02-09
1
-6
/
+6
*
net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkg
Heiner Kallweit
2019-02-08
1
-0
/
+3
*
net: phy: don't double-read link status register if link is up
Heiner Kallweit
2019-02-08
1
-1
/
+5
*
net: phy: consider latched link-down status in polling mode
Heiner Kallweit
2019-02-08
1
-4
/
+9
*
net: phy: change phy_start_interrupts to phy_request_interrupt
Heiner Kallweit
2019-01-24
1
-2
/
+2
*
net: phy: start state machine in phy_start only
Heiner Kallweit
2019-01-24
1
-1
/
+0
*
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-22
1
-6
/
+1
*
net: phy: improve phy_init_hw
Heiner Kallweit
2019-01-22
1
-2
/
+5
*
net: phy: fix issue with loading PHY driver w/o initramfs
Heiner Kallweit
2019-01-22
1
-3
/
+5
*
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
[next]