summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2022-01-27net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-11rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2021-12-29net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-22net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor1-4/+2
2021-12-14net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones1-0/+2
2021-11-12usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-11-12net: hso: register netdev later to avoid a race conditionAndreas Kemnade1-7/+7
2021-11-02net: lan78xx: fix division by zero in send pathJohan Hovold1-0/+6
2021-11-02usbnet: fix error return code in usbnet_probe()Wang Hai1-0/+1
2021-11-02usbnet: sanity check for maxpacketOliver Neukum1-0/+4
2021-10-27r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum1-0/+4
2021-10-06net: hso: fix muxed tty registrationJohan Hovold1-7/+5
2021-08-15net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin1-3/+11
2021-08-08r8152: Fix potential PM refcount imbalanceTakashi Iwai1-1/+2
2021-06-30r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-30net: cdc_eem: fix tx fixup skb leakLinyu Yuan1-1/+1
2021-06-30net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu1-4/+6
2021-06-30net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski1-1/+1
2021-06-03net: usb: fix memory leak in smsc75xx_bindPavel Skripkin1-2/+6
2021-06-03net: hso: fix control-request directionsJohan Hovold1-2/+2
2021-05-22net: usb: ax88179_178a: initialize local variables before usePhillip Potter1-2/+2
2021-04-28net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-28net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-03-30net: cdc-phonet: fix data-interface release on probe failureJohan Hovold1-0/+2
2021-03-07net: usb: qmi_wwan: support ZTE P685M modemLech Perczak1-0/+1
2021-02-03net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem familyGiacinto Cifelli1-0/+1
2021-01-23rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin1-1/+1
2021-01-23net: cdc_ncm: correct overhead in delayed_ndp_sizeJouni K. Seppänen1-2/+6
2021-01-12CDC-NCM: remove "connected" log messageRoland Dreier1-3/+0
2020-12-11usbnet: ipheth: fix connectivity with iOS 14Yves-Alexis Perez1-1/+1
2020-11-24net: usb: qmi_wwan: Set DTR quirk for MR400Filip Moc1-1/+1
2020-10-14net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam1-4/+12
2020-10-14rndis_host: increase sleep time in the query-response loopOlympia Giannou1-1/+1
2020-09-12net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc1-0/+4
2020-09-12net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya1-1/+1
2020-09-12net: usb: qmi_wwan: add Telit 0x1050 compositionDaniele Palmas1-0/+1
2020-09-12net: usb: qmi_wwan: add Telit ME910 supportDaniele Palmas1-0/+1
2020-09-12usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes1-0/+1
2020-09-12drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201Daniele Palmas1-1/+1
2020-09-12NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040Daniele Palmas1-0/+1
2020-09-12qmi_wwan: add support for Quectel EC21 and EC25Bjørn Mork1-2/+28
2020-09-12qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interfaceSchemmel Hans-Christoph1-0/+3
2020-09-12Add Dell Wireless 5809e Gobi 4G HSPA+ Mobile Broadband Card (rev3) to qmi_wwanPatrik Halfar1-0/+1
2020-09-12net: qmi_wwan: ignore bogus CDC Union descriptorsBjørn Mork1-1/+4
2020-09-12net: qmi_wwan: should hold RTNL while changing netdev typeBjørn Mork1-7/+15
2020-09-12net: qmi_wwan: support "raw IP" modeBjørn Mork1-1/+97
2020-09-12net: qmi_wwan: MDM9x30 specific power managementBjørn Mork1-0/+38
2020-08-21usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev1-1/+4
2020-08-21net: lan78xx: replace bogus endpoint lookupJohan Hovold1-86/+30
2020-08-21net: lan78xx: fix transfer-buffer memory leakJohan Hovold1-0/+1