summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-192-43/+50
|\
| * r8152: fix the maximum number of PLA bp for RTL8153CHayes Wang2021-08-191-2/+19
| * r8152: fix writing USB_BP2_ENHayes Wang2021-08-191-1/+1
| * net: asix: fix uninit value bugsPavel Skripkin2021-08-181-40/+30
* | net: hso: drop unused function argumentPavel Skripkin2021-08-131-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-052-68/+100
|\|
| * net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin2021-08-051-3/+11
| * net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov2021-08-041-4/+12
| * net: usb: pegasus: Remove the changelog and DRIVER_VERSION.Petko Manolov2021-08-041-28/+2
| * net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov2021-08-041-33/+75
* | drivers/net/usb: Remove all strcpy() usesLen Baker2021-08-032-5/+5
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-2711-13/+13
* | net: usb: use ndo_siocdevprivateArnd Bergmann2021-07-272-4/+6
* | phonet: use siocdevprivateArnd Bergmann2021-07-271-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-10/+20
|\|
| * 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
* | net: usb: asix: ax88772: add missing stopOleksij Rempel2021-07-221-0/+1
* | net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel2021-07-221-5/+0
* | usb: hso: remove the bailout parameterDongliang Mu2021-07-211-3/+3
* | usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-211-10/+23
|/
* 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
|\| |