summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* r8152: fix accessing unset transport headerHayes Wang2022-07-131-7/+7
* usbnet: fix memory leak in error caseOliver Neukum2022-07-061-5/+12
* net: usb: Fix typo in codeLi kunyu2022-07-011-1/+1
* net: usb: ax88179_178a: Fix packet receivingJose Alonso2022-06-301-25/+76
* usbnet: fix memory allocation in helpersOliver Neukum2022-06-291-2/+2
* net: usb: asix: do not force pause frames supportOleksij Rempel2022-06-271-2/+1
* net: asix: fix "can't send until first packet is send" issueOleksij Rempel2022-06-271-0/+1
* net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-06-151-13/+13
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-034-7/+7
|\
| * Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-031-2/+7
| |\
| * | net: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-234-7/+7
* | | net: usb: qmi_wwan: Add support for Cinterion MV31 with new baselineSlark Xiao2022-06-011-0/+1
* | | net: usb: qmi_wwan: add Telit 0x1250 compositionCarlo Lobrano2022-05-271-0/+1
* | | net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober2022-05-191-7/+26
* | | usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid pollingLukas Wunner2022-05-131-52/+61
* | | usbnet: smsc95xx: Avoid link settings race on interrupt receptionLukas Wunner2022-05-131-7/+9
* | | usbnet: smsc95xx: Don't reset PHY behind PHY driver's backLukas Wunner2022-05-131-18/+0
* | | usbnet: smsc95xx: Don't clear read-only PHY interruptLukas Wunner2022-05-131-4/+0
* | | usbnet: Run unregister_netdev() before unbind() againLukas Wunner2022-05-133-10/+5
* | | r8152: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-4/+2
* | | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-064-4/+4
* | | usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-3/+1
* | | net: usb: qmi_wwan: add support for Sierra Wireless EM7590Ethan Yang2022-04-261-0/+1
* | | USB2NET : SR9800 : change SR9800_BULKIN_SIZE from global to staticTom Rix2022-04-221-1/+1
* | | net: cdc-ncm: Move spin_lock_bh() to spin_lock()Yunbo Yu2022-04-221-4/+4
* | | rndis_host: limit scope of bogus MAC address detection to ZTE devicesLech Perczak2022-04-141-5/+12
* | | rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_etherLech Perczak2022-04-141-0/+32
* | | cdc_ether: export usbnet_cdc_zte_rx_fixupLech Perczak2022-04-141-1/+2
* | | net: usb: qmi_wwan: add Telit 0x1057 compositionDaniele Palmas2022-04-121-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-071-2/+7
|\ \ \ | | |/ | |/|
| * | net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski2022-04-061-2/+7
| |/
* / net: usb: remove duplicate assignmentWang Qing2022-04-061-1/+0
|/
* net: usb: ax88179_178a: add Allied Telesis AT-UMCsGreg Jesionowski2022-03-241-0/+51
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-248-107/+119
|\
| * net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel2022-03-122-1/+20
| * net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel2022-03-122-10/+10
| * net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel2022-03-122-12/+8
| * net: usb: asix: unify ax88772_resume codeOleksij Rempel2022-03-122-24/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-8/+20
| |\
| * | net: asix: remove code duplicates in asix_mdio_read/write and asix_mdio_read/...Oleksij Rempel2022-02-241-55/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-1/+1
| |\ \
| * | | usbnet: gl620a: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-02-221-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-175-33/+72
| |\ \ \
| * | | | net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-151-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-0/+2
| |\ \ \ \
| * | | | | net: usb: smsc95xx: add generic selftest supportOleksij Rempel2022-02-092-0/+26
| * | | | | net: asix: add proper error handling of usb read errorsPavel Skripkin2022-02-073-11/+33
| * | | | | net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-041-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-3/+3
| |\ \ \ \ \
| * | | | | | net: usb: asix: remove redundant assignment to variable regColin Ian King2022-01-241-1/+0