aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+7
2021-10-27usbnet: fix error return code in usbnet_probe()Wang Hai1-0/+1
2021-10-26net: lan78xx: fix division by zero in send pathJohan Hovold1-0/+6
2021-10-25usbb: catc: use correct API for MAC addressesOliver Neukum1-5/+17
2021-10-22net: usb: don't write directly to netdev->dev_addrJakub Kicinski8-13/+24
2021-10-22net: qmi_wwan: use dev_addr_mod()Jakub Kicinski1-2/+5
2021-10-22usb: smsc: use eth_hw_addr_set()Jakub Kicinski2-4/+8
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+5
2021-10-21usbnet: sanity check for maxpacketOliver Neukum1-0/+4
2021-10-15lan78xx: select CRC32Vegard Nossum1-0/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-10-14ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski1-1/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski6-9/+12
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski1-1/+3
2021-10-12r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum1-0/+4
2021-10-08ethernet: use platform_get_ethdev_address()Jakub Kicinski2-4/+2
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2021-10-05net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski5-5/+5
2021-10-05r8152: avoid to resubmit rx immediatelyHayes Wang1-1/+15
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski5-6/+6
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski8-9/+9
2021-09-24smsc95xx: fix stalled rx after link changeAaro Koskinen1-0/+3
2021-09-17net: hso: fix muxed tty registrationJohan Hovold1-7/+5
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+14
2021-09-03net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano1-0/+1
2021-09-02net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas1-0/+5
2021-09-02net: hso: add failure handler for add_net_deviceZiyang Xuan1-3/+8
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+6
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-24/+30
2021-08-25net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot1-1/+1
2021-08-25lan78xx: Limit number of driver warning messagesJohn Efstathiades1-2/+3
2021-08-25lan78xx: Fix race condition in disconnect handlingJohn Efstathiades1-9/+57
2021-08-25lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades1-135/+284
2021-08-25lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades1-106/+197
2021-08-25lan78xx: Fix exception on link speed changeJohn Efstathiades1-6/+48
2021-08-25lan78xx: Add missing return code checksJohn Efstathiades1-66/+333
2021-08-25lan78xx: Remove unused pause frame queueJohn Efstathiades1-9/+0
2021-08-25lan78xx: Set flow control threshold to prevent packet lossJohn Efstathiades1-2/+15
2021-08-25lan78xx: Remove unused timerJohn Efstathiades1-3/+1
2021-08-25lan78xx: Fix white space and style issuesJohn Efstathiades1-38/+42
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
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-19Merge 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-13net: hso: drop unused function argumentPavel Skripkin1-4/+3
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman4-88/+143