summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)Author
2021-11-02net: lan78xx: fix division by zero in send pathJohan Hovold
2021-11-02usbnet: fix error return code in usbnet_probe()Wang Hai
2021-11-02usbnet: sanity check for maxpacketOliver Neukum
2021-10-27lan78xx: select CRC32Vegard Nossum
2021-10-27r8152: avoid to resubmit rx immediatelyHayes Wang
2021-10-20r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum
2021-10-07usb: hso: remove the bailout parameterDongliang Mu
2021-10-07smsc95xx: fix stalled rx after link changeAaro Koskinen
2021-09-30net: hso: fix muxed tty registrationJohan Hovold
2021-09-22net: hso: add failure handler for add_net_deviceZiyang Xuan
2021-09-22net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas
2021-09-15net: usb: asix: ax88772: add missing stopOleksij Rempel
2021-08-25net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot
2021-08-23net: usb: asix: do not call phy_disconnect() for ax88178Oleksij Rempel
2021-08-23net: usb: asix: ax88772: move embedded PHY detection as early as possibleOleksij Rempel
2021-08-20net: usb: pegasus: fixes of set_register(s) return value evaluation;Petko Manolov
2021-08-19r8152: fix the maximum number of PLA bp for RTL8153CHayes Wang
2021-08-19r8152: fix writing USB_BP2_ENHayes Wang
2021-08-18net: asix: fix uninit value bugsPavel Skripkin
2021-08-05net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin
2021-08-04net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov
2021-08-04net: usb: pegasus: Remove the changelog and DRIVER_VERSION.Petko Manolov
2021-08-04net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov
2021-07-15usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu
2021-07-14r8152: Fix a deadlock by doubly PM resumeTakashi Iwai
2021-07-14r8152: Fix potential PM refcount imbalanceTakashi Iwai
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-01net: usb: asix: ax88772: suspend PHY on driver probeOleksij Rempel
2021-06-24usbnet: add usbnet_event_names[] for keventYajun Deng
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17r8152: store the information of the pipesHayes Wang
2021-06-17net: cdc_eem: fix tx fixup skb leakLinyu Yuan
2021-06-16r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-16net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu
2021-06-15qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen
2021-06-15net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski
2021-06-11net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel
2021-06-09net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King
2021-06-09net: usb: asix: Fix less than zero comparison of a u16Colin Ian King
2021-06-07usbnet: run unbind() before unregister_netdev()Oleksij Rempel
2021-06-07net: usb: asix: add error handling for asix_mdio_* functionsOleksij Rempel
2021-06-07net: usb: asix: ax88772: add generic selftest supportOleksij Rempel
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel
2021-06-07net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel
2021-06-07net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun
2021-06-01r8152: support pauseparam of ethtool_opsHayes Wang
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman