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