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: phy: realtek: add RTL8201F phy-id and functions
Jassi Brar
2017-09-18
1
-0
/
+44
*
net: phy: realtek: rename RTL8211F_PAGE_SELECT to RTL821x_PAGE_SELECT
Kunihiko Hayashi
2017-09-18
1
-5
/
+5
*
Revert "mdio_bus: Remove unneeded gpiod NULL check"
Florian Fainelli
2017-09-08
1
-2
/
+4
*
net: phy: sfp: rename dt properties to match the binding
Baruch Siach
2017-09-08
1
-2
/
+2
*
net: mdio-mux: add mdio_mux parameter to mdio_mux_init()
Corentin Labbe
2017-09-05
4
-6
/
+8
*
net: stmmac: Delete dead code for MDIO registration
Romain Perier
2017-09-05
1
-3
/
+19
*
net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...
Colin Ian King
2017-09-01
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
2
-5
/
+4
|
\
|
*
Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"
Florian Fainelli
2017-08-30
1
-3
/
+0
|
*
net: phy: Deal with unbound PHY driver in phy_attached_print()
Florian Fainelli
2017-08-22
1
-2
/
+4
*
|
net: mdio-mux: fix unbalanced put_device
Corentin Labbe
2017-09-01
1
-4
/
+2
*
|
net: mdio-mux-mmioreg: Can handle 8/16/32 bits registers
Corentin Labbe
2017-09-01
1
-1
/
+1
*
|
net: mdio-mux: printing driver version is useless
Corentin Labbe
2017-09-01
1
-3
/
+0
*
|
net: mdio-mux: Remove unnecessary 'out of memory' message
Corentin Labbe
2017-09-01
1
-6
/
+0
*
|
net: mdio-mux: Fix NULL Comparison style
Corentin Labbe
2017-09-01
1
-2
/
+2
*
|
dp83640: don't hold spinlock while calling netif_rx_ni
Stefan Sørensen
2017-08-30
1
-2
/
+5
*
|
net: phy: mdio-bcm-unimac: Use correct I/O accessors
Florian Fainelli
2017-08-29
1
-6
/
+26
*
|
net: mdio-gpio: make mdiobb_ops const
Bhumika Goyal
2017-08-22
1
-1
/
+1
*
|
net: phy: Use tab for indentation in Kconfig
Michal Simek
2017-08-14
1
-21
/
+21
*
|
net: phy: Add rockchip PHY driver support
David Wu
2017-08-11
3
-0
/
+239
*
|
phylink: Fix an uninitialized variable bug
Dan Carpenter
2017-08-11
1
-1
/
+1
*
|
net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeout
Colin Ian King
2017-08-08
1
-1
/
+1
*
|
sfp: add SFP module support
Russell King
2017-08-06
3
-0
/
+921
*
|
phylink: add in-band autonegotiation support for 10GBase-KR mode.
Russell King
2017-08-06
1
-0
/
+17
*
|
phylink: add support for MII ioctl access to Clause 45 PHYs
Russell King
2017-08-06
1
-33
/
+124
*
|
phylink: add module EEPROM support
Russell King
2017-08-06
1
-0
/
+28
*
|
sfp: add sfp-bus to bridge between network devices and sfp cages
Russell King
2017-08-06
4
-0
/
+663
*
|
phylink: add phylink infrastructure
Russell King
2017-08-06
4
-0
/
+1181
*
|
net: phy: add I2C mdio bus
Russell King
2017-08-06
4
-0
/
+139
*
|
net: phy: export phy_start_machine() for phylink
Russell King
2017-08-06
1
-0
/
+1
*
|
net: phy: provide a hook for link up/link down events
Russell King
2017-08-06
2
-22
/
+34
*
|
net: phy: add 1000Base-X to phy settings table
Russell King
2017-08-06
1
-0
/
+5
*
|
net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...
Russell King
2017-08-06
2
-129
/
+127
*
|
net: phy: split out PHY speed and duplex string generation
Russell King
2017-08-06
2
-37
/
+50
*
|
net: phy: allow settings table to support more than 32 link modes
Russell King
2017-08-06
1
-18
/
+26
*
|
net: phy: marvell: logical vs bitwise OR typo
Dan Carpenter
2017-08-04
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-01
2
-3
/
+13
|
\
|
|
*
net: phy: Correctly process PHY_HALTED in phy_stop_machine()
Florian Fainelli
2017-07-31
1
-0
/
+3
|
*
net: phy: rework Kconfig settings for MDIO_BUS
Arnd Bergmann
2017-07-27
1
-3
/
+10
*
|
net: phy: marvell: Refactor setting downshift into a helper
Andrew Lunn
2017-07-31
1
-5
/
+19
*
|
net: phy: marvell: Use the set_polarity helper
Andrew Lunn
2017-07-31
1
-11
/
+14
*
|
net: phy: marvell: Refactor m88e1121 RGMII delay configuration
Andrew Lunn
2017-07-31
1
-29
/
+33
*
|
net: phy: marvell: Consolidate setting the phy-mode
Andrew Lunn
2017-07-31
1
-48
/
+40
*
|
net: phy: marvell: consolidate RGMII delay code
Andrew Lunn
2017-07-31
1
-32
/
+22
*
|
net: phy: marvell: Use core genphy_soft_reset()
Andrew Lunn
2017-07-31
1
-35
/
+12
*
|
net: phy: marvell: tabification
Andrew Lunn
2017-07-31
1
-15
/
+15
*
|
net: phy: Log only PHY state transitions
Marc Gonzalez
2017-07-31
1
-3
/
+4
*
|
net: phy: mdio-bcm-unimac: Allow specifying platform data
Florian Fainelli
2017-07-31
1
-6
/
+22
*
|
net: phy: mdio-bcm-unimac: Add debug print for PHY workaround
Florian Fainelli
2017-07-31
1
-1
/
+3
*
|
net: phy: mdio-bcm-unimac: create unique bus names
Florian Fainelli
2017-07-31
1
-1
/
+1
[next]