summaryrefslogtreecommitdiff
path: root/drivers/net/vmxnet3/vmxnet3_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare1-0/+158
2016-06-17vmxnet3: add receive data ring supportShrikrishna Khare1-11/+37
2016-06-17vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare1-4/+5
2016-06-17vmxnet3: prepare for version 3 changesShrikrishna Khare1-2/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-09-24Driver: Vmxnet3: Extend register dump supportShrikrishna Khare1-28/+90
2015-04-02vmxnet3: spelling fixesstephen hemminger1-2/+2
2015-01-16Driver: Vmxnet3: Fix ethtool -S to return correct rx queue statsShrikrishna Khare1-1/+1
2015-01-06Driver: Vmxnet3: Make Rx ring 2 size configurableShrikrishna Khare1-7/+20
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry1-2/+13
2014-06-17vmxnet3: adjust ring sizes when interface is downNeil Horman1-4/+8
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+3
2013-03-08vmxnet3: prevent div-by-zero panic when ring resizing uninitialized devBhavesh Davda1-0/+6
2013-02-25vmxnet3: fix ethtool ring buffer size settingNeil Horman1-4/+2
2013-01-16vmxnet3: use netdev_ printk wrappersStephen Hemminger1-7/+6
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-1/+1
2012-01-05vmxnet3" make ethtool ops conststephen hemminger1-1/+1
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-20/+15
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones1-5/+0
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+2
2011-09-17ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-1/+1
2011-06-28vmxnet3: Convert to new vlan model.Jesse Gross1-1/+8
2011-06-09vmxnet3: convert to 64 bit stats interfacestephen hemminger1-22/+22
2011-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-05-16vmxnet3: Fix inconsistent LRO state after initializationThomas Jarosch1-0/+3
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-19net: vmxnet3: convert to hw_featuresMichał Mirosław1-56/+11
2011-03-28net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-2/+2
2011-01-16vmxnet3: Add locking for access to command registerShreyas Bhatewara1-0/+15
2011-01-16vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara1-114/+145
2010-11-29vmxnet3: fix compilation when RSS is disabledScott J. Goldman1-1/+4
2010-11-20net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara1-52/+119
2010-10-25vmxnet3: remove set_flag_le{16,64} helpersHarvey Harrison1-8/+6
2010-07-16net-next: fix LRO feature update in vmxnet3Shreyas Bhatewara1-2/+3
2010-07-01vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings1-7/+1
2010-06-29vmxnet3: fail when try to setup unsupported featuresStanislaw Gruszka1-2/+7
2009-11-17net: Getting rid of the x86 dependency to built vmxnet3Shreyas Bhatewara1-4/+6
2009-10-13net: VMware virtual Ethernet NIC driver: vmxnet3Shreyas Bhatewara1-0/+566