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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-19
of/net/mdio-gpio: Fix pdev->id issue when using devicetrees.
Srinivas Kandagatla
1
-4
/
+7
2012-11-14
Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobu...
David S. Miller
1
-1
/
+0
2012-11-02
drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_free
Peter Senna Tschudin
1
-0
/
+1
2012-10-18
phy: add AT803x driver
Matus Ujhelyi
3
-0
/
+182
2012-10-09
netdev/phy: Prototype of_mdio_find_bus()
Mark Brown
1
-0
/
+1
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+65
2012-09-27
net: phy: smsc: Implement PHY config_init for LAN87xx
Marek Vasut
1
-1
/
+27
2012-09-27
lxt PHY: Support for the buggy LXT973 rev A2
LEROY Christophe
1
-0
/
+127
2012-09-24
phy/micrel: Rename KS80xx to KSZ80xx
Marek Vasut
1
-9
/
+9
2012-09-24
phy/micrel: Implement support for KSZ8021
Marek Vasut
1
-0
/
+27
2012-09-22
ptp: link the phc device to its parent device
Richard Cochran
1
-1
/
+1
2012-09-22
net/phy/bcm87xx: Add MODULE_LICENSE("GPL") to GPL driver
Peter Hüwe
1
-0
/
+2
2012-09-07
netdev/phy: mdio-mux-mmioreg.c should include of_address.h
Timur Tabi
1
-0
/
+1
2012-08-30
netdev/phy: add MDIO bus multiplexer driven by a memory-mapped device
Timur Tabi
3
-0
/
+184
2012-08-30
of/mdio-gpio: Simplify the way device tree support is implemented.
Srinivas Kandagatla
1
-92
/
+40
2012-08-22
mdio: translation of MMD EEE registers to/from ethtool settings
Allan, Bruce W
1
-67
/
+7
2012-08-20
netdev/phy: skip disabled mdio-mux nodes
Timur Tabi
1
-1
/
+1
2012-08-06
drivers/net/phy/mdio-mux-gpio.c: drop devm_kfree of devm_kzalloc'd data
Julia Lawall
1
-1
/
+0
2012-07-30
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-34
/
+58
2012-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-07-23
netdev: mdio-octeon.c: Convert to use device tree.
David Daney
1
-34
/
+58
2012-07-17
Change email address for Steve Glendinning
Steve Glendinning
1
-1
/
+1
2012-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+8
2012-07-09
netdev/phy: Fixup lockdep warnings in mdio-mux.c
David Daney
1
-2
/
+8
2012-07-09
bcm87xx: fix reg-init comment typo
Peter Korsgaard
1
-1
/
+1
2012-07-09
phylib: Support registering a bunch of drivers
Christian Hohnstaedt
15
-431
/
+157
2012-07-09
bcm87xx: disable autonegotiation by default
Peter Korsgaard
1
-0
/
+1
2012-07-01
phy: add the EEE support and the way to access to the MMD registers.
Giuseppe CAVALLARO
1
-0
/
+281
2012-06-27
phy: Fix warning in get_phy_device().
David S. Miller
1
-2
/
+2
2012-06-27
netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYs
David Daney
3
-0
/
+244
2012-06-27
netdev/phy/of: Add more methods for binding PHY devices to drivers.
David Daney
1
-0
/
+7
2012-06-27
netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs
David Daney
2
-9
/
+98
2012-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2012-06-19
phy/micrel: change phy_id_mask for KSZ9021 and KS8001
Jason Wang
1
-4
/
+4
2012-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-06-11
phy: Use pr_<level>
Joe Perches
7
-36
/
+50
2012-06-08
netdev: fix drivers/net/phy/ kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2012-06-04
net: icplus: fix interrupt mask
Giuseppe CAVALLARO
1
-0
/
+7
2012-05-16
netdev/phy: Make get_phy_id() static and quit EXPORTing it.
David Daney
1
-2
/
+1
2012-05-11
net: of/phy: fix build error when phylib is built as a module
Bjørn Mork
1
-1
/
+1
2012-05-07
netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines.
David Daney
3
-0
/
+153
2012-05-07
netdev/of/phy: Add MDIO bus multiplexer support.
David Daney
3
-0
/
+202
2012-05-07
netdev/of/phy: New function: of_mdio_find_bus().
David Daney
1
-0
/
+32
2012-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+11
2012-04-19
icplus: fix interrupt for IC+ 101A/G and 1001LF
Giuseppe CAVALLARO
1
-1
/
+11
2012-04-13
net: Remove redundant spi driver bus initialization
Lars-Peter Clausen
1
-1
/
+0
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2012-04-04
dp83640: Support the get_ts_info ethtool method.
Richard Cochran
1
-0
/
+31
2012-04-03
net:phy:marvell: remove unnecessary code
Srinivas Kandagatla
1
-15
/
+3
2012-04-03
net:phy:davicom: remove unnecessary code
Srinivas Kandagatla
1
-6
/
+1
[next]