summaryrefslogtreecommitdiff
path: root/drivers/net/vmxnet3/vmxnet3_drv.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-02vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann1-2/+5
2014-04-02vmxnet3: fix netpoll race conditionNeil Horman1-5/+11
2012-03-19vmxnet3: Fix transport header sizeShreyas Bhatewara1-6/+1
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-6/+6
2011-10-14vmxnet3: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-09-23vmxnet3: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+20
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-14vmxnet3: Don't enable vlan filters in promiscuous mode.Jesse Gross1-14/+20
2011-07-22vmxnet3: fix publicity of NETIF_F_HIGHDMAShreyas Bhatewara1-1/+1
2011-07-22vmxnet3: 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/ne...David S. Miller1-0/+3
2011-07-07vmxnet3: round down # of queues to power of twoShreyas Bhatewara1-0/+3
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-41/+94
2011-07-06vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara1-41/+94
2011-06-28vmxnet3: Enable GRO support.Jesse Gross1-1/+4
2011-06-28vmxnet3: Convert to new vlan model.Jesse Gross1-81/+30
2011-06-14vmxnet3: remove unused variableNeil Horman1-2/+0
2011-06-09vmxnet3: convert to 64 bit stats interfacestephen hemminger1-1/+1
2011-05-13vmxnet3: Use single tx queue when CONFIG_PCI_MSI not definedShreyas Bhatewara1-0/+3
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+6
2011-05-07vmxnet3: Consistently disable irqs when taking adapter->cmd_lockRoland Dreier1-4/+6
2011-04-19net: vmxnet3: convert to hw_featuresMichał Mirosław1-26/+14
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-16vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara1-2/+2
2011-01-16vmxnet3: Add locking for access to command registerShreyas Bhatewara1-0/+38
2011-01-16vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara1-1/+6
2011-01-16vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara1-14/+9
2011-01-16vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara1-13/+1
2011-01-16vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara1-0/+5
2011-01-16vmxnet3: 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-17net: 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-20net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara1-200/+751
2010-10-31vmxnet: trivial annotation of protocol constantHarvey Harrison1-1/+1
2010-10-25vmxnet3: fix typo setting confPAHarvey Harrison1-1/+1
2010-10-25vmxnet3: remove set_flag_le{16,64} helpersHarvey Harrison1-11/+9
2010-10-21vmxnet3: make bit twiddle routines inlinestephen hemminger1-17/+0
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-2/+2
2010-07-26net-next: Fix an overflow bug in vmxnet3 Tx descriptorBhavesh Davda1-4/+9
2010-07-20net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara1-3/+10
2010-07-20net-next: vmxnet3 fixes [4/5] Do not reset when the device is not openedShreyas Bhatewara1-0/+2
2010-07-19net-next: vmxnet3 fixes [3/5] Initialize link state at probe timeShreyas Bhatewara1-5/+8
2010-07-16net-next: vmxnet3 fixes [2/5] Interrupt control bitmapRonghua Zang1-0/+5
2010-05-18drivers/net/vmxnet3: Use kzallocJulia Lawall1-2/+1