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
/
myri10ge
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-06
remove NETIF_F_TSO ifdefery
Arjan van de Ven
1
-10
/
+0
2007-01-18
myri10ge: update driver version to 1.2.0
Brice Goglin
1
-1
/
+1
2007-01-18
myri10ge: check that we can get an irq
Brice Goglin
1
-3
/
+12
2007-01-18
myri10ge: make wc_fifo usage load-time tunable
Brice Goglin
1
-1
/
+5
2006-12-27
myri10ge: handle failures in suspend and resume
Brice Goglin
1
-5
/
+7
2006-12-27
myri10ge: no need to save MSI and PCIe state in the driver
Brice Goglin
1
-38
/
+9
2006-12-27
myri10ge: make msi configurable at runtime through sysfs
Brice Goglin
1
-1
/
+1
2006-12-27
myri10ge: move request_irq to myri10ge_open
Brice Goglin
1
-44
/
+54
2006-12-27
myri10ge: match number of save_state and restore
Brice Goglin
1
-2
/
+10
2006-12-11
[PATCH] myri10ge: update driver version to 1.1.0
Brice Goglin
1
-1
/
+1
2006-12-11
[PATCH] myri10ge: fix big_bytes in case of vlan frames
Brice Goglin
1
-2
/
+2
2006-12-11
[PATCH] myri10ge: Full vlan frame in small_bytes
Brice Goglin
1
-2
/
+2
2006-12-11
[PATCH] myri10ge: drop contiguous skb routines
Brice Goglin
1
-204
/
+8
2006-12-11
[PATCH] myri10ge: switch to page-based skb
Brice Goglin
1
-79
/
+93
2006-12-11
[PATCH] myri10ge: add page-based skb routines
Brice Goglin
1
-0
/
+190
2006-12-11
[PATCH] myri10ge: indentation cleanups
Brice Goglin
1
-4
/
+4
2006-12-07
[PATCH] myri10ge: write as 2 32-byte blocks in myri10ge_submit_8rx
Brice Goglin
1
-1
/
+3
2006-12-07
Merge branch 'master' into upstream
Jeff Garzik
1
-3
/
+4
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-1
/
+1
2006-12-05
[PATCH] myri10ge annotations
Al Viro
3
-72
/
+77
2006-12-03
[NET]: Split skb->csum
Al Viro
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+4
2006-11-01
[PATCH] myri10ge: ServerWorks HT2000 PCI id is already defined in pci_ids.h
Brice Goglin
1
-1
/
+0
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-45
/
+232
2006-09-23
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-4
/
+4
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-06
[PATCH] myri10ge: improve firmware selection
Brice Goglin
1
-7
/
+28
2006-08-24
[PATCH] myri10ge: use multicast support in the firmware
Brice Goglin
2
-8
/
+124
2006-08-24
[PATCH] myri10ge: use netif_msg_link
Brice Goglin
1
-7
/
+39
2006-08-20
[PATCH] myri10ge: convert to netdev_alloc_skb
Brice Goglin
1
-17
/
+20
2006-08-20
[PATCH] myri10ge: define some previously hardwired firmware constants
Brice Goglin
2
-8
/
+23
2006-08-09
[PATCH] myri10ge: always re-enable dummy rdmas in myri10ge_resume
Brice Goglin
1
-1
/
+1
2006-08-04
[PATCH] myri10ge - Fix spurious invokations of the watchdog reset handler
Brice Goglin
1
-1
/
+4
2006-08-04
[PATCH] myri10ge - Write the firmware in 256-bytes chunks
Brice Goglin
1
-12
/
+7
2006-07-29
[PATCH] myri10ge - Always do a dummy RDMA after loading the firmware
Brice Goglin
1
-1
/
+1
2006-07-13
[PATCH] myri10ge return value fix
Brice Goglin
1
-3
/
+10
2006-07-09
[NET] gso: Add skb_is_gso
Herbert Xu
1
-1
/
+1
2006-07-05
[PATCH] myri10ge - Export more parameters to ethtool
Brice Goglin
1
-0
/
+5
2006-07-05
[PATCH] myri10ge - Use dev_info() when printing parameters after probe
Brice Goglin
1
-5
/
+4
2006-07-05
[PATCH] myri10ge - Drop ununsed nvidia chipset id
brice@myri.com
1
-2
/
+0
2006-07-05
[PATCH] myri10ge - Drop unused pm_state
brice@myri.com
1
-1
/
+0
2006-07-03
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-2
/
+2
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
1
-2
/
+2
2006-06-23
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
1
-2
/
+1
2006-06-23
[PATCH] myri10ge - drop workaround pci_save_state() disabling MSI
Brice Goglin
1
-2
/
+0
2006-06-23
[PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804
Brice Goglin
1
-6
/
+0
2006-06-23
[PATCH] myri10ge build fix
Andrew Morton
1
-1
/
+1
2006-06-08
[PATCH] myri10ge update
Brice Goglin
1
-20
/
+38
2006-05-24
[netdrvr pcnet_cs, myri] trim trailing whitespace
Jeff Garzik
2
-13
/
+13
[next]