aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/vmxnet3
AgeCommit message (Expand)Author
2011-09-22vmxnet3: convert to SKB paged frag API.Ian Campbell
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-13vmxnet3: Don't enable vlan filters in promiscuous mode.Jesse Gross
2011-07-21vmxnet3: fix publicity of NETIF_F_HIGHDMAShreyas Bhatewara
2011-07-21vmxnet3: set netdev parant device before calling netdev_infoShreyas Bhatewara
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-07vmxnet3: round down # of queues to power of twoShreyas Bhatewara
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-05vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara
2011-06-27vmxnet3: Enable GRO support.Jesse Gross
2011-06-27vmxnet3: Convert to new vlan model.Jesse Gross
2011-06-13vmxnet3: remove unused variableNeil Horman
2011-06-08vmxnet3: convert to 64 bit stats interfacestephen hemminger
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