summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: usb: r8152: Add MAC passthrough support for more Lenovo DocksAaron Ma2021-11-171-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-282-0/+7
|\
| * usbnet: fix error return code in usbnet_probe()Wang Hai2021-10-271-0/+1
| * net: lan78xx: fix division by zero in send pathJohan Hovold2021-10-261-0/+6
* | usbb: catc: use correct API for MAC addressesOliver Neukum2021-10-251-5/+17
* | net: usb: don't write directly to netdev->dev_addrJakub Kicinski2021-10-228-13/+24
* | net: qmi_wwan: use dev_addr_mod()Jakub Kicinski2021-10-221-2/+5
* | usb: smsc: use eth_hw_addr_set()Jakub Kicinski2021-10-222-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-0/+5
|\|
| * usbnet: sanity check for maxpacketOliver Neukum2021-10-211-0/+4
| * lan78xx: select CRC32Vegard Nossum2021-10-151-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-151-0/+4
|\|
| * r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum2021-10-121-0/+4
* | ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski2021-10-141-1/+1
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-146-9/+12
* | net: remove single-byte netdev->dev_addr writesJakub Kicinski2021-10-131-1/+3
* | ethernet: use platform_get_ethdev_address()Jakub Kicinski2021-10-082-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-081-1/+15
|\|
| * r8152: avoid to resubmit rx immediatelyHayes Wang2021-10-051-1/+15
* | net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-055-5/+5
* | net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-025-6/+6
* | net: usb: use eth_hw_addr_set()Jakub Kicinski2021-10-028-9/+9
|/
* smsc95xx: fix stalled rx after link changeAaro Koskinen2021-09-241-0/+3
* net: hso: fix muxed tty registrationJohan Hovold2021-09-171-7/+5
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-073-3/+14
|\
| * net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano2021-09-031-0/+1
| * net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas2021-09-021-0/+5
| * net: hso: add failure handler for add_net_deviceZiyang Xuan2021-09-021-3/+8
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\ \ | |/ |/|
| * Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-094-88/+143
| |\
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-273-24/+30
|\ \ \
| * | | net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot2021-08-261-1/+1
| * | | net: usb: asix: do not call phy_disconnect() for ax88178Oleksij Rempel2021-08-231-1/+7
| * | | net: usb: asix: ax88772: move embedded PHY detection as early as possibleOleksij Rempel2021-08-232-21/+21
| * | | net: usb: pegasus: fixes of set_register(s) return value evaluation;Petko Manolov2021-08-201-2/+2
* | | | lan78xx: Limit number of driver warning messagesJohn Efstathiades2021-08-251-2/+3
* | | | lan78xx: Fix race condition in disconnect handlingJohn Efstathiades2021-08-251-9/+57
* | | | lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades2021-08-251-135/+284
* | | | lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades2021-08-251-106/+197
* | | | lan78xx: Fix exception on link speed changeJohn Efstathiades2021-08-251-6/+48
* | | | lan78xx: Add missing return code checksJohn Efstathiades2021-08-251-66/+333
* | | | lan78xx: Remove unused pause frame queueJohn Efstathiades2021-08-251-9/+0
* | | | lan78xx: Set flow control threshold to prevent packet lossJohn Efstathiades2021-08-251-2/+15
* | | | lan78xx: Remove unused timerJohn Efstathiades2021-08-251-3/+1
* | | | lan78xx: Fix white space and style issuesJohn Efstathiades2021-08-251-38/+42
* | | | 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-202-43/+50
|\| | |
| * | | r8152: fix the maximum number of PLA bp for RTL8153CHayes Wang2021-08-191-2/+19