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
2019-05-31
net: phylink: support for link gpio interrupt
Russell King
-4
/
+32
2019-05-31
net: phylink: remove netdev from phylink mii ioctl emulation
Russell King
-8
/
+4
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-10
/
+62
2019-05-30
net: phy: export phy_queue_state_machine
Heiner Kallweit
-3
/
+5
2019-05-30
net: phy: add callback for custom interrupt handler to struct phy_driver
Heiner Kallweit
-2
/
+7
2019-05-30
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
-15
/
+23
2019-05-30
net: phy: sfp: enable i2c-bus detection on ACPI based systems
Ruslan Babayev
-8
/
+27
2019-05-29
net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()
Marek Vasut
-22
/
+2
2019-05-29
net: phylink: Add phylink_{printk, err, warn, info, dbg} macros
Ioana Ciornei
-60
/
+77
2019-05-29
net: phylink: Add PHYLINK_DEV operation type
Ioana Ciornei
-5
/
+20
2019-05-29
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
-9
/
+17
2019-05-29
net: phylink: Add phylink_mac_link_{up, down} wrapper functions
Ioana Ciornei
-18
/
+32
2019-05-29
net: phy: Add phy_standalone sysfs entry
Ioana Ciornei
-0
/
+22
2019-05-29
net: phy: Check against net_device being NULL
Ioana Ciornei
-0
/
+6
2019-05-29
net: phy: Guard against the presence of a netdev
Ioana Ciornei
-10
/
+23
2019-05-29
net: phy: Add phy_sysfs_create_links helper function
Vladimir Oltean
-17
/
+26
2019-05-29
net: phy: dp83867: Set up RGMII TX delay
Max Uvarov
-3
/
+1
2019-05-29
net: phy: dp83867: do not call config_init twice
Max Uvarov
-1
/
+1
2019-05-29
net: phy: dp83867: increase SGMII autoneg timer duration
Max Uvarov
-0
/
+18
2019-05-29
net: phy: dp83867: fix speed 10 in sgmii mode
Max Uvarov
-0
/
+17
2019-05-29
net: phy: marvell10g: report if the PHY fails to boot firmware
Russell King
-0
/
+13
2019-05-29
net: phylink: ensure consistent phy interface mode
Russell King
-3
/
+7
2019-05-26
net: phy: bcm87xx: improve bcm87xx_config_init and feature detection
Heiner Kallweit
-12
/
+8
2019-05-26
net: phy: tja11xx: Add TJA11xx PHY driver
Marek Vasut
-0
/
+430
2019-05-24
net: phy: aquantia: add USXGMII support and warn if XGMII mode is set
Heiner Kallweit
-0
/
+8
2019-05-23
net: phy: lxt: Add suspend/resume support to LXT971 and LXT973.
Christophe Leroy
-0
/
+6
2019-05-22
net: phy: Make phy_basic_t1_features use base100t1.
Andrew Lunn
-1
/
+1
2019-05-22
net: phy: Add support for 100BaseT1 and 1000BaseT1
Andrew Lunn
-1
/
+3
2019-05-22
net: phy: dp83867: Allocate state struct in probe
Trent Piepho
-14
/
+19
2019-05-22
net: phy: dp83867: Validate FIFO depth property
Trent Piepho
-2
/
+15
2019-05-22
net: phy: dp83867: IO impedance is not dependent on RGMII delay
Trent Piepho
-10
/
+9
2019-05-22
net: phy: dp83867: Use unsigned variables to store unsigned properties
Trent Piepho
-3
/
+3
2019-05-22
net: phy: dp83867: Rework delay rgmii delay handling
Trent Piepho
-12
/
+66
2019-05-22
net: phy: dp83867: Add ability to disable output clock
Trent Piepho
-9
/
+28
2019-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-22
/
+15
2019-05-21
net: phylink: ensure inband AN works correctly
Russell King
-22
/
+15
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
-0
/
+2
2019-05-16
net: phy: aquantia: readd XGMII support for AQR107
Madalin-cristian Bucur
-0
/
+1
2019-05-13
net: meson: fixup g12a glue ephy id
Jerome Brunet
-1
/
+1
2019-05-13
net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_...
Kunihiko Hayashi
-3
/
+3
2019-05-11
net: phy: realtek: fix double page ops in generic Realtek driver
Heiner Kallweit
-2
/
+0
2019-05-10
net: phy: realtek: add missing page operations
Heiner Kallweit
-0
/
+12
2019-05-08
net: phy: realtek: Change TX-delay setting for RGMII modes only
Serge Semin
-4
/
+15
2019-05-08
net: phy: realtek: Add rtl8211e rx/tx delays config
Serge Semin
-0
/
+51
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-4
/
+7
2019-05-07
net: phy: improve pause mode reporting in phy_print_status
Heiner Kallweit
-1
/
+27
2019-05-05
net: phy: fix phy_validate_pause
Heiner Kallweit
-4
/
+7
2019-05-04
net: phy: improve resuming from hibernation
Heiner Kallweit
-6
/
+1
[prev]
[next]