aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-07-29vmxnet3: do not reschedule napi for rx processingRonak Doshi1-9/+0
2022-07-18vmxnet3: Record queue number to incoming packetsAndrey Turkin1-0/+1
2022-06-20vmxnet3: disable overlay offloads if UPT device does not supportRonak Doshi1-1/+8
2022-06-09vmxnet3: update to version 7Ronak Doshi1-1/+6
2022-06-09vmxnet3: use ext1 field to indicate encapsulated packetRonak Doshi1-3/+15
2022-06-09vmxnet3: limit number of TXDs used for TSO packetRonak Doshi1-0/+17
2022-06-09vmxnet3: add command to set ring buffer sizesRonak Doshi1-12/+45
2022-06-09vmxnet3: add support for out of order rx completionRonak Doshi1-12/+58
2022-06-09vmxnet3: add support for large passthrough BAR registerRonak Doshi1-5/+20
2022-06-09vmxnet3: add support for capability registersRonak Doshi1-0/+97
2022-06-09vmxnet3: prepare for version 7 changesRonak Doshi1-1/+1
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-08vmxnet3: fix minimum vectors alloc issueRonak Doshi1-6/+7
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-23vmxnet3: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-27/+20
2021-07-16vmxnet3: update to version 6Ronak Doshi1-1/+11
2021-07-16vmxnet3: increase maximum configurable mtu to 9190Ronak Doshi1-2/+5
2021-07-16vmxnet3: set correct hash type based on rss informationRonak Doshi1-2/+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 Doshi1-56/+114
2021-07-16vmxnet3: prepare for version 6 changesRonak Doshi1-1/+1
2021-01-29vmxnet3: Remove buf_info from device accessible structuresRonak Doshi1-31/+15
2020-09-25vmxnet3: fix cksum offload issues for non-udp tunnelsRonak Doshi1-3/+2
2020-08-10vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi1-1/+2
2020-05-29vmxnet3: use correct hdr reference when packet is encapsulatedRonak Doshi1-8/+23
2020-05-28vmxnet3: update to version 4Ronak Doshi1-1/+6
2020-05-28vmxnet3: add geneve and vxlan tunnel offload supportRonak Doshi1-22/+98
2020-05-28vmxnet3: add support to get/set rx flow hashRonak Doshi1-0/+39
2020-05-28vmxnet3: prepare for version 4 changesRonak Doshi1-1/+1
2020-02-19vmxnet3: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+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 Doshi1-0/+1
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. Miller1-25/+47
2018-05-17vmxnet3: Replace msleep(1) with usleep_range()YueHaibing1-3/+3
2018-05-14vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com1-0/+22
2018-05-14vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com1-25/+25
2018-04-19vmxnet3: fix incorrect dereference when rxvlan is disabledRonak Doshi1-4/+13
2018-03-17vmxnet3: use correct flag to indicate LRO featureRonak Doshi1-1/+2
2018-03-17vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi1-5/+8