summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)Author
2024-03-01net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel
2024-02-27net: lan78xx: fix "softirq work is pending" errorOleksij Rempel
2024-02-27net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco
2024-02-26lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel
2024-02-22net: smsc95xx: add support for SYS TEC USB-SPEmodule1Andre Werner
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-08lan78xx: remove redundant statement in lan78xx_get_eeeHeiner Kallweit
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-04asix: Add check for usbnet_get_endpointsChen Ni
2023-12-15net: usb: ax88179_178a: avoid failed operations when device is disconnectedJose Ignacio Tornos Martinez
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane
2023-12-04r8152: Choose our USB config with choose_configuration() rather than probe()Douglas Anderson
2023-12-04r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()Douglas Anderson
2023-12-04r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()Douglas Anderson
2023-12-04r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()Douglas Anderson
2023-12-04r8152: Add RTL8152_INACCESSIBLE checks to more loopsDouglas Anderson
2023-12-04r8152: Hold the rtnl_lock for all of resetDouglas Anderson
2023-11-25tty: hso: don't initialize global serial_tableJiri Slaby (SUSE)
2023-11-25tty: hso: don't emit load/unload info to the logJiri Slaby (SUSE)
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-23net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak
2023-11-21net: usb: ax88179_178a: avoid two consecutive device resetsJose Ignacio Tornos Martinez
2023-11-21net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez
2023-11-16usb: aqc111: check packet for fixup for true limitOliver Neukum
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-22r8152: Block future register access if register access failsDouglas Anderson
2023-10-22r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson
2023-10-22r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()Douglas Anderson
2023-10-22r8152: Check for unplug in rtl_phy_patch_request()Douglas Anderson
2023-10-22r8152: Release firmware if we have an error in probeDouglas Anderson
2023-10-22r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson
2023-10-22r8152: Run the unload routine if we have errors during probeDouglas Anderson
2023-10-22r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson
2023-10-22net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-17net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter
2023-10-16net: usb: replace deprecated strncpy with strscpyJustin Stitt
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-10net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04r8152: use napi_gro_fragsHayes Wang
2023-10-04r8152: break the loop when the budget is exhaustedHayes Wang
2023-10-03net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida
2023-09-11r8152: check budget for r8152_poll()Hayes Wang