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
2018-12-05
net: mii: Add mii_lpa_mod_linkmode_lpa_t
Andrew Lunn
-1
/
+1
2018-12-05
phy: marvell: Rename mii_lpa_to_linkmode_lpa_t
Andrew Lunn
-11
/
+11
2018-12-05
net: mii: Rename mii_stat1000_to_linkmode_lpa_t
Andrew Lunn
-4
/
+4
2018-12-04
phy: Revert toggling reset changes.
David S. Miller
-14
/
+5
2018-12-03
net: phy: Also request modules for C45 IDs
Jose Abreu
-1
/
+15
2018-12-03
net: phy: micrel: add toggling phy reset if PHY is not attached
Yoshihiro Shimoda
-0
/
+8
2018-12-03
net: phy: Fix not to call phy_resume() if PHY is not attached
Yoshihiro Shimoda
-5
/
+6
2018-12-03
net: phy: improve generic EEE ethtool functions
Heiner Kallweit
-5
/
+10
2018-12-03
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
-11
/
+8
2018-12-03
net: phy: don't allow __set_phy_supported to add unsupported modes
Heiner Kallweit
-28
/
+14
2018-11-29
net: phy: sfp: correct store of detected link modes
Baruch Siach
-1
/
+1
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+8
2018-11-27
net: phy: add workaround for issue where PHY driver doesn't bind to the device
Heiner Kallweit
-0
/
+8
2018-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-9
/
+5
2018-11-23
net: phy: mscc: fix deadlock in vsc85xx_default_config
Quentin Schulz
-9
/
+5
2018-11-23
net: phy: vitesse: remove duplicate support for VSC8574
Quentin Schulz
-12
/
+0
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-5
/
+5
2018-11-18
net: phy: icplus: allow configuring the interrupt function on IP101GR
Martin Blumenstingl
-1
/
+80
2018-11-18
net: phy: icplus: implement .did_interrupt for IP101A/G
Martin Blumenstingl
-0
/
+16
2018-11-18
net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASK
Martin Blumenstingl
-2
/
+2
2018-11-18
net: phy: icplus: use the BIT macro where possible
Martin Blumenstingl
-3
/
+3
2018-11-18
net: phy: icplus: keep all ip101a_g functions together
Martin Blumenstingl
-15
/
+15
2018-11-17
net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
Martin Schiller
-5
/
+5
2018-11-16
Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"
David S. Miller
-9
/
+5
2018-11-16
net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
Martin Schiller
-5
/
+9
2018-11-16
net: phy: check for implementation of both callbacks in phy_drv_supports_irq
Heiner Kallweit
-1
/
+1
2018-11-15
net: phy: icplus: add config_intr callback
Heiner Kallweit
-7
/
+16
2018-11-12
net: phy: check if advertising is zero using linkmode_empty
Colin Ian King
-1
/
+1
2018-11-11
net: phy: marvell: remove set but not used variable 'pause'
YueHaibing
-2
/
+0
2018-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-2
/
+16
2018-11-11
net: phy: Add support for resolving 5G and 2.5G autoneg
Andrew Lunn
-0
/
+8
2018-11-11
net: phy: Add more link modes to the settings table
Andrew Lunn
-4
/
+158
2018-11-11
net: phy: Convert u32 phydev->lp_advertising to linkmode
Andrew Lunn
-39
/
+35
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
-193
/
+338
2018-11-11
net: phy: remove states PHY_STARTING and PHY_PENDING
Heiner Kallweit
-7
/
+0
2018-11-11
net: phy: realtek: use new PHYID matching macros
Heiner Kallweit
-19
/
+10
2018-11-11
net: phy: improve and inline phy_change
Heiner Kallweit
-32
/
+15
2018-11-11
net: phy: simplify phy_mac_interrupt and related functions
Heiner Kallweit
-14
/
+1
2018-11-11
net: phy: don't set state PHY_CHANGELINK in phy_change
Heiner Kallweit
-8
/
+0
2018-11-11
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
Heiner Kallweit
-118
/
+4
2018-11-11
net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...
Heiner Kallweit
-2
/
+6
2018-11-09
net: phy: leds: Don't make our own link speed names
Kyle Roeschley
-13
/
+2
2018-11-09
net: phy: improve struct phy_device member interrupts handling
Heiner Kallweit
-2
/
+2
2018-11-08
net: phy: use phy_check_link_status in more places in the state machine
Heiner Kallweit
-48
/
+5
2018-11-08
net: phy: remove state PHY_AN
Heiner Kallweit
-27
/
+0
2018-11-08
net: phy: add phy_check_link_status
Heiner Kallweit
-30
/
+40
2018-11-08
net: phy: remove useless check in state machine case PHY_RESUMING
Heiner Kallweit
-12
/
+1
2018-11-08
net: phy: remove useless check in state machine case PHY_NOLINK
Heiner Kallweit
-11
/
+0
2018-11-07
net: phy: realtek: load driver for all PHYs with a Realtek OUI
Heiner Kallweit
-9
/
+2
2018-11-07
net: phy: make phy_trigger_machine static
Heiner Kallweit
-21
/
+12
[prev]
[next]