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
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
/
forcedeth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
1
-0
/
+1
2011-04-30
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
David Decotigny
1
-5
/
+9
2011-04-30
ethtool: Use full 32 bit speed range in ethtool's set_settings
David Decotigny
1
-5
/
+6
2011-04-20
net: forcedeth: fix compile warning of not used nv_set_tso function
Shan Wei
1
-10
/
+0
2011-04-16
net: forcedeth: convert to hw_features
Michał Mirosław
1
-52
/
+26
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-7
/
+7
2011-03-15
drivers/net: fix build warnings with CONFIG_PM_SLEEP disabled
Michel Lespinasse
1
-2
/
+6
2011-02-18
drivers/net: Call netif_carrier_off at the end of the probe
Ivan Vecera
1
-0
/
+2
2011-01-10
forcedeth: Do not use legacy PCI power management
Rafael J. Wysocki
1
-22
/
+12
2010-11-29
forcedeth: Use netdev_dbg for printk(KERN_DEBUG
Joe Perches
1
-7
/
+12
2010-11-29
forcedeth: Remove netdev_dbg uses
Joe Perches
1
-133
/
+0
2010-11-29
forcedeth: Convert dev_printk(<level> to dev_<level>(
Joe Perches
1
-38
/
+26
2010-11-29
forcedeth: Separate vendor specific initializations into functions
Joe Perches
1
-179
/
+188
2010-11-29
forcedeth: Add function init_realtek_8211b
Joe Perches
1
-73
/
+32
2010-11-29
forcedeth: Convert pr_<level> to netdev_<level>
Joe Perches
1
-132
/
+161
2010-11-29
forcedeth: Use pr_fmt and pr_<level>
Joe Perches
1
-114
/
+142
2010-11-29
forcedeth: Convert remaining dprintk to netdev_dbg
Joe Perches
1
-19
/
+12
2010-11-29
forcedeth: Use print_hex_dump
Joe Perches
1
-37
/
+17
2010-11-29
forcedeth: convert dprintk(KERN_DEBUG to netdev_dbg
Joe Perches
1
-89
/
+87
2010-11-29
forcedeth: Change reg_delay arguments and use
Joe Perches
1
-16
/
+14
2010-11-29
forcedeth: use usleep_range not msleep for small sleeps
Szymon Janc
1
-1
/
+1
2010-11-29
forcedeth: do not use assignment in if conditions
Szymon Janc
1
-2
/
+4
2010-11-29
forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> a...
Szymon Janc
1
-2
/
+2
2010-11-29
forcedeth: remove unnecessary checks before kfree
Szymon Janc
1
-8
/
+5
2010-11-29
forcedeth: fix multiple code style issues
Szymon Janc
1
-166
/
+135
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-7
/
+4
2010-09-27
drivers/net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-08-26
drivers/net: Remove address use from assignments of function pointers
Joe Perches
1
-3
/
+3
2010-07-26
forcedeth: Fix different hardware statistics versions.
Mike Ditto
1
-29
/
+31
2010-07-06
forcedeth: correct valid flag
Julia Lawall
1
-1
/
+1
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-2
/
+0
2010-05-06
forcedeth: Account for consumed budget in napi poll
Tom Herbert
1
-2
/
+3
2010-05-04
forcedeth: Kill NAPI config options.
David S. Miller
1
-193
/
+1
2010-05-04
forcedeth: GRO support
Tom Herbert
1
-5
/
+8
2010-05-01
forcedeth: Stay in NAPI as long as there's work
stephen hemminger
1
-14
/
+17
2010-04-15
drivers: net: use skb_headlen()
Eric Dumazet
1
-2
/
+2
2010-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-04-14
forcedeth: fix tx limit2 flag check
Ayaz Abdulla
1
-1
/
+1
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-4
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-23
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
1
-4
/
+2
2010-01-08
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-11-19
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
1
-3
/
+3
2009-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-4
/
+1
2009-11-16
forcedeth: mac address fix
Stanislav O. Bezzubtsev
1
-4
/
+1
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
1
-2
/
+3
2009-07-06
forcedeth: Fix NAPI race.
Eric Dumazet
1
-11
/
+14
2009-06-18
forcedeth: fix dma api mismatches
Eric Dumazet
1
-19
/
+27
[next]