summaryrefslogtreecommitdiff
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)Author
2025-06-30net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnectOleksij Rempel
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit
2025-05-16net: Switch to irq_domain_create_*()Jiri Slaby (SUSE)
2025-05-07net: usb: lan78xx: Extract flow control configuration to helperOleksij Rempel
2025-05-07net: usb: lan78xx: Refactor USB link power configuration into helperOleksij Rempel
2025-05-07net: usb: lan78xx: Extract PHY interrupt acknowledgment to helperOleksij Rempel
2025-05-07net: usb: lan78xx: move LED DT configuration to helperOleksij Rempel
2025-05-07net: usb: lan78xx: refactor PHY init to separate detection and MAC configurationOleksij Rempel
2025-05-07net: usb: lan78xx: remove explicit check for missing PHY driverOleksij Rempel
2025-05-07net: usb: lan78xx: Improve error handling in PHY initializationOleksij Rempel
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-10net: usb: lan78xx: Sanitize return values of register read/write functionsOleksij Rempel
2024-12-17net: usb: lan78xx: Improve error handling in WoL operationsOleksij Rempel
2024-12-17net: usb: lan78xx: remove PHY register access from ethtool get_regsOleksij Rempel
2024-12-17net: usb: lan78xx: rename phy_mutex to mdiobus_mutexOleksij Rempel
2024-12-17net: usb: lan78xx: Use action-specific label in lan78xx_mac_resetOleksij Rempel
2024-12-17net: usb: lan78xx: Use ETIMEDOUT instead of ETIME in lan78xx_stop_hwOleksij Rempel
2024-12-17net: usb: lan78xx: Add error handling to lan78xx_get_regsOleksij Rempel
2024-12-10net: usb: lan78xx: Rename lan78xx_phy_wait_not_busy to lan78xx_mdiobus_wait_n...Oleksij Rempel
2024-12-10net: usb: lan78xx: Improve error handling in lan78xx_phy_wait_not_busyOleksij Rempel
2024-12-10net: usb: lan78xx: Fix return value handling in lan78xx_set_featuresOleksij Rempel
2024-12-10net: usb: lan78xx: Simplify lan78xx_update_regOleksij Rempel
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_set_mac_addrOleksij Rempel
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_setup_irq_domainOleksij Rempel
2024-12-06net: usb: lan78xx: Improve error handling in dataport and multicast writesOleksij Rempel
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlockOleksij Rempel
2024-12-06net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtuOleksij Rempel
2024-12-06net: usb: lan78xx: Add error handling to lan78xx_init_ltmOleksij Rempel
2024-12-06net: usb: lan78xx: Improve error handling in EEPROM and OTP operationsOleksij Rempel
2024-12-06net: usb: lan78xx: Fix error handling in MII read/write functionsOleksij Rempel
2024-12-06net: usb: lan78xx: Improve error reporting with %pe specifierOleksij Rempel
2024-12-06net: usb: lan78xx: move functions to avoid forward definitionsOleksij Rempel
2024-12-06net: usb: lan78xx: Remove KSZ9031 PHY fixupOleksij Rempel
2024-12-06net: usb: lan78xx: Remove LAN8835 PHY fixupOleksij Rempel
2024-11-24net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel
2024-06-01lan78xx: Enable Auto Speed and Auto Duplex configuration for LAN7801 if NO EE...Rengarajan S
2024-06-01lan78xx: Enable 125 MHz CLK configuration for LAN7801 if NO EEPROM is detectedRengarajan S
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-08net: usb: lan78xx: Fixup EEEAndrew Lunn
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-01net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-27net: lan78xx: fix "softirq work is pending" errorOleksij Rempel
2024-02-26lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel