summaryrefslogtreecommitdiff
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-1/+1
|\
| * net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann2021-11-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-29/+26
|\ \ | |/
| * net: usb: Correct PHY handling of smsc95xxMartyn Welch2021-11-231-29/+26
* | lan78xx: Clean up some inconsistent indentingJiapeng Chong2021-11-241-2/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-6/+3
|\ \ | |/
| * net: usb: r8152: Add MAC passthrough support for more Lenovo DocksAaron Ma2021-11-171-6/+3
* | lan78xx: Introduce NAPI polling supportJohn Efstathiades2021-11-181-68/+114
* | lan78xx: Remove hardware-specific header updateJohn Efstathiades2021-11-181-35/+16
* | lan78xx: Re-order rx_submit() to remove forward declarationJohn Efstathiades2021-11-181-54/+52
* | lan78xx: Introduce Rx URB processing improvementsJohn Efstathiades2021-11-181-116/+166
* | lan78xx: Introduce Tx URB processing improvementsJohn Efstathiades2021-11-181-213/+461
* | lan78xx: Fix memory allocation bugJohn Efstathiades2021-11-181-17/+21
* | net: usb: ax88179_178a: add TSO featureJacky Chou2021-11-151-6/+11
|/
* 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-141-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-071-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-263-24/+30
|\ \ \
| * | | net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot2021-08-251-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