aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21vmxnet3: fix publicity of NETIF_F_HIGHDMAShreyas Bhatewara1-1/+1
2011-07-21vmxnet3: set netdev parant device before calling netdev_infoShreyas Bhatewara1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+6
2011-07-07vmxnet3: round down # of queues to power of twoShreyas Bhatewara2-2/+6
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-43/+96
2011-07-05vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara2-43/+96
2011-06-27vmxnet3: Enable GRO support.Jesse Gross1-1/+4
2011-06-27vmxnet3: Convert to new vlan model.Jesse Gross3-83/+40
2011-06-13vmxnet3: remove unused variableNeil Horman1-2/+0
2011-06-08vmxnet3: convert to 64 bit stats interfacestephen hemminger3-25/+26
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-05-16vmxnet3: Fix inconsistent LRO state after initializationThomas Jarosch1-0/+3
2011-05-12vmxnet3: Use single tx queue when CONFIG_PCI_MSI not definedShreyas Bhatewara2-2/+5
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-4/+6
2011-05-06vmxnet3: Consistently disable irqs when taking adapter->cmd_lockRoland Dreier1-4/+6
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-18net: vmxnet3: convert to hw_featuresMichał Mirosław3-86/+28
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-2/+2
2011-01-15vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara2-5/+5
2011-01-15vmxnet3: Add locking for access to command registerShreyas Bhatewara3-0/+54
2011-01-15vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara1-1/+6
2011-01-15vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara1-114/+145
2011-01-15vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara1-14/+9
2011-01-15vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara1-13/+1
2011-01-15vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara1-0/+5
2011-01-15vmxnet3: fix ring size updateShreyas Bhatewara1-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches1-1/+3
2010-12-20vmxnet3: locking problems in xmitDan Carpenter1-1/+3
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-2/+2
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-11-28vmxnet3: fix compilation when RSS is disabledScott J. Goldman1-1/+4
2010-11-19net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara3-274/+921
2010-10-30vmxnet: trivial annotation of protocol constantHarvey Harrison1-1/+1
2010-10-30vmxnet3: remove unnecessary byteswapping in BAR writing macrosHarvey Harrison1-4/+4
2010-10-24vmxnet3: fix typo setting confPAHarvey Harrison1-1/+1
2010-10-24vmxnet3: annotate hwaddr members as __iomem pointersHarvey Harrison1-2/+2
2010-10-24vmxnet3: remove set_flag_le{16,64} helpersHarvey Harrison5-41/+22
2010-10-21vmxnet3: make bit twiddle routines inlinestephen hemminger2-20/+14
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-2/+2
2010-07-25net-next: Fix an overflow bug in vmxnet3 Tx descriptorBhavesh Davda2-6/+11
2010-07-19net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara2-5/+12
2010-07-19net-next: vmxnet3 fixes [4/5] Do not reset when the device is not openedShreyas Bhatewara1-0/+2
2010-07-18net-next: vmxnet3 fixes [3/5] Initialize link state at probe timeShreyas Bhatewara1-5/+8
2010-07-15net-next: vmxnet3 fixes [2/5] Interrupt control bitmapRonghua Zang2-1/+10
2010-07-15net-next: fix LRO feature update in vmxnet3Shreyas Bhatewara1-2/+3
2010-06-30vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings1-7/+1
2010-06-29vmxnet3: fail when try to setup unsupported featuresStanislaw Gruszka1-2/+7
2010-05-17drivers/net/vmxnet3: Use kzallocJulia Lawall1-2/+1