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
/
vmxnet3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-16
ethtool: Define and apply a default policy for RX flow hash indirection
Ben Hutchings
1
-1
/
+2
2011-12-16
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
Ben Hutchings
1
-20
/
+15
2011-12-09
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
1
-2
/
+6
2011-11-23
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
1
-5
/
+0
2011-11-17
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2
-3
/
+3
2011-11-01
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-6
/
+6
2011-10-14
vmxnet3: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-07
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
1
-1
/
+1
2011-09-23
vmxnet3: convert to SKB paged frag API.
Ian Campbell
1
-4
/
+4
2011-09-17
ethtool: Clean up definitions of rule location arrays in RX NFC
Ben Hutchings
1
-1
/
+1
2011-08-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+20
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-14
vmxnet3: Don't enable vlan filters in promiscuous mode.
Jesse Gross
1
-14
/
+20
2011-07-22
vmxnet3: fix publicity of NETIF_F_HIGHDMA
Shreyas Bhatewara
1
-1
/
+1
2011-07-22
vmxnet3: set netdev parant device before calling netdev_info
Shreyas Bhatewara
1
-1
/
+1
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-2
/
+6
2011-07-07
vmxnet3: round down # of queues to power of two
Shreyas Bhatewara
2
-2
/
+6
2011-07-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-43
/
+96
2011-07-06
vmxnet3: fix starving rx ring whenoc_skb kb fails
Shreyas Bhatewara
2
-43
/
+96
2011-06-28
vmxnet3: Enable GRO support.
Jesse Gross
1
-1
/
+4
2011-06-28
vmxnet3: Convert to new vlan model.
Jesse Gross
3
-83
/
+40
2011-06-14
vmxnet3: remove unused variable
Neil Horman
1
-2
/
+0
2011-06-09
vmxnet3: convert to 64 bit stats interface
stephen hemminger
3
-25
/
+26
2011-05-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2011-05-16
vmxnet3: Fix inconsistent LRO state after initialization
Thomas Jarosch
1
-0
/
+3
2011-05-13
vmxnet3: Use single tx queue when CONFIG_PCI_MSI not defined
Shreyas Bhatewara
2
-2
/
+5
2011-05-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+6
2011-05-07
vmxnet3: Consistently disable irqs when taking adapter->cmd_lock
Roland Dreier
1
-4
/
+6
2011-04-30
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
David Decotigny
1
-2
/
+2
2011-04-19
net: vmxnet3: convert to hw_features
Michał Mirosław
3
-86
/
+28
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-28
net: fix ethtool->set_flags not intended -EINVAL return value
Stanislaw Gruszka
1
-2
/
+2
2011-01-16
vmxnet3: Dont allocate extra MSI-x vectors
Shreyas Bhatewara
2
-5
/
+5
2011-01-16
vmxnet3: Add locking for access to command register
Shreyas Bhatewara
3
-0
/
+54
2011-01-16
vmxnet3: Disable napi in suspend, reenable in resume.
Shreyas Bhatewara
1
-1
/
+6
2011-01-16
vmxnet3: Make ethtool handlers multiqueue aware
Shreyas Bhatewara
1
-114
/
+145
2011-01-16
vmxnet3: Provide required number of bytes in first SG buffer
Shreyas Bhatewara
1
-14
/
+9
2011-01-16
vmxnet3: Enable HW Rx VLAN stripping by default
Shreyas Bhatewara
1
-13
/
+1
2011-01-16
vmxnet3: Preserve the MAC address configured by ifconfig
Shreyas Bhatewara
1
-0
/
+5
2011-01-16
vmxnet3: fix ring size update
Shreyas Bhatewara
1
-1
/
+1
2010-12-21
drivers/net/*/: Use static const
Joe Perches
1
-1
/
+3
2010-12-20
vmxnet3: locking problems in xmit
Dan Carpenter
1
-1
/
+3
2010-12-17
net: Fix drivers advertising HW_CSUM feature to use csum_start
Michał Mirosław
1
-2
/
+2
2010-12-12
drivers/net: don't use flush_scheduled_work()
Tejun Heo
1
-1
/
+1
2010-11-29
vmxnet3: fix compilation when RSS is disabled
Scott J. Goldman
1
-1
/
+4
2010-11-20
net-next: Add multiqueue support to vmxnet3 driver
Shreyas Bhatewara
3
-274
/
+921
2010-10-31
vmxnet: trivial annotation of protocol constant
Harvey Harrison
1
-1
/
+1
2010-10-31
vmxnet3: remove unnecessary byteswapping in BAR writing macros
Harvey Harrison
1
-4
/
+4
2010-10-25
vmxnet3: fix typo setting confPA
Harvey Harrison
1
-1
/
+1
[next]