summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | r8152: fix writing USB_BP2_ENHayes Wang2021-08-191-1/+1
| * | | net: asix: fix uninit value bugsPavel Skripkin2021-08-181-40/+30
| | |/ | |/|
* | | net: hso: drop unused function argumentPavel Skripkin2021-08-141-4/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-062-68/+100
|\| |
| * | net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin2021-08-051-3/+11
| * | net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov2021-08-041-4/+12
| * | net: usb: pegasus: Remove the changelog and DRIVER_VERSION.Petko Manolov2021-08-041-28/+2
| * | net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov2021-08-041-33/+75
* | | drivers/net/usb: Remove all strcpy() usesLen Baker2021-08-032-5/+5
* | | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-2711-13/+13
* | | net: usb: use ndo_siocdevprivateArnd Bergmann2021-07-272-4/+6
* | | phonet: use siocdevprivateArnd Bergmann2021-07-271-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-10/+20
|\| |
| * | usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-151-10/+23