summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2023-05-03r8152: fix the autosuspend doesn't workHayes Wang
2023-05-01r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang
2023-05-01r8152: fix the poor throughput for 2.5G devicesHayes Wang
2023-05-01r8152: fix flow control issue of RTL8156AHayes Wang
2023-04-07r8152: Add __GFP_NOWARN to big allocationsDouglas Anderson
2023-01-20r8152: reduce the control transfer of rtl8152_get_version()Hayes Wang
2023-01-20r8152: remove rtl_vendor_mode functionHayes Wang
2023-01-18r8152: avoid to change cfg for all devicesHayes Wang
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-12r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara
2023-01-09r8152: add USB device driver for config selectionBjørn Mork
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03r8152: Rate limit overflow messagesAndrew Gaul
2022-09-03r8152: Add MAC passthrough support for Lenovo Travel HubAndré Apitzsch
2022-08-31r8152: allow userland to disable multicastSven van Ashbrook
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-27r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre
2022-08-26r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre
2022-08-22r8152: fix the RX FIFO settings when suspendingHayes Wang
2022-08-22r8152: fix the units of some registers for RTL8156AHayes Wang
2022-07-19r8152: fix a WOL issueHayes Wang
2022-07-13r8152: fix accessing unset transport headerHayes Wang
2022-05-19net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober
2022-05-08r8152: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-05Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-23r8152: sync ocp baseHayes Wang
2021-12-23r8152: fix the force speed doesn't work for RTL8156Hayes Wang
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-17net: usb: r8152: Add MAC passthrough support for more Lenovo DocksAaron Ma
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-05net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-05r8152: avoid to resubmit rx immediatelyHayes Wang
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-19r8152: fix the maximum number of PLA bp for RTL8153CHayes Wang
2021-08-19r8152: fix writing USB_BP2_ENHayes Wang
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-14r8152: Fix a deadlock by doubly PM resumeTakashi Iwai
2021-07-14r8152: Fix potential PM refcount imbalanceTakashi Iwai
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17r8152: store the information of the pipesHayes Wang
2021-06-16r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun
2021-06-01r8152: support pauseparam of ethtool_opsHayes Wang
2021-05-24r8152: check the informaton of the deviceHayes Wang
2021-04-25r8152: remove some bit operationsHayes Wang