aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-10-03r8152: Rate limit overflow messagesAndrew Gaul1-1/+3
2022-09-03r8152: Add MAC passthrough support for Lenovo Travel HubAndré Apitzsch1-0/+2
2022-08-31r8152: allow userland to disable multicastSven van Ashbrook1-8/+12
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-27r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+3
2022-08-26r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+3
2022-08-22r8152: fix the RX FIFO settings when suspendingHayes Wang1-0/+10
2022-08-22r8152: fix the units of some registers for RTL8156AHayes Wang1-15/+2
2022-07-19r8152: fix a WOL issueHayes Wang1-2/+14
2022-07-13r8152: fix accessing unset transport headerHayes Wang1-7/+7
2022-05-19net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober1-7/+26
2022-05-08r8152: switch to netif_napi_add_weight()Jakub Kicinski1-4/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2022-01-05Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma1-3/+6
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+39
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-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-17net: usb: r8152: Add MAC passthrough support for more Lenovo DocksAaron Ma1-6/+3
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2021-10-05net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-05r8152: avoid to resubmit rx immediatelyHayes Wang1-1/+15
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+20
2021-08-19r8152: fix the maximum number of PLA bp for RTL8153CHayes Wang1-2/+19
2021-08-19r8152: fix writing USB_BP2_ENHayes Wang1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-14r8152: Fix a deadlock by doubly PM resumeTakashi Iwai1-9/+18
2021-07-14r8152: Fix potential PM refcount imbalanceTakashi Iwai1-1/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-17r8152: store the information of the pipesHayes Wang1-5/+13
2021-06-16r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun1-2/+2
2021-06-01r8152: support pauseparam of ethtool_opsHayes Wang1-0/+75
2021-05-24r8152: check the informaton of the deviceHayes Wang1-5/+37
2021-04-25r8152: remove some bit operationsHayes Wang1-7/+7
2021-04-23r8152: redefine REALTEK_USB_DEVICE macroHayes Wang1-35/+27
2021-04-23r8152: remove NCM mode from REALTEK_USB_DEVICE macroHayes Wang1-9/+0
2021-04-22r8152: replace return with break for ram code speedup mode timeoutHayes Wang1-1/+1
2021-04-16r8152: search the configuration of vendor modeHayes Wang1-4/+35
2021-04-16r8152: support PHY firmware for RTL8156 seriesHayes Wang1-2/+561
2021-04-16r8152: support new chipsHayes Wang1-65/+2149
2021-04-16r8152: add help function to change mtuHayes Wang1-22/+31
2021-04-16r8152: adjust rtl8152_check_firmware functionHayes Wang1-22/+29
2021-04-16r8152: set inter fram gap time depending on speedHayes Wang1-0/+28
2021-03-19r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang1-1/+4
2021-03-03Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"Hayes Wang1-29/+6