aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+10
2021-06-17r8152: store the information of the pipesHayes Wang1-5/+13
2021-06-17net: cdc_eem: fix tx fixup skb leakLinyu Yuan1-1/+1
2021-06-16r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-16net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu1-4/+6
2021-06-15qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen1-1/+1
2021-06-15net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski1-1/+1
2021-06-11net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel1-31/+12
2021-06-09net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King1-4/+4
2021-06-09net: usb: asix: Fix less than zero comparison of a u16Colin Ian King1-3/+5
2021-06-07usbnet: run unbind() before unregister_netdev()Oleksij Rempel1-3/+3
2021-06-07net: usb: asix: add error handling for asix_mdio_* functionsOleksij Rempel1-14/+28
2021-06-07net: usb: asix: ax88772: add generic selftest supportOleksij Rempel3-0/+25
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel4-58/+122
2021-06-07net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel1-0/+1
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel4-20/+34
2021-06-07net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel1-4/+3
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun8-13/+13
2021-06-01r8152: support pauseparam of ethtool_opsHayes Wang1-0/+75
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-31/+67
2021-05-24net: usb: fix memory leak in smsc75xx_bindPavel Skripkin1-2/+6
2021-05-24net: hso: fix control-request directionsJohan Hovold1-2/+2
2021-05-24r8152: check the informaton of the deviceHayes Wang1-5/+37
2021-05-20net: cdc_ncm: use DEVICE_ATTR_RW macroYueHaibing1-12/+24
2021-05-20net: usb: hso: use DEVICE_ATTR_RO macroYueHaibing1-4/+3
2021-05-20net: usb: remove leading spaces before tabsHui Tang1-1/+1
2021-05-19net: hso: bail out on interrupt URB allocation failureJohan Hovold1-7/+7
2021-05-18net: lan78xx: advertise tx software timestamping supportMarkus Bloechl1-0/+1
2021-05-17drivers/net: Remove leading spaces in KconfigJuerg Haefliger1-5/+5
2021-05-17net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter1-19/+18
2021-05-14net: cdc_eem: fix URL to CDC EEM 1.0 specJonathan Davies1-1/+1
2021-05-11usb: class: cdc-wdm: WWAN framework integrationLoic Poulain3-1/+4
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-25r8152: remove some bit operationsHayes Wang1-7/+7
2021-04-23r8152: redefine REALTEK_USB_DEVICE macroHayes Wang1-35/+27
2021-04-23r8152: remove NCM mode from REALTEK_USB_DEVICE macroHayes Wang1-9/+0
2021-04-22r8152: replace return with break for ram code speedup mode timeoutHayes Wang1-1/+1
2021-04-16r8152: search the configuration of vendor modeHayes Wang1-4/+35
2021-04-16r8152: support PHY firmware for RTL8156 seriesHayes Wang1-2/+561
2021-04-16r8152: support new chipsHayes Wang1-65/+2149
2021-04-16r8152: add help function to change mtuHayes Wang1-22/+31
2021-04-16r8152: adjust rtl8152_check_firmware functionHayes Wang1-22/+29
2021-04-16r8152: set inter fram gap time depending on speedHayes Wang1-0/+28
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+12
2021-04-07net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-04-06net: cdc_ether: record speed in status methodGrant Grundler1-7/+20
2021-04-06net: cdc_ncm: record speed in status methodOliver Neukum1-38/+17
2021-04-06usbnet: add method for reporting speed without MIIOliver Neukum1-0/+23
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum9-26/+29
2021-04-01net: usb: ax88179_178a: initialize local variables before usePhillip Potter1-2/+4