summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2021-08-23net: usb: asix: do not call phy_disconnect() for ax88178Oleksij Rempel1-1/+7
2021-08-23net: usb: asix: ax88772: move embedded PHY detection as early as possibleOleksij Rempel2-21/+21
2021-08-20net: usb: pegasus: fixes of set_register(s) return value evaluation;Petko Manolov1-2/+2
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-43/+50
2021-08-19r8152: fix the maximum number of PLA bp for RTL8153CHayes Wang1-2/+19
2021-08-19r8152: fix writing USB_BP2_ENHayes Wang1-1/+1
2021-08-18net: asix: fix uninit value bugsPavel Skripkin1-40/+30
2021-08-14net: hso: drop unused function argumentPavel Skripkin1-4/+3
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman4-88/+143
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-68/+100
2021-08-05net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin1-3/+11
2021-08-04net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov1-4/+12
2021-08-04net: usb: pegasus: Remove the changelog and DRIVER_VERSION.Petko Manolov1-28/+2
2021-08-04net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov1-33/+75
2021-08-03drivers/net/usb: Remove all strcpy() usesLen Baker2-5/+5
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann11-13/+13
2021-07-27net: usb: use ndo_siocdevprivateArnd Bergmann2-4/+6
2021-07-27phonet: use siocdevprivateArnd Bergmann1-2/+3
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+20
2021-07-22net: usb: asix: ax88772: add missing stopOleksij Rempel1-0/+1
2021-07-22net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel1-5/+0
2021-07-21usb: hso: remove the bailout parameterDongliang Mu1-3/+3
2021-07-21usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-07-15usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-07-15r8152: Fix a deadlock by doubly PM resumeTakashi Iwai1-9/+18
2021-07-15r8152: Fix potential PM refcount imbalanceTakashi Iwai1-1/+2
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2021-07-06Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+4
2021-07-01net: usb: asix: ax88772: suspend PHY on driver probeOleksij Rempel1-0/+1
2021-06-24usbnet: add usbnet_event_names[] for keventYajun Deng1-2/+19
2021-06-19Merge 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-10net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King1-4/+4
2021-06-10net: 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-02net: usb: Fix spelling mistakesZheng Yongjun8-13/+13