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-11-11
net: phy: aquantia: do not return an error on clearing pending IRQs
Ioana Ciornei
1
-2
/
+2
2020-11-10
net: phy: realtek: support paged operations on RTL8201CP
Heiner Kallweit
1
-0
/
+2
2020-11-09
net: phy: microchip_t1: Don't set .config_aneg
Jisheng Zhang
1
-1
/
+0
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2020-11-05
net: phy: realtek: remove the use of .ack_interrupt()
Ioana Ciornei
1
-16
/
+52
2020-11-05
net: phy: realtek: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+72
2020-11-05
net: phy: add genphy_handle_interrupt_no_ack()
Ioana Ciornei
1
-0
/
+13
2020-11-05
net: phy: davicom: remove the use of .ack_interrupt()
Ioana Ciornei
1
-16
/
+21
2020-11-05
net: phy: davicom: implement generic .handle_interrupt() calback
Ioana Ciornei
1
-0
/
+26
2020-11-05
net: phy: cicada: remove the use of .ack_interrupt()
Ioana Ciornei
1
-4
/
+11
2020-11-05
net: phy: cicada: implement the generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+20
2020-11-05
net: phy: broadcom: remove use of ack_interrupt()
Ioana Ciornei
6
-57
/
+68
2020-11-05
net: phy: broadcom: implement generic .handle_interrupt() callback
Ioana Ciornei
7
-15
/
+114
2020-11-05
net: phy: aquantia: remove the use of .ack_interrupt()
Ioana Ciornei
1
-17
/
+19
2020-11-05
net: phy: aquantia: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+27
2020-11-05
net: phy: mscc: remove the use of .ack_interrupt()
Ioana Ciornei
1
-4
/
+8
2020-11-05
net: phy: mscc: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-28
/
+28
2020-11-05
net: phy: mscc: use phy_trigger_machine() to notify link change
Ioana Ciornei
1
-1
/
+1
2020-11-05
net: phy: at803x: remove the use of .ack_interrupt()
Ioana Ciornei
1
-7
/
+12
2020-11-05
net: phy: at803x: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+31
2020-11-05
net: phy: make .ack_interrupt() optional
Ioana Ciornei
1
-1
/
+1
2020-11-05
net: phy: add a shutdown procedure
Ioana Ciornei
1
-0
/
+8
2020-11-05
net: phy: export phy_error and phy_trigger_machine
Ioana Ciornei
1
-2
/
+4
2020-11-04
net: phy: adin: implement cable-test support
Alexandru Ardelean
1
-0
/
+138
2020-11-04
net: phy: adin: disable diag clock & disable standby mode in config_aneg
Alexandru Ardelean
1
-2
/
+10
2020-11-03
net: phy: realtek: Add support for RTL8221B-CG series
Willy Liu
1
-0
/
+40
2020-11-02
sfp: Fix error handing in sfp_probe()
YueHaibing
1
-1
/
+2
2020-10-30
net: phy: marvell: add special handling of Finisar modules with 88E1111
Robert Hancock
1
-1
/
+99
2020-10-30
drivers: net: phy: Fix spelling in comment defalut to default
Bhaskar Chowdhury
1
-1
/
+1
2020-10-30
net: phy: leds: Deduplicate link LED trigger registration
Andy Shevchenko
1
-10
/
+6
2020-10-27
net: phylink: disable BMCR_ISOLATE in phylink_mii_c22_pcs_config
Robert Hancock
1
-1
/
+2
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
[prev]
[next]