summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-233-6/+7
|\
| * net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak2023-11-231-0/+1
| * net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez2023-11-211-2/+2
| * usb: aqc111: check packet for fixup for true limitOliver Neukum2023-11-161-4/+4
* | net: usb: ax88179_178a: avoid two consecutive device resetsJose Ignacio Tornos Martinez2023-11-211-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-262-74/+233
|\
| * r8152: Block future register access if register access failsDouglas Anderson2023-10-221-31/+176
| * r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson2023-10-221-48/+48
| * r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()Douglas Anderson2023-10-221-0/+4
| * r8152: Check for unplug in rtl_phy_patch_request()Douglas Anderson2023-10-221-0/+3
| * r8152: Release firmware if we have an error in probeDouglas Anderson2023-10-221-0/+1
| * r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson2023-10-221-0/+1
| * r8152: Run the unload routine if we have errors during probeDouglas Anderson2023-10-221-0/+2
| * r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson2023-10-221-3/+4
| * net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida2023-10-221-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-1/+1
|\|
| * net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter2023-10-171-1/+1
* | net: usb: replace deprecated strncpy with strscpyJustin Stitt2023-10-161-2/+2
* | lan78xx: replace deprecated strncpy with strscpyJustin Stitt2023-10-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-1/+6
|\|
| * net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco2023-10-101-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-1/+3
|\|
| * net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida2023-10-031-1/+3
* | r8152: use napi_gro_fragsHayes Wang2023-10-041-17/+50
* | r8152: break the loop when the budget is exhaustedHayes Wang2023-10-041-5/+13
|/
* r8152: check budget for r8152_poll()Hayes Wang2023-09-111-0/+3
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-13/+7
|\
| * Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-204-5/+45
| |\
| * | tty: hso: simplify hso_serial_write()Jiri Slaby (SUSE)2023-08-111-11/+5
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* | | r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano2023-08-281-0/+1
* | | eth: r8152: try to use a normal budgetJakub Kicinski2023-08-151-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-034-5/+45
|\ \ \ | | |/ | |/|
| * | USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard2023-08-012-0/+42
| * | net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn2023-07-311-0/+1
| * | net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou2023-07-311-5/+2
| |/
* | r8152: set bp in bulkHayes Wang2023-07-281-50/+25
* | r8152: adjust generic_ocp_write functionHayes Wang2023-07-281-11/+18
|/
* net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern2023-07-131-0/+6
* net: usb: cdc_ether: add u-blox 0x1313 composition.Davide Tronchin2023-07-011-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-0/+1
|\
| * net: usb: qmi_wwan: add u-blox 0x1312 compositionDavide Tronchin2023-06-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-0/+2
|\|
| * net: usb: qmi_wwan: add support for Compal RXM-G1Wes Huang2023-06-081-0/+2
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* | usbnet: ipheth: update Kconfig descriptionFoster Snowhill2023-06-091-6/+4
* | usbnet: ipheth: add CDC NCM supportFoster Snowhill2023-06-091-25/+155
* | usbnet: ipheth: transmit URBs without trailing paddingFoster Snowhill2023-06-091-3/+1
* | usbnet: ipheth: fix risk of NULL pointer deallocationGeorgi Valkov2023-06-091-1/+1
|/