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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
net: fix auto-loading of Marvell DSA driver
Russell King
2017-05-31
1
-0
/
+13
*
|
|
|
|
net: phy: fix marvell phy status reading
Russell King
2017-05-31
1
-2
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
net: phy: marvell: Limit errata to 88m1101
Andrew Lunn
2017-05-24
1
-29
/
+37
*
|
|
|
net/phy: fix mdio-octeon dependency and build
Randy Dunlap
2017-05-24
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
mdio: mux: fix device_node_continue.cocci warnings
Julia Lawall
2017-05-15
1
-1
/
+0
*
|
|
net: phy: Call bus->reset() after releasing PHYs from reset
Florian Fainelli
2017-05-11
1
-3
/
+3
*
|
|
mdio: mux: Correct mdio_mux_init error path issues
Jon Mason
2017-05-11
1
-5
/
+7
|
/
/
*
/
net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
Jon Mason
2017-05-08
1
-1
/
+4
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-05-02
1
-1
/
+1
|
\
|
*
net: phy: dp83848: Fix Typo
Andrew F. Davis
2017-03-24
1
-1
/
+1
*
|
net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delay
Abhishek Shah
2017-04-30
1
-36
/
+33
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-26
2
-15
/
+36
|
\
\
|
*
|
Revert "phy: micrel: Disable auto negotiation on startup"
David S. Miller
2017-04-26
1
-11
/
+0
|
*
|
net: phy: fix auto-negotiation stall due to unavailable interrupt
Alexander Kochetkov
2017-04-26
1
-4
/
+36
*
|
|
mdio_bus: Issue GPIO RESET to PHYs.
Roger Quadros
2017-04-24
1
-0
/
+47
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-21
1
-2
/
+0
|
\
|
|
|
*
|
dp83640: don't recieve time stamps twice
Dan Carpenter
2017-04-20
1
-2
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-20
1
-15
/
+2
|
\
|
|
|
*
|
net: phy: micrel: fix crash when statistic requested for KSZ9031 phy
Grygorii Strashko
2017-04-17
1
-15
/
+2
*
|
|
net: phy: test the right variable in phy_write_mmd()
Dan Carpenter
2017-04-17
1
-1
/
+1
*
|
|
net: phy: simplify phy_supported_speeds()
Russell King
2017-04-17
1
-10
/
+4
*
|
|
net: phy: improve phylib correctness for non-autoneg settings
Russell King
2017-04-17
1
-43
/
+66
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-1
/
+1
|
\
|
|
|
*
|
net: phy: handle state correctly in phy_stop_machine
Nathan Sullivan
2017-03-24
1
-1
/
+1
|
*
|
net: phy: Export mdiobus_register_board_info()
Florian Fainelli
2017-03-23
1
-0
/
+1
|
|
/
*
|
phy/ethtool: Add missing SPEED_<foo> strings
Joe Perches
2017-04-05
1
-0
/
+14
*
|
net: phy: allow EEE with any interface mode
Russell King
2017-04-01
1
-8
/
+1
*
|
net: phy: restart phy autonegotiation after EEE advertisment change
Russell King
2017-04-01
1
-2
/
+19
*
|
net: phy: avoid setting unsupported EEE advertisments
Russell King
2017-04-01
1
-5
/
+10
*
|
net: phy: Allow building mdio-boardinfo into the kernel
Florian Fainelli
2017-03-29
4
-17
/
+47
*
|
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2017-03-28
1
-0
/
+1
*
|
net: phy: Allow splitting MDIO bus/device support from PHYs
Florian Fainelli
2017-03-24
4
-27
/
+56
*
|
net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIO
Florian Fainelli
2017-03-24
1
-1
/
+1
*
|
net: phy: clean up mmd_phy_indirect()
Russell King
2017-03-22
1
-7
/
+7
*
|
net: phy: remove the indirect MMD read/write methods
Russell King
2017-03-22
1
-85
/
+34
*
|
net: phy: convert micrel to new read_mmd/write_mmd driver methods
Russell King
2017-03-22
1
-7
/
+6
*
|
net: phy: switch remaining users to phy_(read|write)_mmd()
Russell King
2017-03-22
6
-55
/
+42
*
|
net: phy: make phy_(read|write)_mmd() generic MMD accessors
Russell King
2017-03-22
1
-8
/
+25
*
|
net: phy: move phy MMD accessors to phy-core.c
Russell King
2017-03-22
3
-86
/
+136
*
|
drivers: net: phy: xgene: Fix mdio write
Quan Nguyen
2017-03-15
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-15
2
-16
/
+2
|
\
|
|
*
net: phy: marvell: Fix double free of hwmon device
Andrew Lunn
2017-03-09
1
-15
/
+0
|
*
spi_ks8995: regs_size incorrect for some devices
Blomme, Maarten
2017-03-07
1
-1
/
+1
|
*
spi_ks8995: fix "BUG: key accdaa28 not in .data!"
Blomme, Maarten
2017-03-07
1
-0
/
+1
*
|
net: bcmgenet: add support for the GENETv5 hardware
Doug Berger
2017-03-13
1
-1
/
+2
*
|
net: phy: bcm7xxx: add support for 28nm EPHY
Doug Berger
2017-03-13
1
-2
/
+213
*
|
net: phy: bcm-phylib: replace obsolete EEE macro references
Doug Berger
2017-03-13
1
-3
/
+3
|
/
*
net: phy: Do not perform software reset for Generic PHY
Florian Fainelli
2017-03-05
1
-1
/
+1
*
net: phy: Add missing driver check in phy_aneg_done()
Florian Fainelli
2017-02-24
1
-1
/
+1
*
net: phy: Check phydev->drv
Florian Fainelli
2017-02-20
2
-7
/
+25
[prev]
[next]