summaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* vmxnet3: Add XDP support.William Tu2023-08-141-0/+23
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* vmxnet3: Implement ethtool's get_channels commandAndrey Turkin2022-07-201-0/+29
* vmxnet3: disable overlay offloads if UPT device does not supportRonak Doshi2022-06-201-0/+6
* vmxnet3: add command to set ring buffer sizesRonak Doshi2022-06-091-0/+7
* vmxnet3: add support for large passthrough BAR registerRonak Doshi2022-06-091-3/+3
* vmxnet3: add support for capability registersRonak Doshi2022-06-091-5/+96
* vmxnet3: prepare for version 7 changesRonak Doshi2022-06-091-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-4/+6
* net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.cJean Sacren2021-11-011-8/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* vmxnet3: add support for ESP IPv6 RSSRonak Doshi2021-07-161-0/+20
* vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi2021-07-021-2/+20
* vmxnet3: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-34/+19
* vmxnet3: fix cksum offload issues for non-udp tunnelsRonak Doshi2020-09-251-0/+28
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi2020-06-021-0/+12
* net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3...Jia-Ju Bai2020-06-011-0/+2
* vmxnet3: add geneve and vxlan tunnel offload supportRonak Doshi2020-05-281-1/+41
* vmxnet3: add support to get/set rx flow hashRonak Doshi2020-05-281-2/+217
* vmxnet3: prepare for version 4 changesRonak Doshi2020-05-281-1/+1
* vmxnet3: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-061-21/+3
* vmxnet3: Remove always false conditional statementyuehaibing2020-01-081-3/+1
* vmxnet3: turn off lro when rxcsum is disabledRonak Doshi2019-06-041-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-221-11/+14
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
* vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare2016-06-161-0/+158
* vmxnet3: add receive data ring supportShrikrishna Khare2016-06-161-11/+37
* vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare2016-06-161-4/+5
* vmxnet3: prepare for version 3 changesShrikrishna Khare2016-06-161-2/+2
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0
* Driver: Vmxnet3: Extend register dump supportShrikrishna Khare2015-09-231-28/+90
* vmxnet3: spelling fixesstephen hemminger2015-04-011-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-081-2/+13
* vmxnet3: adjust ring sizes when interface is downNeil Horman2014-06-161-4/+8
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-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-241-4/+2
* vmxnet3: use netdev_ printk wrappersStephen Hemminger2013-01-161-7/+6
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-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/+15
* 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-161-2/+2