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
2009-08-13
myri10ge: improve parity error detection and recovery
Brice Goglin
1
-17
/
+46
2009-07-06
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
Patrick McHardy
1
-2
/
+2
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-3
/
+3
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
1
-1
/
+1
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
1
-1
/
+0
2009-05-25
myri10ge: Add support for vlan_features
Brice Goglin
1
-1
/
+7
2009-05-25
myri10ge: drop myri10ge_lro module parameter
Brice Goglin
1
-6
/
+1
2009-05-25
myri10ge: fix the invokation of lro_flush_all
Brice Goglin
1
-1
/
+2
2009-05-20
myri10ge: update version to 1.5.0-1.415
Brice Goglin
1
-1
/
+1
2009-05-20
myri10ge: allow LRO to be enabled via ethtool
Brice Goglin
1
-4
/
+13
2009-04-18
myri10ge: fix compile error
Andrew Gallatin
1
-1
/
+1
2009-04-17
myri10ge: fix tx ring size in ethtool -g
Brice Goglin
1
-1
/
+1
2009-04-17
myri10ge: add MODULE_DEVICE_TABLE
Brice Goglin
1
-1
/
+3
2009-04-17
myri10ge: allow per-board firmware overriding
Brice Goglin
1
-2
/
+23
2009-04-17
myri10ge: force stats update in ethtool gstats
Brice Goglin
1
-0
/
+7
2009-04-15
myr10ge: again fix lro_gen_skb() alignment
Stanislaw Gruszka
1
-0
/
+1
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-2
/
+2
2009-03-25
myri10ge: update firmware headers to 1.4.41
Brice Goglin
1
-0
/
+9
2009-01-28
net: Add skb_record_rx_queue() calls to multiqueue capable drivers.
David S. Miller
1
-0
/
+1
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-3
/
+3
2009-01-21
myri10ge: don't forget pci_disable_device()
Brice Goglin
1
-6
/
+9
2009-01-06
myri10ge: print MAC and serial number on probe failure
Brice Goglin
1
-1
/
+5
2008-12-27
net: Fix warning fallout from recent NAPI interface changes.
David S. Miller
1
-1
/
+0
2008-12-26
myri10ge: update driver version to 1.4.4-1.395
Brice Goglin
1
-1
/
+1
2008-12-26
myri10ge: update firmware headers to 1.4.37
Brice Goglin
2
-83
/
+93
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-3
/
+3
2008-12-09
myri10ge: check fragmentation in LRO get_frag_header()
Brice Goglin
1
-0
/
+2
2008-11-24
myri10ge: update firmware headers
Brice Goglin
1
-0
/
+1
2008-11-24
myri10ge: update DCA comments
Brice Goglin
1
-3
/
+3
2008-11-22
myri10ge: convert to net_device_ops
Stephen Hemminger
1
-7
/
+13
2008-11-20
myri10ge: remove hardcoded sram_size
Brice Goglin
1
-10
/
+13
2008-11-20
myri10ge: fix per-slice rx/tx_dropped counters
Brice Goglin
1
-2
/
+4
2008-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2008-11-11
myri10ge: fix stop/go ordering even more
Brice Goglin
1
-1
/
+3
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2008-10-31
myri10ge: fix stop/go mmio ordering
Brice Goglin
1
-1
/
+3
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+1
2008-10-22
myri10ge: disable NAPI on failure to setup the interface
Brice Goglin
1
-1
/
+5
2008-10-16
[netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMA
Jeff Garzik
1
-13
/
+13
2008-10-11
myri10ge: update driver version number to 1.4.3-1.369
Brice Goglin
1
-1
/
+1
2008-10-10
myri10ge: remove over-paranoid queue number modulus
Brice Goglin
1
-2
/
+0
2008-10-09
myri10ge: add multiqueue TX
Brice Goglin
1
-34
/
+118
2008-09-25
myri10ge: use DCA if DCA is compiled as a module
Brice Goglin
1
-13
/
+13
2008-09-25
myri10ge: Rename DCA-related firmware counters
Brice Goglin
1
-1
/
+1
2008-09-25
myri10ge: Stop scaring people when DCA is built but absent
Brice Goglin
1
-2
/
+3
2008-09-03
[netdrvr] removed unused #include <version.h>
Huang Weiyi
1
-1
/
+0
2008-08-27
myri10ge: update version string to 1.4.3-1.358
Brice Goglin
1
-1
/
+1
2008-08-14
myri10ge: myri10ge_fw_name also overrides the rss firmware
Brice Goglin
1
-1
/
+5
[next]