summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-151-10/+23
* r8152: Fix a deadlock by doubly PM resumeTakashi Iwai2021-07-141-9/+18
* r8152: Fix potential PM refcount imbalanceTakashi Iwai2021-07-141-1/+2
* Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-141-0/+1
|\
| * net: usb: asix: ax88772: suspend PHY on driver probeOleksij Rempel2021-07-011-0/+1
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-4/+4
|\ \ | |/ |/|
| * Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-315-31/+67
| |\
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-2/+2
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-2/+2
* | | usbnet: add usbnet_event_names[] for keventYajun Deng2021-06-241-2/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-185-8/+10
|\ \ \
| * | | net: cdc_eem: fix tx fixup skb leakLinyu Yuan2021-06-171-1/+1
| * | | r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| * | | net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu2021-06-161-4/+6
| * | | qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen2021-06-151-1/+1
| * | | net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski2021-06-151-1/+1
| | |/ | |/|
* | | r8152: store the information of the pipesHayes Wang2021-06-171-5/+13
* | | net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel2021-06-111-31/+12
* | | net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King2021-06-091-4/+4
* | | net: usb: asix: Fix less than zero comparison of a u16Colin Ian King2021-06-091-3/+5
* | | usbnet: run unbind() before unregister_netdev()Oleksij Rempel2021-06-071-3/+3
* | | net: usb: asix: add error handling for asix_mdio_* functionsOleksij Rempel2021-06-071-14/+28
* | | net: usb: asix: ax88772: add generic selftest supportOleksij Rempel2021-06-073-0/+25
* | | net: usb: asix: ax88772: add phylib supportOleksij Rempel2021-06-074-58/+122
* | | net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel2021-06-071-0/+1
* | | net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel2021-06-074-20/+34
* | | net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel2021-06-071-4/+3
* | | net: usb: Fix spelling mistakesZheng Yongjun2021-06-018-13/+13
* | | r8152: support pauseparam of ethtool_opsHayes Wang2021-06-011-0/+75
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-275-31/+67
|\| |
| * | net: usb: fix memory leak in smsc75xx_bindPavel Skripkin2021-05-241-2/+6
| * | net: hso: fix control-request directionsJohan Hovold2021-05-241-2/+2
| * | r8152: check the informaton of the deviceHayes Wang2021-05-241-5/+37
| * | net: hso: bail out on interrupt URB allocation failureJohan Hovold2021-05-191-7/+7
| * | net: lan78xx: advertise tx software timestamping supportMarkus Bloechl2021-05-181-0/+1
| * | net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter2021-05-171-19/+18
| * | net: cdc_eem: fix URL to CDC EEM 1.0 specJonathan Davies2021-05-141-1/+1
| |/
* | net: cdc_ncm: use DEVICE_ATTR_RW macroYueHaibing2021-05-201-12/+24
* | net: usb: hso: use DEVICE_ATTR_RO macroYueHaibing2021-05-201-4/+3
* | net: usb: remove leading spaces before tabsHui Tang2021-05-201-1/+1
* | drivers/net: Remove leading spaces in KconfigJuerg Haefliger2021-05-171-5/+5
* | usb: class: cdc-wdm: WWAN framework integrationLoic Poulain2021-05-113-1/+4
|/
* net: hso: fix NULL-deref on disconnect regressionJohan Hovold2021-04-261-1/+1
* r8152: remove some bit operationsHayes Wang2021-04-251-7/+7
* r8152: redefine REALTEK_USB_DEVICE macroHayes Wang2021-04-231-35/+27
* r8152: remove NCM mode from REALTEK_USB_DEVICE macroHayes Wang2021-04-231-9/+0
* r8152: replace return with break for ram code speedup mode timeoutHayes Wang2021-04-221-1/+1
* r8152: search the configuration of vendor modeHayes Wang2021-04-161-4/+35
* r8152: support PHY firmware for RTL8156 seriesHayes Wang2021-04-161-2/+561
* r8152: support new chipsHayes Wang2021-04-161-65/+2149