summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2024-04-10drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov1-2/+2
2024-04-10net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez1-0/+2
2024-03-27sr9800: Add check for usbnet_get_endpointsChen Ni1-1/+3
2024-03-27net: smsc95xx: add support for SYS TEC USB-SPEmodule1Andre Werner1-0/+5
2024-03-15net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel1-1/+2
2024-03-06net: lan78xx: fix "softirq work is pending" errorOleksij Rempel1-0/+2
2024-03-06net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco1-1/+1
2024-03-06lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel1-1/+2
2024-02-05net: usb: ax88179_178a: avoid two consecutive device resetsJose Ignacio Tornos Martinez1-2/+0
2024-01-10asix: Add check for usbnet_get_endpointsChen Ni1-1/+3
2024-01-01net: usb: ax88179_178a: avoid failed operations when device is disconnectedJose Ignacio Tornos Martinez1-3/+20
2023-12-20r8152: fix the autosuspend doesn't workHayes Wang1-0/+1
2023-12-20r8152: remove rtl_vendor_mode functionHayes Wang1-38/+1
2023-12-20r8152: avoid to change cfg for all devicesHayes Wang1-3/+17
2023-12-20net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak1-0/+1
2023-12-20usb: aqc111: check packet for fixup for true limitOliver Neukum1-4/+4
2023-12-20r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane1-0/+1
2023-12-20r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano1-0/+1
2023-12-20r8152: add USB device driver for config selectionBjørn Mork1-33/+82
2023-12-13r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()Douglas Anderson1-0/+2
2023-12-13r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()Douglas Anderson1-0/+2
2023-12-13r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()Douglas Anderson1-0/+2
2023-12-13r8152: Add RTL8152_INACCESSIBLE checks to more loopsDouglas Anderson1-0/+8
2023-12-13r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson1-48/+48
2023-12-03net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez1-2/+2
2023-11-08r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()Douglas Anderson1-0/+4
2023-11-08r8152: Check for unplug in rtl_phy_patch_request()Douglas Anderson1-0/+3
2023-11-02r8152: Release firmware if we have an error in probeDouglas Anderson1-0/+1
2023-11-02r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson1-0/+1
2023-11-02r8152: Run the unload routine if we have errors during probeDouglas Anderson1-0/+2
2023-11-02r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson1-3/+4
2023-11-02net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida1-1/+3
2023-10-25net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter1-1/+1
2023-10-20net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco1-1/+6
2023-10-10net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida1-1/+3
2023-09-19r8152: check budget for r8152_poll()Hayes Wang1-0/+3
2023-09-13net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn1-0/+1
2023-08-11net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern1-0/+6
2023-08-11USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard2-0/+42
2023-06-21net: usb: qmi_wwan: add support for Compal RXM-G1Wes Huang1-0/+2
2023-06-09net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak1-1/+1
2023-05-30net: cdc_ncm: Deal with too low values of dwNtbOutMaxSizeTudor Ambarus1-9/+15
2023-05-17r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang1-6/+8
2023-05-17r8152: fix the poor throughput for 2.5G devicesHayes Wang1-0/+14
2023-05-17r8152: fix flow control issue of RTL8156AHayes Wang1-20/+36
2023-03-30net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau1-0/+1
2023-03-30net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau1-0/+5
2023-03-30net: asix: fix modprobe "sysfs: cannot create duplicate filename"Grant Grundler1-5/+27
2023-03-30net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich1-1/+17
2023-03-30net: usb: smsc95xx: Limit packet length to skb->lenSzymon Heidrich1-0/+6