summaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-052-8/+3
|\
| * vmxnet3: Fix transport header sizeShreyas Bhatewara2012-03-012-8/+3
* | vmxnet3: Fix log messages and corrects some typosShreyas Bhatewara2012-03-041-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-2/+2
|\|
| * vmxnet3: cap copy length at size of skb to prevent dropped frames on txNeil Horman2012-02-191-2/+2
* | vmxnet3: Fix typo in vmxnet3_drv.cMasanari Iida2012-02-011-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-4/+1
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-12/+3
* | vmxnet3: cleanup tso headers manipulationEric Dumazet2012-01-251-11/+11
|/
* vmxnet3" make ethtool ops conststephen hemminger2012-01-051-1/+1
* ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-161-1/+2
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-20/+15
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-2/+6
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-5/+0
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-162-3/+3
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-311-0/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-6/+6
* vmxnet3: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* vmxnet3: convert to SKB paged frag API.Ian Campbell2011-09-221-4/+4
* ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings2011-09-161-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-14/+20
|\
| * vmxnet3: Don't enable vlan filters in promiscuous mode.Jesse Gross2011-08-131-14/+20
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* vmxnet3: fix publicity of NETIF_F_HIGHDMAShreyas Bhatewara2011-07-211-1/+1
* vmxnet3: set netdev parant device before calling netdev_infoShreyas Bhatewara2011-07-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-142-2/+6
|\
| * vmxnet3: round down # of queues to power of twoShreyas Bhatewara2011-07-072-2/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-052-43/+96
|\|
| * vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara2011-07-052-43/+96
* | vmxnet3: Enable GRO support.Jesse Gross2011-06-271-1/+4
* | vmxnet3: Convert to new vlan model.Jesse Gross2011-06-273-83/+40
* | vmxnet3: remove unused variableNeil Horman2011-06-131-2/+0
* | vmxnet3: convert to 64 bit stats interfacestephen hemminger2011-06-083-25/+26
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-0/+1
|\
| * vmxnet3: Fix inconsistent LRO state after initializationThomas Jarosch2011-05-161-0/+3
* | vmxnet3: Use single tx queue when CONFIG_PCI_MSI not definedShreyas Bhatewara2011-05-122-2/+5
* | 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
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* | net: vmxnet3: convert to hw_featuresMichał Mirosław2011-04-183-86/+28
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-271-2/+2
* vmxnet3: Dont allocate extra MSI-x vectorsShreyas Bhatewara2011-01-152-5/+5
* vmxnet3: Add locking for access to command registerShreyas Bhatewara2011-01-153-0/+54
* vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara2011-01-151-1/+6
* vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara2011-01-151-114/+145
* vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara2011-01-151-14/+9
* vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara2011-01-151-13/+1
* vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara2011-01-151-0/+5