summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak2023-05-291-1/+1
* net: cdc_ncm: Deal with too low values of dwNtbOutMaxSizeTudor Ambarus2023-05-181-9/+15
* r8152: fix the autosuspend doesn't workHayes Wang2023-05-031-0/+1
* r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang2023-05-011-6/+8
* r8152: fix the poor throughput for 2.5G devicesHayes Wang2023-05-011-0/+14
* r8152: fix flow control issue of RTL8156AHayes Wang2023-05-011-20/+36
* r8152: Add __GFP_NOWARN to big allocationsDouglas Anderson2023-04-071-1/+1
* net: asix: fix modprobe "sysfs: cannot create duplicate filename"Grant Grundler2023-03-221-5/+27
* usb: plusb: remove unused pl_clear_QuickLink_features functionTom Rix2023-03-201-6/+0
* net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich2023-03-201-1/+17
* net: usb: smsc95xx: Limit packet length to skb->lenSzymon Heidrich2023-03-171-0/+6
* net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich2023-03-161-2/+8
* net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich2023-03-151-1/+2
* net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau2023-03-071-0/+1
* net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau2023-03-071-0/+5
* net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino2023-03-021-26/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-4/+4
|\
| * net/usb: kalmia: Don't pass act_len in usb_bulk_msg error pathMiko Larsson2023-02-131-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-3/+1
|\|
| * net: USB: Fix wrong-direction WARNING in plusb.cAlan Stern2023-02-061-3/+1
* | r8152: reduce the control transfer of rtl8152_get_version()Hayes Wang2023-01-201-4/+5
* | r8152: remove rtl_vendor_mode functionHayes Wang2023-01-201-38/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-1/+1
|\|
| * net: usb: sr9700: Handle negative lenSzymon Heidrich2023-01-171-1/+1
* | r8152: avoid to change cfg for all devicesHayes Wang2023-01-181-3/+17