summaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* vmxnet3: turn off lro when rxcsum is disabledRonak Doshi2019-06-051-0/+10
* vmxnet3: Replace msleep(1) with usleep_range()YueHaibing2018-05-171-1/+1
* net: vmxnet3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-231-11/+14
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1Star
* vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare2016-06-171-0/+158
* vmxnet3: add receive data ring supportShrikrishna Khare2016-06-171-11/+37
* vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare2016-06-171-4/+5
* vmxnet3: prepare for version 3 changesShrikrishna Khare2016-06-171-2/+2
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0Star
* Driver: Vmxnet3: Extend register dump supportShrikrishna Khare2015-09-241-28/+90
* vmxnet3: spelling fixesstephen hemminger2015-04-021-2/+2
* Driver: Vmxnet3: Fix ethtool -S to return correct rx queue statsShrikrishna Khare2015-01-161-1/+1
* Driver: Vmxnet3: Make Rx ring 2 size configurableShrikrishna Khare2015-01-061-7/+20
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+13
* vmxnet3: adjust ring sizes when interface is downNeil Horman2014-06-171-4/+8
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
* ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-4/+4
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+3
* vmxnet3: prevent div-by-zero panic when ring resizing uninitialized devBhavesh Davda2013-03-071-0/+6
* vmxnet3: fix ethtool ring buffer size settingNeil Horman2013-02-251-4/+2Star
* vmxnet3: use netdev_ printk wrappersStephen Hemminger2013-01-161-7/+6Star
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-1/+1
* vmxnet3" make ethtool ops conststephen hemminger2012-01-051-1/+1
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-20/+15Star
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-5/+0Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-2/+2
* ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings2011-09-171-1/+1
* vmxnet3: Convert to new vlan model.Jesse Gross2011-06-281-1/+8
* vmxnet3: convert to 64 bit stats interfacestephen hemminger2011-06-091-22/+22
* 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
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* | net: vmxnet3: convert to hw_featuresMichał Mirosław2011-04-191-56/+11Star
|/
* net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-281-2/+2
* vmxnet3: Add locking for access to command registerShreyas Bhatewara2011-01-161-0/+15
* vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara2011-01-161-114/+145
* vmxnet3: fix compilation when RSS is disabledScott J. Goldman2010-11-291-1/+4
* net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara2010-11-191-52/+119
* vmxnet3: remove set_flag_le{16,64} helpersHarvey Harrison2010-10-251-8/+6Star
* net-next: fix LRO feature update in vmxnet3Shreyas Bhatewara2010-07-161-2/+3
* vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings2010-06-301-7/+1Star
* vmxnet3: fail when try to setup unsupported featuresStanislaw Gruszka2010-06-291-2/+7
* net: Getting rid of the x86 dependency to built vmxnet3Shreyas Bhatewara2009-11-171-4/+6
* net: VMware virtual Ethernet NIC driver: vmxnet3Shreyas Bhatewara2009-10-131-0/+566