summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* r8152: fix the autosuspend doesn't workHayes Wang2023-05-031-0/+1
* r8152: move setting r8153b_rx_agg_chg_indicate()Hayes Wang2023-05-011-6/+8
* r8152: fix the poor throughput for 2.5G devicesHayes Wang2023-05-011-0/+14
* r8152: fix flow control issue of RTL8156AHayes Wang2023-05-011-20/+36
* r8152: Add __GFP_NOWARN to big allocationsDouglas Anderson2023-04-071-1/+1
* r8152: reduce the control transfer of rtl8152_get_version()Hayes Wang2023-01-201-4/+5
* r8152: remove rtl_vendor_mode functionHayes Wang2023-01-201-38/+1
* r8152: avoid to change cfg for all devicesHayes Wang2023-01-181-3/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-121-0/+1
|\
| * r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara2023-01-121-0/+1
* | r8152: add USB device driver for config selectionBjørn Mork2023-01-091-32/+81
|/
* 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