aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-23r8152: spilt rtl_set_eee_plus and r8153b_green_enHayes Wang1-16/+27
2021-02-23r8152: replace netif_err with dev_errHayes Wang1-2/+2
2021-02-23r8152: check if the pointer of the function existsHayes Wang1-0/+13
2021-02-23r8152: enable U1/U2 for USB_SPEED_SUPERHayes Wang1-3/+4
2021-02-04r8152: adjust the flow of power cut for RTL8153BHayes Wang1-28/+40
2021-02-04r8152: replace several functions about phy patch requestHayes Wang1-34/+50
2021-02-02net: usb: r8152: use new tasklet APIEmil Renner Berthing1-5/+3
2021-01-12r8152: Add Lenovo Powered USB-C Travel HubLeon Schuermann1-0/+1
2020-11-05net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang1-26/+4
2020-11-03net: usb: r8152: Fix a couple of spelling errors in fw_phy_nc's docsLee Jones1-2/+2
2020-11-03net: usb: r8152: Provide missing documentation for some struct membersLee Jones1-0/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-07r8152: Use MAC address from correct device tree nodeThierry Reding1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-19r8152: support additional Microsoft Surface Ethernet Adapter variantMarc Payne1-0/+1
2020-05-14r8152: Use MAC address from device tree if availableThierry Reding1-9/+13
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+8
2020-03-06r8152: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-02r8152: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-02-29r8152: check disconnect status after long sleepYou-Sheng Yang1-0/+8
2020-02-19r8152: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-24/+2
2020-02-04r8152: Add MAC passthrough support to new deviceKai-Heng Feng1-3/+10
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+114
2020-01-23r8152: disable DelayPhyPwrChgHayes Wang1-1/+9
2020-01-23r8152: avoid the MCU to clear the lanwakeHayes Wang1-0/+33