summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorLines
2021-10-27usbnet: fix error return code in usbnet_probe()Wang Hai-0/+1
2021-10-26net: lan78xx: fix division by zero in send pathJohan Hovold-0/+6
2021-10-21usbnet: sanity check for maxpacketOliver Neukum-0/+4
2021-10-15lan78xx: select CRC32Vegard Nossum-0/+1
2021-10-12r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum-0/+4
2021-10-05r8152: avoid to resubmit rx immediatelyHayes Wang-1/+15
2021-09-24smsc95xx: fix stalled rx after link changeAaro Koskinen-0/+3
2021-09-17net: hso: fix muxed tty registrationJohan Hovold-7/+5
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+14
2021-09-03net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano-0/+1
2021-09-02net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas-0/+5
2021-09-02net: hso: add failure handler for add_net_deviceZiyang Xuan-3/+8
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-6/+6
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+30
2021-08-25net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot-1/+1
2021-08-25lan78xx: Limit number of driver warning messagesJohn Efstathiades-2/+3
2021-08-25lan78xx: Fix race condition in disconnect handlingJohn Efstathiades-9/+57
2021-08-25lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades-135/+284
2021-08-25lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades-106/+197
2021-08-25lan78xx: Fix exception on link speed changeJohn Efstathiades-6/+48
2021-08-25lan78xx: Add missing return code checksJohn Efstathiades-66/+333
2021-08-25lan78xx: Remove unused pause frame queueJohn Efstathiades-9/+0
2021-08-25lan78xx: Set flow control threshold to prevent packet lossJohn Efstathiades-2/+15
2021-08-25lan78xx: Remove unused timerJohn Efstathiades-3/+1
2021-08-25lan78xx: Fix white space and style issuesJohn Efstathiades-38/+42
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-08-23net: usb: asix: do not call phy_disconnect() for ax88178Oleksij Rempel-1/+7
2021-08-23net: usb: asix: ax88772: move embedded PHY detection as early as possibleOleksij Rempel-21/+21
2021-08-20net: usb: pegasus: fixes of set_register(s) return value evaluation;Petko Manolov-2/+2
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-43/+50
2021-08-19r8152: fix the maximum number of PLA bp for RTL8153CHayes Wang-2/+19
2021-08-19r8152: fix writing USB_BP2_ENHayes Wang-1/+1
2021-08-18net: asix: fix uninit value bugsPavel Skripkin-40/+30
2021-08-13net: hso: drop unused function argumentPavel Skripkin-4/+3
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman-88/+143
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-68/+100
2021-08-05net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin-3/+11
2021-08-04net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov-4/+12
2021-08-04net: usb: pegasus: Remove the changelog and DRIVER_VERSION.Petko Manolov-28/+2
2021-08-04net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov-33/+75
2021-08-03drivers/net/usb: Remove all strcpy() usesLen Baker-5/+5
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-13/+13
2021-07-27net: usb: use ndo_siocdevprivateArnd Bergmann-4/+6
2021-07-27phonet: use siocdevprivateArnd Bergmann-2/+3
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-4/+4
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-10/+20
2021-07-22net: usb: asix: ax88772: add missing stopOleksij Rempel-0/+1
2021-07-22net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel-5/+0
2021-07-21usb: hso: remove the bailout parameterDongliang Mu-3/+3