Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-flexiantxendom0-3.2.10.git] / drivers / net / vmxnet3 / vmxnet3_drv.c
2012-03-06 David S. MillerMerge git://git./linux/kernel/git/davem/net
2012-03-05 Shreyas Bhatewaravmxnet3: Fix log messages and corrects some typos
2012-03-02 Shreyas Bhatewaravmxnet3: Fix transport header size
2012-02-27 David S. MillerMerge git://git./linux/kernel/git/davem/net
2012-02-19 Neil Hormanvmxnet3: cap copy length at size of skb to prevent...
2012-02-01 Masanari Iidavmxnet3: Fix typo in vmxnet3_drv.c
2012-01-31 Joe Perchesdrivers/net: Remove alloc_etherdev error messages
2012-01-31 Joe Perchesdrivers/net: Remove unnecessary k.alloc/v.alloc OOM...
2012-01-25 Eric Dumazetvmxnet3: cleanup tso headers manipulation
2011-12-16 Ben Hutchingsethtool: Define and apply a default policy for RX flow...
2011-12-09 Jiri Pirkonet: make vlan ndo_vlan_rx_[add/kill]_vid return error...
2011-10-31 Paul Gortmakerdrivers/net: Add module.h to drivers who were implicitl...
2011-10-19 Eric Dumazetnet: add skb frag size accessors
2011-10-14 Eric Dumazetvmxnet3: fix skb truesize underestimation
2011-10-06 Ian Campbellnet: use DMA_x_DEVICE and dma_mapping_error with skb_fr...
2011-09-22 Ian Campbellvmxnet3: convert to SKB paged frag API.
2011-08-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net
2011-08-18 Jiri Pirkonet: remove use of ndo_set_multicast_list in drivers
2011-08-14 Jesse Grossvmxnet3: Don't enable vlan filters in promiscuous mode.
2011-07-22 Shreyas Bhatewaravmxnet3: fix publicity of NETIF_F_HIGHDMA
2011-07-22 Shreyas Bhatewaravmxnet3: set netdev parant device before calling netdev...
2011-07-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-07 Shreyas Bhatewaravmxnet3: round down # of queues to power of two
2011-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-06 Shreyas Bhatewaravmxnet3: fix starving rx ring whenoc_skb kb fails
2011-06-28 Jesse Grossvmxnet3: Enable GRO support.
2011-06-28 Jesse Grossvmxnet3: Convert to new vlan model.
2011-06-13 Neil Hormanvmxnet3: remove unused variable
2011-06-09 stephen hemmingervmxnet3: convert to 64 bit stats interface
2011-05-12 Shreyas Bhatewaravmxnet3: Use single tx queue when CONFIG_PCI_MSI not...
2011-05-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-3.6
2011-05-06 Roland Dreiervmxnet3: Consistently disable irqs when taking adapter...
2011-04-19 Michał Mirosławnet: vmxnet3: convert to hw_features
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-16 Shreyas Bhatewaravmxnet3: Dont allocate extra MSI-x vectors
2011-01-16 Shreyas Bhatewaravmxnet3: Add locking for access to command register
2011-01-16 Shreyas Bhatewaravmxnet3: Disable napi in suspend, reenable in resume.
2011-01-16 Shreyas Bhatewaravmxnet3: Provide required number of bytes in first...
2011-01-16 Shreyas Bhatewaravmxnet3: Enable HW Rx VLAN stripping by default
2011-01-16 Shreyas Bhatewaravmxnet3: Preserve the MAC address configured by ifconfig
2011-01-16 Shreyas Bhatewaravmxnet3: fix ring size update
2010-12-21 Joe Perchesdrivers/net/*/: Use static const
2010-12-20 Dan Carpentervmxnet3: locking problems in xmit
2010-12-16 Michał Mirosławnet: Fix drivers advertising HW_CSUM feature to use...
2010-12-12 Tejun Heodrivers/net: don't use flush_scheduled_work()
2010-11-19 Shreyas Bhatewaranet-next: Add multiqueue support to vmxnet3 driver
2010-10-30 Harvey Harrisonvmxnet: trivial annotation of protocol constant
2010-10-24 Harvey Harrisonvmxnet3: fix typo setting confPA
2010-10-24 Harvey Harrisonvmxnet3: remove set_flag_le{16,64} helpers
2010-10-21 stephen hemmingervmxnet3: make bit twiddle routines inline
2010-10-21 Jesse Grossvlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
2010-09-03 Eric Dumazetdrivers/net: avoid some skb->ip_summed initializations
2010-07-26 Bhavesh Davdanet-next: Fix an overflow bug in vmxnet3 Tx descriptor
2010-07-19 Shreyas Bhatewaranet-next: vmxnet3 fixes [5/5] Respect the interrupt...
2010-07-19 Shreyas Bhatewaranet-next: vmxnet3 fixes [4/5] Do not reset when the...
2010-07-18 Shreyas Bhatewaranet-next: vmxnet3 fixes [3/5] Initialize link state...
2010-07-16 Ronghua Zangnet-next: vmxnet3 fixes [2/5] Interrupt control bitmap
2010-05-18 Julia Lawalldrivers/net/vmxnet3: Use kzalloc
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-04-13 Eric Dumazetdrivers: net: last_rx elimination
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-02-26 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-11-18 Stephen Rothwellvmxnet3: using csum_ipv6_magic requires including net...
2009-11-17 Shreyas Bhatewaranet: Getting rid of the x86 dependency to built vmxnet3
2009-10-17 Randy Dunlapvmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=n
2009-10-15 Randy Dunlapvmxnet: fix 2 build problems
2009-10-13 Shreyas Bhatewaranet: VMware virtual Ethernet NIC driver: vmxnet3