summaryrefslogtreecommitdiff
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)Author
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
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-08lan78xx: remove redundant statement in lan78xx_get_eeeHeiner Kallweit
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt
2023-07-31net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou
2023-03-20net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich
2023-03-02net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-29usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol
2022-03-02net: usb: lan78xx: Use generic_handle_irq_safe().Sebastian Andrzej Siewior
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski