index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: export phy_queue_state_machine
Heiner Kallweit
2019-05-31
1
-3
/
+5
*
net: phy: add callback for custom interrupt handler to struct phy_driver
Heiner Kallweit
2019-05-31
1
-2
/
+7
*
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
2019-05-31
2
-15
/
+23
*
net: phy: sfp: enable i2c-bus detection on ACPI based systems
Ruslan Babayev
2019-05-30
1
-8
/
+27
*
net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()
Marek Vasut
2019-05-30
1
-22
/
+2
*
net: phylink: Add phylink_{printk, err, warn, info, dbg} macros
Ioana Ciornei
2019-05-30
1
-60
/
+77
*
net: phylink: Add PHYLINK_DEV operation type
Ioana Ciornei
2019-05-30
1
-5
/
+20
*
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
2019-05-30
1
-9
/
+17
*
net: phylink: Add phylink_mac_link_{up, down} wrapper functions
Ioana Ciornei
2019-05-30
1
-18
/
+32
*
net: phy: Add phy_standalone sysfs entry
Ioana Ciornei
2019-05-30
1
-0
/
+22
*
net: phy: Check against net_device being NULL
Ioana Ciornei
2019-05-30
1
-0
/
+6
*
net: phy: Guard against the presence of a netdev
Ioana Ciornei
2019-05-30
1
-10
/
+23
*
net: phy: Add phy_sysfs_create_links helper function
Vladimir Oltean
2019-05-30
1
-17
/
+26
*
net: phy: bcm87xx: improve bcm87xx_config_init and feature detection
Heiner Kallweit
2019-05-27
1
-12
/
+8
*
net: phy: tja11xx: Add TJA11xx PHY driver
Marek Vasut
2019-05-26
3
-0
/
+430
*
net: phy: aquantia: add USXGMII support and warn if XGMII mode is set
Heiner Kallweit
2019-05-24
1
-0
/
+8
*
net: phy: lxt: Add suspend/resume support to LXT971 and LXT973.
Christophe Leroy
2019-05-23
1
-0
/
+6
*
net: phy: Make phy_basic_t1_features use base100t1.
Andrew Lunn
2019-05-23
1
-1
/
+1
*
net: phy: Add support for 100BaseT1 and 1000BaseT1
Andrew Lunn
2019-05-23
1
-1
/
+3
*
net: phy: dp83867: Allocate state struct in probe
Trent Piepho
2019-05-23
1
-14
/
+19
*
net: phy: dp83867: Validate FIFO depth property
Trent Piepho
2019-05-23
1
-2
/
+15
*
net: phy: dp83867: IO impedance is not dependent on RGMII delay
Trent Piepho
2019-05-23
1
-10
/
+9
*
net: phy: dp83867: Use unsigned variables to store unsigned properties
Trent Piepho
2019-05-23
1
-3
/
+3
*
net: phy: dp83867: Rework delay rgmii delay handling
Trent Piepho
2019-05-23
1
-12
/
+66
*
net: phy: dp83867: Add ability to disable output clock
Trent Piepho
2019-05-23
1
-9
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-22
1
-22
/
+15
|
\
|
*
net: phylink: ensure inband AN works correctly
Russell King
2019-05-21
1
-22
/
+15
*
|
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-05-21
3
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
|
net: phy: aquantia: readd XGMII support for AQR107
Madalin-cristian Bucur
2019-05-16
1
-0
/
+1
|
/
*
net: meson: fixup g12a glue ephy id
Jerome Brunet
2019-05-13
1
-1
/
+1
*
net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_...
Kunihiko Hayashi
2019-05-13
1
-3
/
+3
*
net: phy: realtek: fix double page ops in generic Realtek driver
Heiner Kallweit
2019-05-11
1
-2
/
+0
*
net: phy: realtek: add missing page operations
Heiner Kallweit
2019-05-11
1
-0
/
+12
*
net: phy: realtek: Change TX-delay setting for RGMII modes only
Serge Semin
2019-05-09
1
-4
/
+15
*
net: phy: realtek: Add rtl8211e rx/tx delays config
Serge Semin
2019-05-09
1
-0
/
+51
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-08
1
-4
/
+7
|
\
|
*
net: phy: fix phy_validate_pause
Heiner Kallweit
2019-05-05
1
-4
/
+7
*
|
net: phy: improve pause mode reporting in phy_print_status
Heiner Kallweit
2019-05-07
1
-1
/
+27
*
|
net: phy: improve resuming from hibernation
Heiner Kallweit
2019-05-04
1
-6
/
+1
*
|
net: phy: improve pause handling
Heiner Kallweit
2019-05-04
3
-9
/
+31
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-03
1
-2
/
+4
|
\
|
|
*
net: phy: marvell: Fix buffer overrun with stats counters
Andrew Lunn
2019-04-26
1
-2
/
+4
*
|
net: phy: micrel: make sure the factory test bit is cleared
Antoine Tenart
2019-04-30
1
-1
/
+14
*
|
net: phy: avoid unneeded MDIO reads in genphy_read_status
Heiner Kallweit
2019-04-29
1
-1
/
+5
*
|
net: phy: improve genphy_soft_reset
Heiner Kallweit
2019-04-26
1
-2
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-26
1
-0
/
+9
|
\
|
|
*
spi: Micrel eth switch: declare missing of table
Daniel Gomez
2019-04-23
1
-0
/
+9
*
|
net: phy: vitesse: Remove support for VSC8514.
Kavya Sree Kotagiri
2019-04-23
1
-12
/
+0
[next]