index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
r8152.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-24
1
-0
/
+1
|
\
|
*
r8152: support additional Microsoft Surface Ethernet Adapter variant
Marc Payne
2020-05-19
1
-0
/
+1
*
|
r8152: Use MAC address from device tree if available
Thierry Reding
2020-05-14
1
-9
/
+13
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-13
1
-0
/
+8
|
\
|
*
r8152: check disconnect status after long sleep
You-Sheng Yang
2020-03-01
1
-0
/
+8
*
|
r8152: reject unsupported coalescing params
Jakub Kicinski
2020-03-07
1
-0
/
+1
*
|
r8152: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-02
1
-3
/
+3
*
|
r8152: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
2020-02-19
1
-24
/
+2
|
/
*
r8152: Add MAC passthrough support to new device
Kai-Heng Feng
2020-02-04
1
-3
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-26
1
-11
/
+114
|
\
|
*
r8152: disable DelayPhyPwrChg
Hayes Wang
2020-01-23
1
-1
/
+9
|
*
r8152: avoid the MCU to clear the lanwake
Hayes Wang
2020-01-23
1
-0
/
+33
|
*
r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153B
Hayes Wang
2020-01-23
1
-3
/
+8
|
*
r8152: disable test IO for RTL8153B
Hayes Wang
2020-01-23
1
-0
/
+10
|
*
r8152: Disable PLA MCU clock speed down
Hayes Wang
2020-01-23
1
-0
/
+17
|
*
r8152: disable U2P3 for RTL8153B
Hayes Wang
2020-01-23
1
-3
/
+0
|
*
r8152: get default setting of WOL before initializing
Hayes Wang
2020-01-23
1
-4
/
+5
|
*
r8152: reset flow control patch when linking on for RTL8153B
Hayes Wang
2020-01-23
1
-0
/
+11
|
*
r8152: fix runtime resume for linking change
Hayes Wang
2020-01-23
1
-0
/
+21
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-19
1
-0
/
+3
|
\
|
|
*
r8152: add missing endpoint sanity check
Johan Hovold
2020-01-15
1
-0
/
+3
*
|
net: r8152: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-7
/
+5
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-23
1
-9
/
+21
|
\
|
*
r8152: avoid to call napi_disable twice
Hayes Wang
2019-11-22
1
-8
/
+20
|
*
r8152: Re-order napi_disable in rtl8152_close
Prashant Malani
2019-11-20
1
-1
/
+1
*
|
r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
Kai-Heng Feng
2019-11-06
1
-19
/
+39
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-0
/
+1
|
\
|
|
*
r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
Kazutoshi Noguchi
2019-10-21
1
-0
/
+1
*
|
r8152: check the pointer rtl_fw->fw before using it
Hayes Wang
2019-10-26
1
-2
/
+5
*
|
r8152: support firmware of PHY NC for RTL8153A
Hayes Wang
2019-10-22
1
-2
/
+282
*
|
r8152: move r8153_patch_request forward
Hayes Wang
2019-10-22
1
-27
/
+27
*
|
r8152: add checking fw_offset field of struct fw_mac
Hayes Wang
2019-10-22
1
-3
/
+9
*
|
r8152: rename fw_type_1 with fw_mac
Hayes Wang
2019-10-22
1
-41
/
+41
*
|
r8152: support request_firmware for RTL8153
Hayes Wang
2019-10-16
1
-12
/
+756
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-05
1
-2
/
+1
|
\
|
|
*
r8152: Set macpassthru in reset_resume callback
Kai-Heng Feng
2019-10-05
1
-2
/
+1
*
|
r8152: Add identifier names for function pointers
Prashant Malani
2019-10-03
1
-11
/
+12
*
|
r8152: Use guard clause and fix comment typos
Prashant Malani
2019-10-02
1
-16
/
+16
*
|
r8152: Factor out OOB link list waits
Prashant Malani
2019-10-01
1
-52
/
+21
|
/
*
r8152: adjust the settings of ups flags
Hayes Wang
2019-09-05
1
-88
/
+120
*
r8152: modify rtl8152_set_speed function
Hayes Wang
2019-09-05
1
-64
/
+132
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
1
-4
/
+1
|
\
|
*
r8152: remove calling netif_napi_del
Hayes Wang
2019-08-29
1
-2
/
+0
|
*
Revert "r8152: napi hangup fix after disconnect"
Hayes Wang
2019-08-29
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
1
-1
/
+4
|
\
|
|
*
r8152: Set memory to all 0xFFs on failed reg reads
Prashant Malani
2019-08-26
1
-1
/
+4
*
|
r8152: add a helper function about setting EEE
Hayes Wang
2019-08-23
1
-91
/
+77
*
|
r8152: saving the settings of EEE
Hayes Wang
2019-08-23
1
-30
/
+50
*
|
r8152: divide the tx and rx bottom functions
Hayes Wang
2019-08-20
1
-13
/
+26
[next]