aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-03r8152: fix the autosuspend doesn't workHayes Wang1-0/+1
2023-05-01r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang1-6/+8
2023-05-01r8152: fix the poor throughput for 2.5G devicesHayes Wang1-0/+14
2023-05-01r8152: fix flow control issue of RTL8156AHayes Wang1-20/+36
2023-04-07r8152: Add __GFP_NOWARN to big allocationsDouglas Anderson1-1/+1
2023-03-22net: asix: fix modprobe "sysfs: cannot create duplicate filename"Grant Grundler1-5/+27
2023-03-20usb: plusb: remove unused pl_clear_QuickLink_features functionTom Rix1-6/+0
2023-03-20net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich1-1/+17
2023-03-17net: usb: smsc95xx: Limit packet length to skb->lenSzymon Heidrich1-0/+6
2023-03-16net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich1-2/+8
2023-03-15net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich1-1/+2
2023-03-07net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau1-0/+1
2023-03-07net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau1-0/+5
2023-03-02net: lan78xx: fix accessing the LAN7800's internal phy specific registers from the MAC driverYuiko Oshino1-26/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2023-02-13net/usb: kalmia: Don't pass act_len in usb_bulk_msg error pathMiko Larsson1-4/+4
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-02-06net: USB: Fix wrong-direction WARNING in plusb.cAlan Stern1-3/+1
2023-01-20r8152: reduce the control transfer of rtl8152_get_version()Hayes Wang1-4/+5
2023-01-20r8152: remove rtl_vendor_mode functionHayes Wang1-38/+1
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-01-18r8152: avoid to change cfg for all devicesHayes Wang1-3/+17
2023-01-17net: usb: sr9700: Handle negative lenSzymon Heidrich1-1/+1
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+7
2023-01-12r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara1-0/+1
2023-01-09cdc_ether: no need to blacklist any r8152 devicesBjørn Mork1-114/+0
2023-01-09r8152: add USB device driver for config selectionBjørn Mork1-32/+81
2023-01-09usbnet: optimize usbnet_bh() to reduce CPU loadLeesoo Ahn1-12/+17
2023-01-05net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modemHui Wang1-0/+6
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2023-01-03usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich1-1/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-07net: asix: add support for the Linux Automation GmbH USB 10Base-T1LOleksij Rempel1-0/+18
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2022-11-28net: usb: cdc_ether: add u-blox 0x1343 compositionDavide Tronchin1-0/+6
2022-11-23net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLPSantiago Ruano Rincón1-0/+1
2022-11-23net: usb: qmi_wwan: add u-blox 0x1342 compositionDavide Tronchin1-0/+1
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+43
2022-11-17net: usb: smsc95xx: fix external PHY resetAlexandru Tachici1-4/+42
2022-11-17net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau1-0/+1
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-11-03net: usb: Use kstrtobool() instead of strtobool()Christophe JAILLET2-3/+5
2022-10-31drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov1-2/+2
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-10-03r8152: Rate limit overflow messagesAndrew Gaul1-1/+3
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+7
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-27net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455Frank Wunderlich1-0/+1
2022-09-26usbnet: Fix memory leak in usbnet_disconnect()Peilin Ye1-1/+6