index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
lan78xx.c
Age
Commit message (
Expand
)
Author
2025-08-25
net: usb: lan78xx: add support for generic net selftests via ethtool
Oleksij Rempel
2025-07-07
net: usb: lan78xx: stop including phy_fixed.h
Heiner Kallweit
2025-07-01
net: usb: lan78xx: fix possible NULL pointer dereference in lan78xx_phy_init()
Oleksij Rempel
2025-06-19
net: usb: lan78xx: remove unused struct members
Oleksij Rempel
2025-06-19
net: usb: lan78xx: Integrate EEE support with phylink LPI API
Oleksij Rempel
2025-06-19
net: usb: lan78xx: port link settings to phylink API
Oleksij Rempel
2025-06-19
net: usb: lan78xx: Use ethtool_op_get_link to reflect current link status
Oleksij Rempel
2025-06-19
net: usb: lan78xx: Rename EVENT_LINK_RESET to EVENT_PHY_INT_ACK
Oleksij Rempel
2025-06-19
net: usb: lan78xx: Convert to PHYLINK for improved PHY and MAC management
Oleksij Rempel
2025-06-12
net: Use dev_fwnode()
Jiri Slaby (SUSE)
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-11
net: usb: lan78xx: make struct fphy_status static const
Heiner Kallweit
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-05-20
net: phy: fixed_phy: remove irq argument from fixed_phy_register
Heiner Kallweit
2025-05-16
net: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
2025-05-07
net: usb: lan78xx: Extract flow control configuration to helper
Oleksij Rempel
2025-05-07
net: usb: lan78xx: Refactor USB link power configuration into helper
Oleksij Rempel
2025-05-07
net: usb: lan78xx: Extract PHY interrupt acknowledgment to helper
Oleksij Rempel
2025-05-07
net: usb: lan78xx: move LED DT configuration to helper
Oleksij Rempel
2025-05-07
net: usb: lan78xx: refactor PHY init to separate detection and MAC configuration
Oleksij Rempel
2025-05-07
net: usb: lan78xx: remove explicit check for missing PHY driver
Oleksij Rempel
2025-05-07
net: usb: lan78xx: Improve error handling in PHY initialization
Oleksij Rempel
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-10
net: usb: lan78xx: Sanitize return values of register read/write functions
Oleksij Rempel
2024-12-17
net: usb: lan78xx: Improve error handling in WoL operations
Oleksij Rempel
2024-12-17
net: usb: lan78xx: remove PHY register access from ethtool get_regs
Oleksij Rempel
2024-12-17
net: usb: lan78xx: rename phy_mutex to mdiobus_mutex
Oleksij Rempel
2024-12-17
net: usb: lan78xx: Use action-specific label in lan78xx_mac_reset
Oleksij Rempel
2024-12-17
net: usb: lan78xx: Use ETIMEDOUT instead of ETIME in lan78xx_stop_hw
Oleksij Rempel
2024-12-17
net: usb: lan78xx: Add error handling to lan78xx_get_regs
Oleksij Rempel
2024-12-10
net: usb: lan78xx: Rename lan78xx_phy_wait_not_busy to lan78xx_mdiobus_wait_n...
Oleksij Rempel
2024-12-10
net: usb: lan78xx: Improve error handling in lan78xx_phy_wait_not_busy
Oleksij Rempel
2024-12-10
net: usb: lan78xx: Fix return value handling in lan78xx_set_features
Oleksij Rempel
2024-12-10
net: usb: lan78xx: Simplify lan78xx_update_reg
Oleksij Rempel
2024-12-10
net: usb: lan78xx: Add error handling to lan78xx_set_mac_addr
Oleksij Rempel
2024-12-10
net: usb: lan78xx: Add error handling to lan78xx_init_mac_address
Oleksij Rempel
2024-12-10
net: usb: lan78xx: Add error handling to lan78xx_setup_irq_domain
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Improve error handling in dataport and multicast writes
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlock
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtu
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Add error handling to lan78xx_init_ltm
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Improve error handling in EEPROM and OTP operations
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Fix error handling in MII read/write functions
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Improve error reporting with %pe specifier
Oleksij Rempel
2024-12-06
net: usb: lan78xx: move functions to avoid forward definitions
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Remove KSZ9031 PHY fixup
Oleksij Rempel
2024-12-06
net: usb: lan78xx: Remove LAN8835 PHY fixup
Oleksij Rempel
2024-11-24
net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configuration
Oleksij Rempel
2024-11-24
net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device
Oleksij Rempel
[next]