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
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-15
/
+16
2020-10-05
net: phy: marvell: Use phy_read_paged() instead of open coding it
Jisheng Zhang
1
-10
/
+4
2020-10-03
net: phy: dp83869: fix unsigned comparisons against less than zero values
Colin Ian King
1
-1
/
+1
2020-10-01
net: phy: realtek: Modify 2.5G PHY name to RTL8226
Willy Liu
1
-19
/
+19
2020-09-29
net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
Sebastian Andrzej Siewior
1
-15
/
+0
2020-09-29
net: phy: realtek: fix rtl8211e rx/tx delay config
Willy Liu
1
-15
/
+16
2020-09-28
net: Use kobj_to_dev() API
Wang Qing
1
-2
/
+2
2020-09-28
net: phy: dp83869: Add speed optimization feature
Dan Murphy
1
-0
/
+116
2020-09-28
net: phy: dp83869: support Wake on LAN
Dan Murphy
1
-0
/
+176
2020-09-27
mdio: fix mdio-thunder.c dependency & build error
Randy Dunlap
1
-0
/
+1
2020-09-23
net: phy: Document core PHY structures
Andrew Lunn
2
-2
/
+99
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-6
/
+7
2020-09-21
net: phy: bcm7xxx: Add an entry for BCM72113
Florian Fainelli
1
-0
/
+2
2020-09-21
net: phy: realtek: enable ALDPS to save power for RTL8211F
Jisheng Zhang
1
-0
/
+9
2020-09-19
net: phy: dp83822: Update the fiber advertisement for speed
Dan Murphy
1
-3
/
+10
2020-09-19
net: dp83869: Add ability to advertise Fiber connection
Dan Murphy
1
-0
/
+73
2020-09-19
ethtool: Add 100base-FX link mode entries
Dan Murphy
1
-1
/
+3
2020-09-18
net: phy: bcm7xxx: request and manage GPHY clock
Florian Fainelli
1
-1
/
+29
2020-09-17
net: phy: Do not warn in phy_stop() on PHY_DOWN
Florian Fainelli
1
-1
/
+1
2020-09-17
net: phy: Avoid NPD upon phy_detach() when driver is unbound
Florian Fainelli
1
-1
/
+2
2020-09-11
net: phy: mchp: Add support for LAN8814 QUAD PHY
Divya Koppera
1
-0
/
+14
2020-09-10
net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
Yoshihiro Shimoda
1
-4
/
+4
2020-09-09
net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flag
Marco Felsch
1
-1
/
+0
2020-09-09
net: phy: smsc: LAN8710/20: add phy refclk in support
Marco Felsch
1
-0
/
+25
2020-09-09
net: phy: smsc: simplify config_init callback
Marco Felsch
1
-8
/
+10
2020-09-09
net: phy: smsc: skip ENERGYON interrupt if disabled
Marco Felsch
1
-4
/
+11
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-29
/
+29
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-8
/
+8
2020-09-03
net: phy: dp83867: Fix various styling and space issues
Dan Murphy
1
-24
/
+21
2020-09-02
net: dp83867: Fix WoL SecureOn password
Dan Murphy
1
-2
/
+2
2020-08-31
net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_state
Ioana Ciornei
1
-0
/
+1
2020-08-31
net: phylink: add helper function to decode USXGMII word
Ioana Ciornei
1
-0
/
+43
2020-08-31
net: phylink: avoid oops during initialisation
Russell King
1
-1
/
+3
2020-08-28
net: phy: DP83822: Add ability to advertise Fiber connection
Dan Murphy
1
-7
/
+218
2020-08-28
smsc95xx: add phylib support
Andre Edich
1
-0
/
+67
2020-08-27
net: phy: Sort Kconfig and Makefile
Andrew Lunn
2
-87
/
+87
2020-08-27
net: mdio: Move MDIO drivers into a new subdirectory
Andrew Lunn
26
-5081
/
+1
2020-08-27
net: xgene: Move shared header file into include/linux
Andrew Lunn
2
-131
/
+1
2020-08-27
net/phy/mdio-i2c: Move header file to include/linux/mdio
Andrew Lunn
3
-19
/
+2
2020-08-27
net: pcs: Move XPCS into new PCS subdirectory
Andrew Lunn
3
-723
/
+0
2020-08-26
net: phy: mscc: macsec: constify vsc8584_macsec_ops
Rikard Falkeborn
1
-1
/
+1
2020-08-26
net: phy: at803x: constify static regulator_ops
Rikard Falkeborn
1
-2
/
+2
2020-08-26
net: dp83869: Fix RGMII internal delay configuration
Daniel Gorsulowski
1
-6
/
+6
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-21
/
+21
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-08-20
net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"
Kaige Li
1
-2
/
+2
2020-08-19
net: phy: dp83640: Use generic helper function
Kurt Kanzenbach
1
-54
/
+16
2020-08-11
net: phy: marvell10g: fix null pointer dereference
Marek BehĂșn
1
-11
/
+7
2020-08-08
net: phy: fix memory leak in device-create error path
Johan Hovold
1
-4
/
+4
2020-08-03
net: phy: mdio-mvusb: select MDIO_DEVRES in Kconfig
Bartosz Golaszewski
1
-0
/
+1
[next]