aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-4/+3
2019-07-15vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-06-04vmxnet3: turn off lro when rxcsum is disabledRonak Doshi3-2/+16
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-6/+13
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+52
2018-05-17vmxnet3: Replace msleep(1) with usleep_range()YueHaibing2-4/+4
2018-05-14vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com2-2/+24
2018-05-14vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com2-28/+30
2018-04-19vmxnet3: fix incorrect dereference when rxvlan is disabledRonak Doshi2-6/+15
2018-03-20vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapterIgor Pylypiv1-2/+0
2018-03-17vmxnet3: use correct flag to indicate LRO featureRonak Doshi2-4/+4
2018-03-17vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi2-7/+10
2018-02-01vmxnet3: remove redundant initialization of pointer 'rq'Colin Ian King1-4/+2
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-23vmxnet3: repair memory leakNeil Horman1-1/+1
2017-11-30vmxnet3: increase default rx ring sizesShrikrishna Khare1-4/+4
2017-07-14vmxnet3: avoid format strint overflow warningArnd Bergmann1-1/+1
2017-05-12vmxnet3: ensure that adapter is in proper state during force_closeNeil Horman1-0/+5
2017-03-22net: vmxnet3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-11/+14
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-2/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger2-5/+3
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+1
2016-12-03vmxnet3: Move PCI Id to pci_ids.hAdit Ranadive1-2/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10