summaryrefslogtreecommitdiff
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-18net: usb: lan78xx: Improve error handling in WoL operationsOleksij Rempel1-2/+6
2024-12-18net: usb: lan78xx: remove PHY register access from ethtool get_regsOleksij Rempel1-21/+2
2024-12-18net: usb: lan78xx: rename phy_mutex to mdiobus_mutexOleksij Rempel1-9/+9
2024-12-18net: usb: lan78xx: Use action-specific label in lan78xx_mac_resetOleksij Rempel1-6/+6
2024-12-18net: usb: lan78xx: Use ETIMEDOUT instead of ETIME in lan78xx_stop_hwOleksij Rempel1-3/+1
2024-12-18net: usb: lan78xx: Add error handling to lan78xx_get_regsOleksij Rempel1-6/+30
2024-12-11net: usb: lan78xx: Rename lan78xx_phy_wait_not_busy to lan78xx_mdiobus_wait_n...Oleksij Rempel1-6/+6
2024-12-11net: usb: lan78xx: Improve error handling in lan78xx_phy_wait_not_busyOleksij Rempel1-3/+3
2024-12-11net: usb: lan78xx: Fix return value handling in lan78xx_set_featuresOleksij Rempel1-3/+1
2024-12-11net: usb: lan78xx: Simplify lan78xx_update_regOleksij Rempel1-5/+1
2024-12-11net: usb: lan78xx: Add error handling to lan78xx_set_mac_addrOleksij Rempel1-5/+12
2024-12-11net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel1-8/+28
2024-12-11net: usb: lan78xx: Add error handling to lan78xx_setup_irq_domainOleksij Rempel1-1/+4
2024-12-07net: usb: lan78xx: Improve error handling in dataport and multicast writesOleksij Rempel1-22/+45
2024-12-07net: usb: lan78xx: Add error handling to lan78xx_irq_bus_sync_unlockOleksij Rempel1-2/+11
2024-12-07net: usb: lan78xx: Add error handling to set_rx_max_frame_length and set_mtuOleksij Rempel1-6/+18
2024-12-07net: usb: lan78xx: Add error handling to lan78xx_init_ltmOleksij Rempel1-11/+39
2024-12-07net: usb: lan78xx: Improve error handling in EEPROM and OTP operationsOleksij Rempel1-88/+152
2024-12-07net: usb: lan78xx: Fix error handling in MII read/write functionsOleksij Rempel1-1/+9
2024-12-07net: usb: lan78xx: Improve error reporting with %pe specifierOleksij Rempel1-4/+4
2024-12-07net: usb: lan78xx: move functions to avoid forward definitionsOleksij Rempel1-150/+150
2024-12-07net: usb: lan78xx: Remove KSZ9031 PHY fixupOleksij Rempel1-33/+5
2024-12-07net: usb: lan78xx: Remove LAN8835 PHY fixupOleksij Rempel1-35/+0
2024-11-25net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel1-3/+3
2024-11-25net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4
2024-11-25net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel1-15/+14
2024-06-02lan78xx: Enable Auto Speed and Auto Duplex configuration for LAN7801 if NO EE...Rengarajan S1-1/+4
2024-06-02lan78xx: Enable 125 MHz CLK configuration for LAN7801 if NO EEPROM is detectedRengarajan S1-0/+2
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert1-5/+0
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-08net: usb: lan78xx: Fixup EEEAndrew Lunn1-20/+22
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-03-01net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel1-1/+2
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2024-02-28net: lan78xx: fix "softirq work is pending" errorOleksij Rempel1-0/+2
2024-02-27lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel1-1/+2
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-09lan78xx: remove redundant statement in lan78xx_get_eeeHeiner Kallweit1-2/+0
2023-10-17lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-07-31net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou1-5/+2
2023-03-20net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich1-1/+17
2023-03-03net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino1-26/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-04-29usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-3/+1
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+2
2022-03-03net: usb: lan78xx: Use generic_handle_irq_safe().Sebastian Andrzej Siewior1-5/+2
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-12-16net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6