index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
net: phylink: add separate pcs operations structure
Russell King
-22
/
+55
2020-03-30
net: phylink: rename 'ops' to 'mac_ops'
Russell King
-15
/
+15
2020-03-30
net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototype
Russell King
-5
/
+7
2020-03-30
ptp: Avoid deadlocks in the programmable pin code.
Richard Cochran
-1
/
+1
2020-03-29
net: phy: micrel.c: add rgmii interface delay possibility to ksz9131
Philippe Schenker
-0
/
+50
2020-03-27
net: phy: bcm7xx: add jumbo frame configuration to PHY
Murali Krishna Policharla
-0
/
+27
2020-03-26
net: phy: don't touch suspended flag if there's no suspend/resume callback
Heiner Kallweit
-17
/
+15
2020-03-26
net: phy: add marvell usb to mdio controller
Tobias Waldekranz
-0
/
+128
2020-03-26
net: phy: probe PHY drivers synchronously
Heiner Kallweit
-0
/
+1
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-20
/
+46
2020-03-24
net: phy: mdio-bcm-unimac: Fix clock handling
Andre Przywara
-4
/
+2
2020-03-24
net: phy: mscc: consolidate a common RGMII delay implementation
Vladimir Oltean
-57
/
+49
2020-03-24
net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify code
Dejin Zheng
-10
/
+4
2020-03-23
net: phy: tja11xx: use phy_read_poll_timeout() to simplify the code
Dejin Zheng
-13
/
+3
2020-03-23
net: phy: smsc: use phy_read_poll_timeout() to simplify the code
Dejin Zheng
-11
/
+5
2020-03-23
net: phy: use phy_read_poll_timeout() to simplify the code
Dejin Zheng
-11
/
+5
2020-03-23
net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the code
Dejin Zheng
-10
/
+5
2020-03-23
net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the code
Dejin Zheng
-9
/
+4
2020-03-23
net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the code
Dejin Zheng
-23
/
+4
2020-03-23
net: phy: aquantia: remove downshift warning now that phylib takes care
Heiner Kallweit
-24
/
+1
2020-03-23
net: phy: marvell: remove downshift warning now that phylib takes care
Heiner Kallweit
-24
/
+0
2020-03-23
net: phy: add and use phy_check_downshift
Heiner Kallweit
-1
/
+41
2020-03-23
net: phy: xpcs: Restart AutoNeg if outcome was invalid
Jose Abreu
-1
/
+3
2020-03-23
net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finish
Jose Abreu
-1
/
+3
2020-03-23
net: phy: xpcs: Reset XPCS upon probe
Jose Abreu
-1
/
+1
2020-03-23
net: phy: xpcs: Return error when 10GKR link errors are found
Jose Abreu
-1
/
+3
2020-03-23
net: phy: mscc: add support for VSC8502
Vladimir Oltean
-0
/
+25
2020-03-23
net: phy: mscc: configure both RX and TX internal delays for RGMII
Vladimir Oltean
-3
/
+15
2020-03-23
net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_set
Vladimir Oltean
-0
/
+3
2020-03-23
net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delay
Vladimir Oltean
-10
/
+10
2020-03-21
net: phy: dp83867: w/a for fld detect threshold bootstrapping issue
Grygorii Strashko
-1
/
+20
2020-03-19
net: phy: mscc: RGMII skew delay configuration
Antoine Tenart
-0
/
+43
2020-03-19
net: phy: mscc: add support for RGMII MAC mode
Antoine Tenart
-12
/
+21
2020-03-19
net: phy: mscc: add missing check on a phy_write return value
Antoine Tenart
-0
/
+2
2020-03-18
net: phy: realtek: read actual speed to detect downshift
Heiner Kallweit
-1
/
+59
2020-03-17
net: phy: sfp-bus.c: get rid of docs warnings
Mauro Carvalho Chehab
-14
/
+18
2020-03-17
net: phylink: pcs: add 802.3 clause 45 helpers
Russell King
-0
/
+30
2020-03-17
net: phylink: pcs: add 802.3 clause 22 helpers
Russell King
-0
/
+206
2020-03-17
net: mdiobus: add APIs for modifying a MDIO device register
Russell King
-31
/
+56
2020-03-17
net: mdiobus: avoid BUG_ON() in mdiobus accessors
Russell King
-4
/
+8
2020-03-17
net: phy: xpcs: Add XLGMII support
Jose Abreu
-0
/
+98
2020-03-17
net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return value
Rayagonda Kokatanur
-1
/
+6
2020-03-17
net: phy: mscc: consider interrupt source in interrupt handler
Heiner Kallweit
-2
/
+5
2020-03-17
net: phy: improve phy_driver callback handle_interrupt
Heiner Kallweit
-16
/
+21
2020-03-14
net: phy: mscc: fix header defines and descriptions
Antoine Tenart
-12
/
+12
2020-03-14
net: phy: mscc: split the driver into separate files
Antoine Tenart
-1462
/
+1515
2020-03-14
net: phy: move the mscc driver to its own directory
Antoine Tenart
-1
/
+6
2020-03-14
net: phylink: Add XLGMII support
Jose Abreu
-0
/
+27
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-3
/
+15
2020-03-12
net: phy: fix MDIO bus PM PHY resuming
Heiner Kallweit
-1
/
+5
[prev]
[next]