aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* net: usb: sipc_hsic: fix crashHEADreplicant-11-nlnet-eu-grant-825310-replicant-updatereplicant-11Denis 'GNUtoo' Carikli2022-02-081-0/+17
* net: usb: sipc_hsic: style cleanupDenis 'GNUtoo' Carikli2022-02-081-29/+48
* net: usb: sipc_hsic: disconnect: remove usb_driver_release_interfaceDenis 'GNUtoo' Carikli2022-02-071-1/+0
* net: usb: add Samsung IPC-over-HSIC driverSimon Shields2021-11-253-0/+305
* net: hso: fix muxed tty registrationJohan Hovold2021-09-301-7/+5
* net: hso: add failure handler for add_net_deviceZiyang Xuan2021-09-221-3/+8
* net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas2021-09-221-0/+5
* net: usb: pegasus: fixes of set_register(s) return value evaluation;Petko Manolov2021-09-031-2/+2
* r8152: fix writing USB_BP2_ENHayes Wang2021-08-261-1/+1
* net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov2021-08-261-4/+12
* net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov2021-08-261-33/+75
* net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin2021-08-121-3/+11
* r8152: Fix potential PM refcount imbalanceTakashi Iwai2021-08-081-1/+2
* usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-281-10/+23
* r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-301-1/+1
* net: cdc_eem: fix tx fixup skb leakLinyu Yuan2021-06-231-1/+1
* net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu2021-06-231-4/+6
* net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski2021-06-231-1/+1
* net: usb: cdc_ncm: don't spew notificationsGrant Grundler2021-06-101-1/+11
* net: hso: bail out on interrupt URB allocation failureJohan Hovold2021-06-031-7/+7
* net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter2021-06-031-19/+18
* net: usb: fix memory leak in smsc75xx_bindPavel Skripkin2021-06-031-2/+6
* net: hso: fix control-request directionsJohan Hovold2021-06-031-2/+2
* net: usb: ax88179_178a: initialize local variables before usePhillip Potter2021-05-071-2/+4
* net: hso: fix NULL-deref on disconnect regressionJohan Hovold2021-04-281-1/+1
* net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam2021-04-141-21/+12
* r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang2021-03-301-1/+4
* net: cdc-phonet: fix data-interface release on probe failureJohan Hovold2021-03-301-0/+2
* Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang2021-03-301-29/+6
* net: usb: qmi_wwan: allow qmimux add/del with master upDaniele Palmas2021-03-171-14/+0
* net: usb: qmi_wwan: support ZTE P685M modemLech Perczak2021-03-071-0/+1
* NET: usb: qmi_wwan: Adding support for Cinterion MV31Christoph Schemmel2021-02-261-0/+1
* net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem familyGiacinto Cifelli2021-02-031-0/+1
* rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin2021-01-231-1/+1
* r8152: Add Lenovo Powered USB-C Travel HubLeon Schuermann2021-01-192-0/+8
* net: cdc_ncm: correct overhead in delayed_ndp_sizeJouni K. Seppänen2021-01-171-2/+6
* net: usb: qmi_wwan: add Quectel EM160R-GLBjørn Mork2021-01-121-0/+1
* CDC-NCM: remove "connected" log messageRoland Dreier2021-01-121-3/+0
* usbnet: ipheth: fix connectivity with iOS 14Yves-Alexis Perez2020-11-211-1/+1
* net: usb: qmi_wwan: Set DTR quirk for MR400Filip Moc2020-11-181-1/+1
* cx82310_eth: fix error return code in cx82310_bind()Zhang Changzhong2020-11-161-1/+2
* net: usb: qmi_wwan: add Telit LE910Cx 0x1230 compositionDaniele Palmas2020-11-031-0/+1
* net: usb: rtl8150: don't incorrectly assign random MAC addressesAnant Thazhemadam2020-10-181-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-158-606/+291
|\
| * net: usbnet: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-23/+1
| * net: usb: qmi_wwan: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-23/+1
| * cx82310_eth: use netdev_err instead of dev_errOndrej Zary2020-10-121-16/+12
| * cx82310_eth: re-enable ethernet mode after router rebootOndrej Zary2020-10-121-6/+44
| * net: usbnet: remove driver versionHeiner Kallweit2020-10-101-4/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-082-4/+13
| |\