summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2023-01-14usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich1-1/+2
2022-12-14net: usb: qmi_wwan: add u-blox 0x1342 compositionDavide Tronchin1-0/+1
2022-12-02net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau1-0/+1
2022-11-25usbnet: smsc95xx: Fix deadlock on runtime resumeLukas Wunner1-6/+21
2022-10-30r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2-0/+8
2022-10-26r8152: Rate limit overflow messagesAndrew Gaul1-1/+3
2022-10-05usbnet: Fix memory leak in usbnet_disconnect()Peilin Ye1-1/+6
2022-10-05net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455Frank Wunderlich1-0/+1
2022-09-23net: usb: qmi_wwan: add Quectel RM520Njerry.meng1-0/+1
2022-08-21Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso1-10/+10
2022-08-21usbnet: smsc95xx: Avoid link settings race on interrupt receptionLukas Wunner1-7/+9
2022-08-21usbnet: smsc95xx: Don't clear read-only PHY interruptLukas Wunner1-4/+0
2022-08-21usbnet: Fix linkwatch use-after-free on disconnectLukas Wunner1-6/+2
2022-07-29net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-10/+10
2022-07-12usbnet: fix memory leak in error caseOliver Neukum1-5/+12
2022-07-07net: usb: qmi_wwan: add Telit 0x1070 compositionDaniele Palmas1-0/+1
2022-07-07net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano1-0/+1
2022-07-07usbnet: fix memory allocation in helpersOliver Neukum1-2/+2
2022-07-07net: usb: ax88179_178a: Fix packet receivingJose Alonso1-25/+76
2022-04-20net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski1-2/+7
2022-03-23smsc95xx: Ignore -ENODEV errors when device is unpluggedFabio Estevam1-8/+20
2022-03-23net: usb: Correct reset handling of smsc95xxMarkus Reichl1-1/+2
2022-03-23net: usb: Correct PHY handling of smsc95xxMartyn Welch1-29/+26
2022-03-08net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990Daniele Palmas1-0/+5
2022-03-02CDC-NCM: avoid overflow in sanity checkingOliver Neukum1-4/+4
2022-03-02USB: zaurus: support another broken ZaurusOliver Neukum2-0/+24
2022-03-02sr9700: sanity check for packet lengthOliver Neukum1-1/+1
2022-02-23net: usb: qmi_wwan: Add support for Dell DW5829eSlark Xiao1-0/+2
2022-02-16net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixupJann Horn1-29/+39
2022-02-05ipheth: fix EOVERFLOW in ipheth_rcvbulk_callbackGeorgi Valkov1-3/+3
2022-01-27net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-11rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2022-01-05net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott1-2/+2
2021-12-29net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-14net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones1-0/+2
2021-12-08net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann1-1/+1
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-27lan78xx: select CRC32Vegard Nossum1-0/+1
2021-10-20r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum1-0/+4
2021-10-06usb: hso: remove the bailout parameterDongliang Mu1-3/+3
2021-10-06smsc95xx: fix stalled rx after link changeAaro Koskinen1-0/+3
2021-09-30net: hso: fix muxed tty registrationJohan Hovold1-7/+5
2021-09-22net: hso: add failure handler for add_net_deviceZiyang Xuan1-3/+8
2021-09-22net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas1-0/+5
2021-09-03net: usb: pegasus: fixes of set_register(s) return value evaluation;Petko Manolov1-2/+2
2021-08-26r8152: fix writing USB_BP2_ENHayes Wang1-1/+1
2021-08-26net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov1-4/+12
2021-08-26net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov1-33/+75