summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-021-2/+2
* | r8152: support pauseparam of ethtool_opsHayes Wang2021-06-021-0/+75
|/
* r8152: check the informaton of the deviceHayes Wang2021-05-241-5/+37
* r8152: remove some bit operationsHayes Wang2021-04-261-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-171-4/+35
* r8152: support PHY firmware for RTL8156 seriesHayes Wang2021-04-171-2/+561
* r8152: support new chipsHayes Wang2021-04-171-65/+2149
* r8152: add help function to change mtuHayes Wang2021-04-171-22/+31
* r8152: adjust rtl8152_check_firmware functionHayes Wang2021-04-171-22/+29
* r8152: set inter fram gap time depending on speedHayes Wang2021-04-171-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-041-29/+6
* r8152: spilt rtl_set_eee_plus and r8153b_green_enHayes Wang2021-02-231-16/+27
* r8152: replace netif_err with dev_errHayes Wang2021-02-231-2/+2
* r8152: check if the pointer of the function existsHayes Wang2021-02-231-0/+13
* r8152: enable U1/U2 for USB_SPEED_SUPERHayes Wang2021-02-231-3/+4
* r8152: adjust the flow of power cut for RTL8153BHayes Wang2021-02-051-28/+40
* r8152: replace several functions about phy patch requestHayes Wang2021-02-051-34/+50
* net: usb: r8152: use new tasklet APIEmil Renner Berthing2021-02-031-5/+3
* r8152: Add Lenovo Powered USB-C Travel HubLeon Schuermann2021-01-131-0/+1
* net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang2020-11-061-26/+4
* net: usb: r8152: Fix a couple of spelling errors in fw_phy_nc's docsLee Jones2020-11-041-2/+2
* net: usb: r8152: Provide missing documentation for some struct membersLee Jones2020-11-041-0/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+3
* r8152: Use MAC address from correct device tree nodeThierry Reding2020-08-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-0/+1
|\
| * r8152: support additional Microsoft Surface Ethernet Adapter variantMarc Payne2020-05-191-0/+1
* | r8152: Use MAC address from device tree if availableThierry Reding2020-05-141-9/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-131-0/+8
|\
| * r8152: check disconnect status after long sleepYou-Sheng Yang2020-03-011-0/+8
* | r8152: reject unsupported coalescing paramsJakub Kicinski2020-03-071-0/+1
* | r8152: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-3/+3
* | r8152: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-24/+2
|/
* r8152: Add MAC passthrough support to new deviceKai-Heng Feng2020-02-041-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-11/+114
|\
| * r8152: disable DelayPhyPwrChgHayes Wang2020-01-231-1/+9
| * r8152: avoid the MCU to clear the lanwakeHayes Wang2020-01-231-0/+33
| * r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153BHayes Wang2020-01-231-3/+8
| * r8152: disable test IO for RTL8153BHayes Wang2020-01-231-0/+10
| * r8152: Disable PLA MCU clock speed downHayes Wang2020-01-231-0/+17
| * r8152: disable U2P3 for RTL8153BHayes Wang2020-01-231-3/+0