aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-18net: usb: rtl8150: don't incorrectly assign random MAC addressesAnant Thazhemadam1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds8-606/+291
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-72/+21
2020-10-13net: usbnet: use new function dev_fetch_sw_netstatsHeiner Kallweit1-23/+1
2020-10-13net: usb: qmi_wwan: use new function dev_fetch_sw_netstatsHeiner Kallweit1-23/+1
2020-10-12cx82310_eth: use netdev_err instead of dev_errOndrej Zary1-16/+12
2020-10-12cx82310_eth: re-enable ethernet mode after router rebootOndrej Zary1-6/+44
2020-10-10net: usbnet: remove driver versionHeiner Kallweit1-4/+0
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+13
2020-10-08net: usb: qmi_wwan: add Cellient MPL200 cardWilken Gottwalt1-0/+1
2020-10-06net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam1-4/+12
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+62
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman1-1/+1
2020-10-03usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-02net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()Łukasz Stelmach2-12/+14
2020-10-02net: usb: pegasus: Proper error handing when setting pegasus' MAC addressPetko Manolov1-8/+27
2020-10-02net: pegasus: Use the new usb control message API.Petko Manolov1-46/+15
2020-10-02net: rtl8150: Use the new usb control message API.Petko Manolov1-26/+6
2020-09-29net: usb: net1080: Remove in_interrupt() commentSebastian Andrzej Siewior1-1/+0
2020-09-29net: usb: kaweth: Remove last user of kaweth_control()Sebastian Andrzej Siewior1-151/+17
2020-09-29net: usb: kaweth: Replace kaweth_control() with usb_control_msg()Sebastian Andrzej Siewior1-63/+30
2020-09-28net: usb: ax88179_178a: add MCT usb 3.0 adapterWilken Gottwalt1-0/+17
2020-09-28net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt1-0/+1
2020-09-25net: usb: ax88179_178a: add Toshiba usb 3.0 adapterWilken Gottwalt1-0/+17
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-14rndis_host: increase sleep time in the query-response loopOlympia Giannou1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-17/+22
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-1/+6
2020-09-01net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc1-0/+4
2020-08-28smsc95xx: add phylib supportAndre Edich2-265/+136
2020-08-28smsc95xx: use usbnet->driver_privAndre Edich1-33/+28
2020-08-28smsc95xx: remove redundant function argumentsAndre Edich1-18/+17
2020-08-27net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya1-1/+1
2020-08-26net: cdc_ncm: Fix build errorYueHaibing1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-16/+16
2020-08-07r8152: Use MAC address from correct device tree nodeThierry Reding1-1/+1
2020-08-05usb: hso: remove bogus check for EINPROGRESSOliver Neukum1-2/+1
2020-08-05usb: hso: no complaint about kmalloc failureOliver Neukum1-3/+2
2020-08-05hso: fix bailout in error case of probeOliver Neukum1-4/+4
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-83/+35
2020-07-28net: lan78xx: replace bogus endpoint lookupJohan Hovold1-87/+30
2020-07-28net: lan78xx: fix transfer-buffer memory leakJohan Hovold1-0/+1
2020-07-28net: lan78xx: add missing endpoint sanity checkJohan Hovold1-0/+5
2020-07-28usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev1-1/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+4
2020-07-17net: cdc_ncm: hook into set_rx_mode to admit multicast trafficMiguel Rodríguez Pérez1-0/+3
2020-07-17net: cdc_ncm: add .ndo_set_rx_mode to cdc_ncm_netdev_opsMiguel Rodríguez Pérez1-0/+1
2020-07-17net: usbnet: export usbnet_set_rx_mode()Bjørn Mork1-1/+2
2020-07-17net: cdc_ether: export usbnet_cdc_update_filterMiguel Rodríguez Pérez1-1/+2
2020-07-17net: cdc_ether: use dev->intf to get interface informationMiguel Rodríguez Pérez1-3/+1