summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2022-01-24net: usb: asix: remove redundant assignment to variable regColin Ian King1-1/+0
2022-01-14net: usb: Correct reset handling of smsc95xxMarkus Reichl1-1/+2
2022-01-13net: qmi_wwan: Add Hucom Wireless HM-211S/KKyoungkyu Park1-0/+1
2022-01-13net: qmi_wwan: add ZTE MF286D modem 19d2:1485Pawel Dembicki1-0/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2022-01-09net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+11
2022-01-05Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma1-3/+6
2022-01-02rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-12-27net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott1-2/+2
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+44
2021-12-23r8152: sync ocp baseHayes Wang1-4/+22
2021-12-23r8152: fix the force speed doesn't work for RTL8156Hayes Wang1-0/+17
2021-12-22asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin1-2/+4
2021-12-22asix: fix uninit-value in asix_mdio_read()Pavel Skripkin1-1/+1
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+7
2021-12-15net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-10net: usb: qmi_wwan: add Telit 0x1070 compositionDaniele Palmas1-0/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-12-03net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones1-0/+2
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-29net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann1-1/+1
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+26
2021-11-24lan78xx: Clean up some inconsistent indentingJiapeng Chong1-2/+1
2021-11-23net: usb: Correct PHY handling of smsc95xxMartyn Welch1-29/+26
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+3
2021-11-18lan78xx: Introduce NAPI polling supportJohn Efstathiades1-68/+114
2021-11-18lan78xx: Remove hardware-specific header updateJohn Efstathiades1-35/+16
2021-11-18lan78xx: Re-order rx_submit() to remove forward declarationJohn Efstathiades1-54/+52
2021-11-18lan78xx: Introduce Rx URB processing improvementsJohn Efstathiades1-116/+166
2021-11-18lan78xx: Introduce Tx URB processing improvementsJohn Efstathiades1-213/+461
2021-11-18lan78xx: Fix memory allocation bugJohn Efstathiades1-17/+21
2021-11-17net: usb: r8152: Add MAC passthrough support for more Lenovo DocksAaron Ma1-6/+3
2021-11-15net: usb: ax88179_178a: add TSO featureJacky Chou1-6/+11
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