summaryrefslogtreecommitdiff
path: root/drivers/net/vmxnet3
AgeCommit message (Expand)Author
2011-07-07vmxnet3: round down # of queues to power of twoShreyas Bhatewara
2011-07-05vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-16vmxnet3: Fix inconsistent LRO state after initializationThomas Jarosch
2011-05-12vmxnet3: Use single tx queue when CONFIG_PCI_MSI not definedShreyas Bhatewara
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-06vmxnet3: Consistently disable irqs when taking adapter->cmd_lockRoland Dreier
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-18net: vmxnet3: convert to hw_featuresMichał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka
2011-01-15vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara
2011-01-15vmxnet3: Add locking for access to command registerShreyas Bhatewara
2011-01-15vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara
2011-01-15vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara
2011-01-15vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara
2011-01-15vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara
2011-01-15vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara
2011-01-15vmxnet3: fix ring size updateShreyas Bhatewara
2010-12-21drivers/net/*/: Use static constJoe Perches
2010-12-20vmxnet3: locking problems in xmitDan Carpenter
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo
2010-11-28vmxnet3: fix compilation when RSS is disabledScott J. Goldman
2010-11-19net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara
2010-10-30vmxnet: trivial annotation of protocol constantHarvey Harrison
2010-10-30vmxnet3: remove unnecessary byteswapping in BAR writing macrosHarvey Harrison
2010-10-24vmxnet3: fix typo setting confPAHarvey Harrison
2010-10-24vmxnet3: annotate hwaddr members as __iomem pointersHarvey Harrison
2010-10-24vmxnet3: remove set_flag_le{16,64} helpersHarvey Harrison
2010-10-21vmxnet3: make bit twiddle routines inlinestephen hemminger
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-07-25net-next: Fix an overflow bug in vmxnet3 Tx descriptorBhavesh Davda
2010-07-19net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara
2010-07-19net-next: vmxnet3 fixes [4/5] Do not reset when the device is not openedShreyas Bhatewara
2010-07-18net-next: vmxnet3 fixes [3/5] Initialize link state at probe timeShreyas Bhatewara
2010-07-15net-next: vmxnet3 fixes [2/5] Interrupt control bitmapRonghua Zang
2010-07-15net-next: fix LRO feature update in vmxnet3Shreyas Bhatewara
2010-06-30vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings
2010-06-29vmxnet3: fail when try to setup unsupported featuresStanislaw Gruszka
2010-05-17drivers/net/vmxnet3: Use kzallocJulia Lawall
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-13drivers: net: last_rx eliminationEric Dumazet
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches