index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
r8152.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
Benjamin Große
1
-0
/
+1
2024-09-04
r8152: fix the firmware doesn't work
Hayes Wang
1
-4
/
+13
2024-06-06
r8152: Set NET_ADDR_STOLEN if using passthru MAC
Milan Broz
1
-0
/
+1
2024-06-03
r8152: Wake up the system if the we need a reset
Douglas Anderson
1
-0
/
+7
2024-06-03
r8152: If inaccessible at resume time, issue a reset
Douglas Anderson
1
-0
/
+13
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-2
/
+2
2024-04-25
r8152: replace dev_info with dev_dbg for loading firmware
Hayes Wang
1
-1
/
+1
2024-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-03-11
r8152: fix unknown device for choose_configuration
Hayes Wang
1
-1
/
+1
2024-02-28
net: usb: r8152: Use linkmode helpers for EEE
Andrew Lunn
1
-17
/
+16
2024-01-31
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
1
-7
/
+7
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
1
-7
/
+7
2023-12-11
Merge 6.7-rc5 into usb-next
Greg Kroah-Hartman
1
-6
/
+22
2023-12-06
r8152: add vendor/device ID pair for ASUS USB-C2500
Kelly Kane
1
-0
/
+1
2023-12-04
r8152: Choose our USB config with choose_configuration() rather than probe()
Douglas Anderson
1
-11
/
+5
2023-12-04
r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()
Douglas Anderson
1
-0
/
+2
2023-12-04
r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()
Douglas Anderson
1
-0
/
+2
2023-12-04
r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()
Douglas Anderson
1
-0
/
+2
2023-12-04
r8152: Add RTL8152_INACCESSIBLE checks to more loops
Douglas Anderson
1
-0
/
+8
2023-12-04
r8152: Hold the rtnl_lock for all of reset
Douglas Anderson
1
-6
/
+7
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-73
/
+230
2023-10-22
r8152: Block future register access if register access fails
Douglas Anderson
1
-31
/
+176
2023-10-22
r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
Douglas Anderson
1
-48
/
+48
2023-10-22
r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
Douglas Anderson
1
-0
/
+4
2023-10-22
r8152: Check for unplug in rtl_phy_patch_request()
Douglas Anderson
1
-0
/
+3
2023-10-22
r8152: Release firmware if we have an error in probe
Douglas Anderson
1
-0
/
+1
2023-10-22
r8152: Cancel hw_phy_work if we have an error in probe
Douglas Anderson
1
-0
/
+1
2023-10-22
r8152: Run the unload routine if we have errors during probe
Douglas Anderson
1
-0
/
+2
2023-10-22
r8152: Increase USB control msg timeout to 5000ms as per spec
Douglas Anderson
1
-3
/
+4
2023-10-04
r8152: use napi_gro_frags
Hayes Wang
1
-17
/
+50
2023-10-04
r8152: break the loop when the budget is exhausted
Hayes Wang
1
-5
/
+13
2023-09-11
r8152: check budget for r8152_poll()
Hayes Wang
1
-0
/
+3
2023-08-28
r8152: add vendor/device ID pair for D-Link DUB-E250
Antonio Napolitano
1
-0
/
+1
2023-08-15
eth: r8152: try to use a normal budget
Jakub Kicinski
1
-2
/
+1
2023-07-28
r8152: set bp in bulk
Hayes Wang
1
-50
/
+25
2023-07-28
r8152: adjust generic_ocp_write function
Hayes Wang
1
-11
/
+18
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-05-03
r8152: fix the autosuspend doesn't work
Hayes Wang
1
-0
/
+1
2023-05-01
r8152: move setting r8153b_rx_agg_chg_indicate()
Hayes Wang
1
-6
/
+8
2023-05-01
r8152: fix the poor throughput for 2.5G devices
Hayes Wang
1
-0
/
+14
2023-05-01
r8152: fix flow control issue of RTL8156A
Hayes Wang
1
-20
/
+36
2023-04-07
r8152: Add __GFP_NOWARN to big allocations
Douglas Anderson
1
-1
/
+1
2023-01-20
r8152: reduce the control transfer of rtl8152_get_version()
Hayes Wang
1
-4
/
+5
2023-01-20
r8152: remove rtl_vendor_mode function
Hayes Wang
1
-38
/
+1
2023-01-18
r8152: avoid to change cfg for all devices
Hayes Wang
1
-3
/
+17
2023-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-01-12
r8152: add vendor/device ID pair for Microsoft Devkit
Andre Przywara
1
-0
/
+1
2023-01-09
r8152: add USB device driver for config selection
Bjørn Mork
1
-32
/
+81
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2022-10-03
r8152: Rate limit overflow messages
Andrew Gaul
1
-1
/
+3
[next]