summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorLines
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-74/+233
2023-10-22r8152: Block future register access if register access failsDouglas Anderson-31/+176
2023-10-22r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson-48/+48
2023-10-22r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()Douglas Anderson-0/+4
2023-10-22r8152: Check for unplug in rtl_phy_patch_request()Douglas Anderson-0/+3
2023-10-22r8152: Release firmware if we have an error in probeDouglas Anderson-0/+1
2023-10-22r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson-0/+1
2023-10-22r8152: Run the unload routine if we have errors during probeDouglas Anderson-0/+2
2023-10-22r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson-3/+4
2023-10-22net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida-1/+3
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-10-17net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter-1/+1
2023-10-16net: usb: replace deprecated strncpy with strscpyJustin Stitt-2/+2
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2023-10-10net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco-1/+6
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2023-10-04r8152: use napi_gro_fragsHayes Wang-17/+50
2023-10-04r8152: break the loop when the budget is exhaustedHayes Wang-5/+13
2023-10-03net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida-1/+3
2023-09-11r8152: check budget for r8152_poll()Hayes Wang-0/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-13/+7
2023-08-28r8152: add vendor/device ID pair for D-Link DUB-E250Antonio Napolitano-0/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-5/+45
2023-08-15eth: r8152: try to use a normal budgetJakub Kicinski-2/+1
2023-08-11tty: hso: simplify hso_serial_write()Jiri Slaby (SUSE)-11/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+45
2023-08-01USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard-0/+42
2023-07-31net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn-0/+1
2023-07-31net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou-5/+2
2023-07-28r8152: set bp in bulkHayes Wang-50/+25
2023-07-28r8152: adjust generic_ocp_write functionHayes Wang-11/+18
2023-07-13net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern-0/+6
2023-07-01net: usb: cdc_ether: add u-blox 0x1313 composition.Davide Tronchin-0/+6
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2023-06-27net: usb: qmi_wwan: add u-blox 0x1312 compositionDavide Tronchin-0/+1
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet-0/+1
2023-06-09usbnet: ipheth: update Kconfig descriptionFoster Snowhill-6/+4
2023-06-09usbnet: ipheth: add CDC NCM supportFoster Snowhill-25/+155
2023-06-09usbnet: ipheth: transmit URBs without trailing paddingFoster Snowhill-3/+1
2023-06-09usbnet: ipheth: fix risk of NULL pointer deallocationGeorgi Valkov-1/+1
2023-06-08net: usb: qmi_wwan: add support for Compal RXM-G1Wes Huang-0/+2
2023-05-29net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak-1/+1
2023-05-18net: cdc_ncm: Deal with too low values of dwNtbOutMaxSizeTudor Ambarus-9/+15
2023-05-03r8152: fix the autosuspend doesn't workHayes Wang-0/+1
2023-05-01r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang-6/+8
2023-05-01r8152: fix the poor throughput for 2.5G devicesHayes Wang-0/+14