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-07-22
net: phy: fix check in get_phy_c45_ids
Vladimir Oltean
1
-2
/
+2
2020-07-21
net: phylink: add interface to configure clause 22 PCS PHY
Russell King
1
-0
/
+37
2020-07-21
net: phylink: add struct phylink_pcs
Russell King
1
-8
/
+26
2020-07-21
net: phylink: re-implement interface configuration with PCS
Russell King
1
-23
/
+52
2020-07-21
net: phylink: in-band pause mode advertisement update for PCS
Russell King
1
-4
/
+51
2020-07-21
net: phylink: simplify fixed-link case for ksettings_set method
Russell King
1
-11
/
+20
2020-07-21
net: phylink: use config.an_enabled in ksettings_set method
Russell King
1
-2
/
+1
2020-07-21
net: phylink: simplify phy case for ksettings_set method
Russell King
1
-57
/
+47
2020-07-21
net: phylink: simplify ksettings_set() implementation
Russell King
1
-13
/
+12
2020-07-21
net: phylink: avoid mac_config calls
Russell King
1
-2
/
+4
2020-07-21
net: phylink: update PCS when changing interface during resolution
Russell King
1
-1
/
+8
2020-07-21
net: phylink: ensure link is down when changing interface
Russell King
1
-1
/
+11
2020-07-21
net: phylink: rearrange resolve mac_config() call
Russell King
1
-13
/
+8
2020-07-21
net: phylink: rejig link state tracking
Russell King
1
-7
/
+7
2020-07-21
net: phylink: update ethtool reporting for fixed-link modes
Russell King
1
-0
/
+2
2020-07-21
net: mdio-mux-gpio: use devm_gpiod_get_array()
Jisheng Zhang
1
-8
/
+3
2020-07-19
net: phy: at803x: add mdix configuration support for AR9331 and AR8035
Oleksij Rempel
1
-0
/
+78
2020-07-17
net: phy: sfp: Cotsworks SFF module EEPROM fixup
Chris Healy
1
-0
/
+44
2020-07-17
net: phy: continue searching for C45 MMDs even if first returned ffff:ffff
Vladimir Oltean
1
-1
/
+2
2020-07-14
net: phy: realtek: add support for RTL8125B-internal PHY
Heiner Kallweit
1
-0
/
+12
2020-07-13
net: phy: fix mdio-mscc-miim build
Bartosz Golaszewski
1
-0
/
+1
2020-07-09
net: phy: mscc: fix ptr_ret.cocci warnings
kernel test robot
1
-4
/
+1
2020-07-08
ethtool: Add support for 100Gbps per lane link modes
Meir Lichtinger
1
-1
/
+16
2020-07-08
net: phy: Uninline PHY ethtool statistics operations
Florian Fainelli
1
-0
/
+48
2020-07-08
net: phy: Define PHY statistics ethtool_phy_ops
Florian Fainelli
1
-0
/
+3
2020-07-07
net: sfp: add error checking with sfp_irq_name
Chris Healy
1
-0
/
+3
2020-07-07
net: phy: Register ethtool PHY operations
Florian Fainelli
1
-0
/
+7
2020-07-07
net: phy: add a Kconfig option for mdio_devres
Bartosz Golaszewski
2
-2
/
+5
2020-07-07
net: phy: mdio-octeon: Cleanup module loading dependencies
Andrew Lunn
1
-6
/
+0
2020-07-07
net: phy: cavium: Improve __iomem mess
Andrew Lunn
3
-11
/
+10
2020-07-07
net: phy: dp83640: Fixup cast to restricted __be16 warning
Andrew Lunn
1
-2
/
+3
2020-07-07
net: phy: Make phy_10gbit_fec_features_array static
Andrew Lunn
1
-2
/
+1
2020-07-07
net: phy: Properly define genphy_c45_driver
Andrew Lunn
1
-1
/
+0
2020-07-07
net: phy: Fixup parameters in kerneldoc
Andrew Lunn
3
-8
/
+9
2020-07-07
net: phy: at803x: Avoid comparison is always false warning
Andrew Lunn
1
-4
/
+3
2020-07-07
net: sfp: Unique GPIO interrupt names
Chris Healy
1
-1
/
+6
2020-06-30
of: mdio: provide devm_of_mdiobus_register()
Bartosz Golaszewski
2
-1
/
+40
2020-06-30
net: phy: don't abuse devres in devm_mdiobus_register()
Bartosz Golaszewski
2
-79
/
+77
2020-06-30
phy: mdio: add kerneldoc for __devm_mdiobus_register()
Bartosz Golaszewski
1
-0
/
+7
2020-06-30
phy: un-inline devm_mdiobus_register()
Bartosz Golaszewski
2
-1
/
+19
2020-06-29
net: phy: marvell10g: support XFI rate matching mode
Baruch Siach
1
-0
/
+22
2020-06-26
net: phy: mdio: reset MDIO devices even if probe() is not implemented
Bartosz Golaszewski
1
-7
/
+6
2020-06-26
net: phy: reset the PHY even if probe() is not implemented
Bartosz Golaszewski
1
-11
/
+12
2020-06-26
net: phy: arrange headers in phy_device.c alphabetically
Bartosz Golaszewski
1
-15
/
+15
2020-06-26
net: phy: arrange headers in mdio_device.c alphabetically
Bartosz Golaszewski
1
-1
/
+1
2020-06-26
net: phy: arrange headers in mdio_bus.c alphabetically
Bartosz Golaszewski
1
-16
/
+16
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-53
/
+58
2020-06-25
net: phy: mscc: improve vsc8514/8584_config_init consistency
Antoine Tenart
1
-4
/
+8
2020-06-25
net: phy: mscc: remove useless page configuration in the config init
Antoine Tenart
1
-7
/
+0
2020-06-25
net: phy: mscc: restore the base page in vsc8514/8584_config_init
Antoine Tenart
1
-0
/
+9
[next]