summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-1216-18/+18
* usbnet: switch to core handling of rx/tx byte/packet countersHeiner Kallweit2020-11-121-16/+7
* qmi_wwan: switch to core handling of rx/tx byte/packet countersHeiner Kallweit2020-11-121-31/+8
* net: usb: fix spelling typo in cdc_ncm.cWang Qing2020-11-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-0/+1
|\
| * net: usb: qmi_wwan: add Telit LE910Cx 0x1230 compositionDaniele Palmas2020-11-031-0/+1
* | net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang2020-11-053-27/+167
* | net: usb: r8152: Fix a couple of spelling errors in fw_phy_nc's docsLee Jones2020-11-031-2/+2
* | net: usb: lan78xx: Remove lots of set but unused 'ret' variablesLee Jones2020-11-031-90/+78
* | net: usb: r8152: Provide missing documentation for some struct membersLee Jones2020-11-031-0/+6
|/
* 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
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-052-8/+62
| |\ \
| * | | usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-031-1/+1
| * | | net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()Ɓukasz Stelmach2020-10-022-12/+14
| * | | net: usb: net1080: Remove in_interrupt() commentSebastian Andrzej Siewior2020-09-291-1/+0
| * | | net: usb: kaweth: Remove last user of kaweth_control()Sebastian Andrzej Siewior2020-09-291-151/+17
| * | | net: usb: kaweth: Replace kaweth_control() with usb_control_msg()Sebastian Andrzej Siewior2020-09-291-63/+30
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0411-17/+22
| |\ \ \ \
| * | | | | smsc95xx: add phylib supportAndre Edich2020-08-282-265/+136
| * | | | | smsc95xx: use usbnet->driver_privAndre Edich2020-08-281-33/+28
| * | | | | smsc95xx: remove redundant function argumentsAndre Edich2020-08-281-18/+17
* | | | | | Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-152-72/+21
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-051-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | net: pegasus: Use the new usb control message API.Petko Manolov2020-10-021-46/+15
| * | | | | net: rtl8150: Use the new usb control message API.Petko Manolov2020-10-021-26/+6
| | |_|/ / | |/| | |
* | | | | net: usb: qmi_wwan: add Cellient MPL200 cardWilken Gottwalt2020-10-081-0/+1
* | | | | net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam2020-10-061-4/+12
| |_|_|/ |/| | |
* | | | net: usb: pegasus: Proper error handing when setting pegasus' MAC addressPetko Manolov2020-10-021-8/+27
* | | | net: usb: ax88179_178a: add MCT usb 3.0 adapterWilken Gottwalt2020-09-281-0/+17
* | | | net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt2020-09-281-0/+1
* | | | net: usb: ax88179_178a: add Toshiba usb 3.0 adapterWilken Gottwalt2020-09-251-0/+17
| |/ / |/| |
* | | rndis_host: increase sleep time in the query-response loopOlympia Giannou2020-09-141-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-1/+6
|\ \
| * | net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc2020-09-011-0/+4
| * | net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya2020-08-271-1/+1
| * | net: cdc_ncm: Fix build errorYueHaibing2020-08-261-0/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-16/+16
|/
* r8152: Use MAC address from correct device tree nodeThierry Reding2020-08-071-1/+1
* usb: hso: remove bogus check for EINPROGRESSOliver Neukum2020-08-051-2/+1
* usb: hso: no complaint about kmalloc failureOliver Neukum2020-08-051-3/+2
* hso: fix bailout in error case of probeOliver Neukum2020-08-051-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-022-83/+35
|\