summaryrefslogtreecommitdiff
path: root/drivers/net/vmxnet3/vmxnet3_drv.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-13drivers: net: last_rx eliminationEric Dumazet1-1/+0
2010-04-04net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-7/+4
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+4
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18vmxnet3: using csum_ipv6_magic requires including net/ip6_checksum.hStephen Rothwell1-0/+2
2009-11-17net: Getting rid of the x86 dependency to built vmxnet3Shreyas Bhatewara1-101/+256
2009-10-17vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=nRandy Dunlap1-9/+18