aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-04vmxnet3: turn off lro when rxcsum is disabledRonak Doshi1-0/+10
2018-05-17vmxnet3: Replace msleep(1) with usleep_range()YueHaibing1-1/+1
2017-03-22net: vmxnet3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-11/+14
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-06-16vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare1-0/+158
2016-06-16vmxnet3: add receive data ring supportShrikrishna Khare1-11/+37
2016-06-16vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare1-4/+5
2016-06-16vmxnet3: 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-23Driver: Vmxnet3: Extend register dump supportShrikrishna Khare1-28/+90
2015-04-01vmxnet3: 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-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+13
2014-06-16vmxnet3: adjust ring sizes when interface is downNeil Horman1-4/+8
2014-06-06net: 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-13net: 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-07vmxnet3: prevent div-by-zero panic when ring resizing uninitialized devBhavesh Davda1-0/+6
2013-02-24vmxnet3: fix ethtool ring buffer size settingNeil Horman1-4/+2
2013-01-16vmxnet3: use netdev_ printk wrappersStephen Hemminger1-7/+6
2013-01-06ethtool: 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-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-5/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+2
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-1/+1
2011-06-27vmxnet3: Convert to new vlan model.Jesse Gross1-1/+8
2011-06-08vmxnet3: convert to 64 bit stats interfacestephen hemminger1-22/+22
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-05-16vmxnet3: Fix inconsistent LRO state after initializationThomas Jarosch1-0/+3
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-18net: vmxnet3: convert to hw_featuresMichał Mirosław1-56/+11
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-2/+2
2011-01-15vmxnet3: Add locking for access to command registerShreyas Bhatewara1-0/+15
2011-01-15vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara1-114/+145
2010-11-28vmxnet3: fix compilation when RSS is disabledScott J. Goldman1-1/+4
2010-11-19net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara1-52/+119
2010-10-24vmxnet3: remove set_flag_le{16,64} helpersHarvey Harrison1-8/+6
2010-07-15net-next: fix LRO feature update in vmxnet3Shreyas Bhatewara1-2/+3
2010-06-30vmxnet3: 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