summaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vmxnet3: fix publicity of NETIF_F_HIGHDMAShreyas Bhatewara2011-07-221-1/+1
* vmxnet3: set netdev parant device before calling netdev_infoShreyas Bhatewara2011-07-221-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-0/+3
|\
| * vmxnet3: round down # of queues to power of twoShreyas Bhatewara2011-07-071-0/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-061-41/+94
|\|
| * vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara2011-07-061-41/+94
* | vmxnet3: Enable GRO support.Jesse Gross2011-06-281-1/+4
* | vmxnet3: Convert to new vlan model.Jesse Gross2011-06-281-81/+30
* | vmxnet3: remove unused variableNeil Horman2011-06-141-2/+0
* | vmxnet3: convert to 64 bit stats interfacestephen hemminger2011-06-091-1/+1
|/
* vmxnet3: Use single tx queue when CONFIG_PCI_MSI not definedShreyas Bhatewara2011-05-121-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-4/+6
|\
| * vmxnet3: Consistently disable irqs when taking adapter->cmd_lockRoland Dreier2011-05-061-4/+6
* | net: vmxnet3: convert to hw_featuresMichał Mirosław2011-04-191-26/+14
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara2011-01-161-2/+2
* vmxnet3: Add locking for access to command registerShreyas Bhatewara2011-01-161-0/+38
* vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara2011-01-161-1/+6
* vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara2011-01-161-14/+9
* vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara2011-01-161-13/+1
* vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara2011-01-161-0/+5
* vmxnet3: fix ring size updateShreyas Bhatewara2011-01-161-1/+1
* drivers/net/*/: Use static constJoe Perches2010-12-211-1/+3
* vmxnet3: locking problems in xmitDan Carpenter2010-12-201-1/+3
* net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-161-2/+2
* drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-1/+1
* net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara2010-11-191-200/+751
* vmxnet: trivial annotation of protocol constantHarvey Harrison2010-10-311-1/+1
* vmxnet3: fix typo setting confPAHarvey Harrison2010-10-251-1/+1
* vmxnet3: remove set_flag_le{16,64} helpersHarvey Harrison2010-10-251-11/+9
* vmxnet3: make bit twiddle routines inlinestephen hemminger2010-10-211-17/+0
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-031-2/+2
* net-next: Fix an overflow bug in vmxnet3 Tx descriptorBhavesh Davda2010-07-261-4/+9
* net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara2010-07-191-3/+10
* net-next: vmxnet3 fixes [4/5] Do not reset when the device is not openedShreyas Bhatewara2010-07-191-0/+2
* net-next: vmxnet3 fixes [3/5] Initialize link state at probe timeShreyas Bhatewara2010-07-181-5/+8
* net-next: vmxnet3 fixes [2/5] Interrupt control bitmapRonghua Zang2010-07-161-0/+5
* drivers/net/vmxnet3: Use kzallocJulia Lawall2010-05-181-2/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* drivers: net: last_rx eliminationEric Dumazet2010-04-131-1/+0
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-7/+4
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-4/+4
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* vmxnet3: using csum_ipv6_magic requires including net/ip6_checksum.hStephen Rothwell2009-11-181-0/+2
* net: Getting rid of the x86 dependency to built vmxnet3Shreyas Bhatewara2009-11-171-101/+256
* vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=nRandy Dunlap2009-10-171-9/+18