summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+3
|\
| * r8152: Rate limit overflow messagesAndrew Gaul2022-10-031-1/+3
| * r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2022-08-271-0/+3
* | r8152: Add MAC passthrough support for Lenovo Travel HubAndré Apitzsch2022-09-031-0/+2
* | r8152: allow userland to disable multicastSven van Ashbrook2022-08-311-8/+12
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* | r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2022-08-261-0/+3
|/
* r8152: fix the RX FIFO settings when suspendingHayes Wang2022-08-221-0/+10
* r8152: fix the units of some registers for RTL8156AHayes Wang2022-08-221-15/+2
* r8152: fix a WOL issueHayes Wang2022-07-191-2/+14
* r8152: fix accessing unset transport headerHayes Wang2022-07-131-7/+7
* net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober2022-05-191-7/+26
* r8152: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-4/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-3/+6
|\
| * Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma2022-01-051-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-4/+39
|\|
| * r8152: sync ocp baseHayes Wang2021-12-231-4/+22
| * r8152: fix the force speed doesn't work for RTL8156Hayes Wang2021-12-231-0/+17
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* 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-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-051-1/+1
* | net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
|/
* 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-191-3/+20
|\
| * 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
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* r8152: Fix a deadlock by doubly PM resumeTakashi Iwai2021-07-141-9/+18
* r8152: Fix potential PM refcount imbalanceTakashi Iwai2021-07-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+1
|\
| * r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
* | r8152: store the information of the pipesHayes Wang2021-06-171-5/+13
* | net: usb: Fix spelling mistakesZheng Yongjun2021-06-011-2/+2
* | r8152: support pauseparam of ethtool_opsHayes Wang2021-06-011-0/+75
|/
* r8152: check the informaton of the deviceHayes Wang2021-05-241-5/+37
* r8152: remove some bit operationsHayes Wang2021-04-251-7/+7
* r8152: redefine REALTEK_USB_DEVICE macroHayes Wang2021-04-231-35/+27
* r8152: remove NCM mode from REALTEK_USB_DEVICE macroHayes Wang2021-04-231-9/+0
* r8152: replace return with break for ram code speedup mode timeoutHayes Wang2021-04-221-1/+1
* r8152: search the configuration of vendor modeHayes Wang2021-04-161-4/+35
* r8152: support PHY firmware for RTL8156 seriesHayes Wang2021-04-161-2/+561
* r8152: support new chipsHayes Wang2021-04-161-65/+2149
* r8152: add help function to change mtuHayes Wang2021-04-161-22/+31
* r8152: adjust rtl8152_check_firmware functionHayes Wang2021-04-161-22/+29
* r8152: set inter fram gap time depending on speedHayes Wang2021-04-161-0/+28
* r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang2021-03-191-1/+4
* Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang2021-03-031-29/+6