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
/
8139too.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-11
8139too fix for Dreamcast
Adrian McMenamin
1
-1
/
+1
2007-10-20
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-1
/
+1
2007-10-11
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
1
-3
/
+8
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-5
/
+3
2007-10-11
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-11
[8139too]: tab-align enums and structs; remove dead code
Jeff Garzik
1
-175
/
+169
2007-10-11
[netdrvr] 8139cp, 8139too: convert to generic DMA
Jeff Garzik
1
-10
/
+10
2007-10-11
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-25
/
+23
2007-08-01
[NET]: ethtool_perm_addr only has one implementation
Matthew Wilcox
1
-1
/
+0
2007-07-13
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-5
/
+2
2007-07-12
PCI: Change all drivers to use pci_device->revision
Auke Kok
1
-5
/
+2
2007-07-11
[NET]: Kill eth_copy_and_sum().
David S. Miller
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2007-02-20
8139too: RTNL and flush_scheduled_work deadlock
Francois Romieu
1
-23
/
+17
2006-12-12
[PATCH] net, 8139too.c: fix netpoll deadlock
Ingo Molnar
1
-2
/
+3
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-12
/
+14
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-5
/
+3
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-2
/
+2
2006-09-12
Merge branch 'tmp' into upstream
Jeff Garzik
1
-4
/
+1
2006-09-12
[PATCH] Remove more unnecessary driver printk's
Andy Gospodarek
1
-4
/
+1
2006-08-20
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-07-05
[PATCH] 8139too deadlock fix
Arjan van de Ven
1
-2
/
+3
2006-07-05
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
Jeff Garzik
1
-17
/
+10
2006-07-05
[netdrvr] Use dev_printk() when ethernet interface isn't available
Jeff Garzik
1
-16
/
+25
2006-07-03
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in networks drivers
Greg Kroah-Hartman
1
-3
/
+3
2006-05-27
[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*
Jeff Garzik
1
-7
/
+7
2006-03-24
[PATCH] Fix "value computed not used" warnings
Takashi Iwai
1
-1
/
+1
2006-03-21
[NET]: Convert RTNL to mutex.
Stephen Hemminger
1
-1
/
+1
2006-03-04
Massive net driver const-ification.
Arjan van de Ven
1
-2
/
+2
2006-02-02
8139too: fix a TX timeout watchdog thread against NAPI softirq race
Francois Romieu
1
-12
/
+26
2006-01-10
[PATCH] turn "const static" into "static const"
Jesper Juhl
1
-1
/
+1
2005-11-10
[netdrvr 8139too] fast poll for thread, if an unlikely race occurs
Jeff Garzik
1
-1
/
+7
2005-11-05
[netdrvr 8139too] use rtnl_shlock_nowait() rather than rtnl_lock_interruptible()
Jeff Garzik
1
-1
/
+1
2005-11-05
[netdrvr 8139too] use cancel_rearming_delayed_work() to cancel thread
Jeff Garzik
1
-16
/
+9
2005-10-31
[netdrvr 8139too] replace hand-crafted kernel thread with workqueue
Jeff Garzik
1
-54
/
+33
2005-10-19
[PATCH] 8139too: fix resume for Realtek 8100B/8139D
John W. Linville
1
-1
/
+2
2005-09-14
[PATCH] 8139too: support ETHTOOL_GPERMADDR
John W. Linville
1
-0
/
+2
2005-07-28
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
Olaf Hering
1
-3
/
+3
2005-06-26
[PATCH] Cleanup patch for process freezing
Christoph Lameter
1
-1
/
+1
2005-05-13
[PATCH] 8139too: use iomap for pio/mmio
Pekka Enberg
1
-107
/
+87
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+2666