index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2014-05-31
r8152: Use kmemdup instead of kmalloc + memcpy
Benoit Taine
1
-3
/
+1
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-04-12
r8152: check RTL8152_UNPLUG
hayeswang
1
-0
/
+48
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+9
2014-03-12
r8152: support dumping the hw counters
hayeswang
1
-2
/
+93
2014-03-11
r8152: add skb_cow_head
hayeswang
1
-2
/
+10
2014-03-08
r8152: support IPv6
hayeswang
1
-3
/
+103
2014-03-08
r8152: support TSO
hayeswang
1
-30
/
+87
2014-03-08
r8152: support rx checksum
hayeswang
1
-2
/
+39
2014-03-08
r8152: calculate the dropped packets for rx
hayeswang
1
-1
/
+2
2014-03-08
r8152: up the priority of the transmission
hayeswang
1
-18
/
+27
2014-03-08
r8152: check tx agg list before spin lock
hayeswang
1
-0
/
+3
2014-03-08
r8152: replace spin_lock_irqsave and spin_unlock_irqrestore
hayeswang
1
-16
/
+12
2014-03-06
r8152: remove rtl8152_get_stats
hayeswang
1
-15
/
+6
2014-03-06
r8152: replace tp->netdev with netdev
hayeswang
1
-3
/
+5
2014-03-06
r8152: deal with the empty line and space
hayeswang
1
-3
/
+6
2014-03-06
r8152: disable the ECM mode
hayeswang
1
-6
/
+9
2014-02-19
r8152: support get_msglevel and set_msglevel
hayeswang
1
-0
/
+16
2014-02-19
r8152: set disable_hub_initiated_lpm
hayeswang
1
-0
/
+1
2014-02-19
r8152: replace netif_rx with netif_receive_skb
hayeswang
1
-1
/
+1
2014-02-19
r8152: disable teredo for RTL8152
hayeswang
1
-0
/
+1
2014-02-19
r8152: support runtime suspend
hayeswang
1
-23
/
+158
2014-02-19
r8152: support WOL
hayeswang
1
-13
/
+105
2014-02-19
r8152: move some functions from probe to open
hayeswang
1
-20
/
+25
2014-02-19
r8152: combine PHY reset with set_speed
hayeswang
1
-12
/
+45
2014-02-19
r8152: clear BMCR_PDOWN
hayeswang
1
-2
/
+13
2014-02-19
r8152: reduce the frequency of spin_lock
hayeswang
1
-9
/
+38
2014-02-19
r8152: load the default MAC address
hayeswang
1
-2
/
+17
2014-02-19
r8152: replace some types from int to bool
hayeswang
1
-10
/
+10
2014-02-19
r8152: add three functions
hayeswang
1
-48
/
+51
2014-02-19
r8152: move some functions
hayeswang
1
-53
/
+53
2014-02-07
r8152: fix the submission of the interrupt transfer
hayeswang
1
-9
/
+8
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-15
r8152: ecm and vendor modes coexist
hayeswang
1
-10
/
+8
2014-01-15
r8152: fix the warnings and a error from checkpatch.pl
hayeswang
1
-27
/
+15
2014-01-15
r8152: change the descriptor
hayeswang
1
-1
/
+1
2014-01-07
r8152: correct some messages
Hayes Wang
1
-10
/
+13
2014-01-07
r8152: replace the return value of rtl_ops_init
hayeswang
1
-9
/
+11
2014-01-07
r8152: move the actions of saving the information of the device
hayeswang
1
-3
/
+4
2014-01-07
r8152: replace some tabs with spaces
hayeswang
1
-8
/
+8
2014-01-04
r8152: fix the wrong return value
hayeswang
1
-1
/
+1
2014-01-02
r8152: support RTL8153
hayeswang
1
-5
/
+610
2014-01-02
r8152: split rtl8152_enable
hayeswang
1
-3
/
+15
2014-01-02
r8152: add rtl_ops
hayeswang
1
-7
/
+50
2014-01-02
r8152: change some definitions
hayeswang
1
-11
/
+16
2014-01-02
r8152: modify the method of accessing PHY
hayeswang
1
-34
/
+18
2014-01-02
r8152: move rtl8152_unload and ocp_reg_write
hayeswang
1
-29
/
+29
2013-11-21
r8152: fix incorrect type in assignment
hayeswang
1
-9
/
+9
2013-11-21
r8152: support stopping/waking tx queue
hayeswang
1
-0
/
+22
2013-11-21
r8152: modify the tx flow
hayeswang
1
-43
/
+3
[next]