aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-13vmxnet3: remove unused variableNeil Horman1-2/+0
2011-06-08vmxnet3: convert to 64 bit stats interfacestephen hemminger1-1/+1
2011-05-12vmxnet3: 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/net-3.6David S. Miller1-4/+6
2011-05-06vmxnet3: Consistently disable irqs when taking adapter->cmd_lockRoland Dreier1-4/+6
2011-04-18net: vmxnet3: convert to hw_featuresMichał Mirosław1-26/+14
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-15vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara1-2/+2
2011-01-15vmxnet3: Add locking for access to command registerShreyas Bhatewara1-0/+38
2011-01-15vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara1-1/+6
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-19net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara1-200/+751
2010-10-30vmxnet: trivial annotation of protocol constantHarvey Harrison1-1/+1
2010-10-24vmxnet3: fix typo setting confPAHarvey Harrison1-1/+1
2010-10-24vmxnet3: 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-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-2/+2
2010-07-25net-next: Fix an overflow bug in vmxnet3 Tx descriptorBhavesh Davda1-4/+9
2010-07-19net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara1-3/+10
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 Zang1-0/+5
2010-05-17drivers/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-03net: 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-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-17vmxnet3: 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-16vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=nRandy Dunlap1-9/+18
2009-10-14vmxnet: fix 2 build problemsRandy Dunlap1-1/+10
2009-10-13net: VMware virtual Ethernet NIC driver: vmxnet3Shreyas Bhatewara1-0/+2556