aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-29vmxnet3: do not reschedule napi for rx processingRonak Doshi1-9/+0
2022-07-20vmxnet3: Implement ethtool's get_channels commandAndrey Turkin1-0/+29
2022-07-18vmxnet3: Record queue number to incoming packetsAndrey Turkin1-0/+1
2022-06-20vmxnet3: disable overlay offloads if UPT device does not supportRonak Doshi2-1/+14
2022-06-09vmxnet3: update to version 7Ronak Doshi2-3/+8
2022-06-09vmxnet3: use ext1 field to indicate encapsulated packetRonak Doshi2-9/+23
2022-06-09vmxnet3: limit number of TXDs used for TSO packetRonak Doshi2-0/+19
2022-06-09vmxnet3: add command to set ring buffer sizesRonak Doshi4-13/+65
2022-06-09vmxnet3: add support for out of order rx completionRonak Doshi2-12/+63
2022-06-09vmxnet3: add support for large passthrough BAR registerRonak Doshi4-10/+38
2022-06-09vmxnet3: add support for capability registersRonak Doshi4-6/+233
2022-06-09vmxnet3: prepare for version 7 changesRonak Doshi6-6/+9
2022-05-17net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu1-0/+4
2022-05-17net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu1-0/+2
2022-01-09vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+7
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2021-12-08vmxnet3: fix minimum vectors alloc issueRonak Doshi1-6/+7
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-4/+6
2021-11-01net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.cJean Sacren1-8/+2
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-10-28vmxnet3: do not stop tx queues after netif_device_detach()Dongli Zhang1-1/+0
2021-10-24net: drivers: get ready for const netdev->dev_addrJakub Kicinski1-2/+2
2021-10-09net: use dev_addr_set()Jakub Kicinski1-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+8
2021-08-23vmxnet3: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-27/+20
2021-07-16vmxnet3: update to version 6Ronak Doshi2-3/+13
2021-07-16vmxnet3: increase maximum configurable mtu to 9190Ronak Doshi2-2/+6
2021-07-16vmxnet3: set correct hash type based on rss informationRonak Doshi2-9/+29
2021-07-16vmxnet3: add support for ESP IPv6 RSSRonak Doshi1-0/+20
2021-07-16vmxnet3: remove power of 2 limitation on the queuesRonak Doshi1-3/+5
2021-07-16vmxnet3: add support for 32 Tx/Rx queuesRonak Doshi3-60/+151
2021-07-16vmxnet3: prepare for version 6 changesRonak Doshi5-5/+11
2021-07-02vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi1-2/+20
2021-03-17vmxnet3: Update driver to use ethtool_sprintfAlexander Duyck1-34/+19
2021-01-29vmxnet3: Remove buf_info from device accessible structuresRonak Doshi2-33/+15
2020-09-25vmxnet3: fix cksum offload issues for non-udp tunnelsRonak Doshi3-3/+34
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-10vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi1-1/+2
2020-06-02vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi1-0/+12
2020-06-01net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss()Jia-Ju Bai1-0/+2
2020-05-29vmxnet3: use correct hdr reference when packet is encapsulatedRonak Doshi1-8/+23
2020-05-28vmxnet3: update to version 4Ronak Doshi2-3/+8
2020-05-28vmxnet3: add geneve and vxlan tunnel offload supportRonak Doshi5-33/+161
2020-05-28vmxnet3: add support to get/set rx flow hashRonak Doshi4-2/+272
2020-05-28vmxnet3: prepare for version 4 changesRonak Doshi6-6/+9
2020-03-06vmxnet3: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+3
2020-02-19vmxnet3: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2020-01-08vmxnet3: Remove always false conditional statementyuehaibing1-3/+1