aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_int.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09vmxnet3: update to version 7Ronak Doshi1-2/+2
2022-06-09vmxnet3: add command to set ring buffer sizesRonak Doshi1-1/+2
2022-06-09vmxnet3: add support for out of order rx completionRonak Doshi1-0/+5
2022-06-09vmxnet3: add support for large passthrough BAR registerRonak Doshi1-0/+3
2022-06-09vmxnet3: add support for capability registersRonak Doshi1-0/+4
2022-06-09vmxnet3: prepare for version 7 changesRonak Doshi1-1/+4
2021-07-16vmxnet3: update to version 6Ronak Doshi1-2/+2
2021-07-16vmxnet3: add support for 32 Tx/Rx queuesRonak Doshi1-3/+7
2021-07-16vmxnet3: prepare for version 6 changesRonak Doshi1-1/+7
2021-01-29vmxnet3: Remove buf_info from device accessible structuresRonak Doshi1-2/+0
2020-09-25vmxnet3: fix cksum offload issues for non-udp tunnelsRonak Doshi1-0/+4
2020-05-28vmxnet3: update to version 4Ronak Doshi1-2/+2
2020-05-28vmxnet3: add geneve and vxlan tunnel offload supportRonak Doshi1-3/+9
2020-05-28vmxnet3: add support to get/set rx flow hashRonak Doshi1-0/+4
2020-05-28vmxnet3: prepare for version 4 changesRonak Doshi1-1/+4
2019-06-04vmxnet3: turn off lro when rxcsum is disabledRonak Doshi1-2/+5
2018-05-14vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com1-2/+2
2018-05-14vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com1-3/+5
2018-04-19vmxnet3: fix incorrect dereference when rxvlan is disabledRonak Doshi1-2/+2
2018-03-20vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapterIgor Pylypiv1-2/+0
2018-03-17vmxnet3: use correct flag to indicate LRO featureRonak Doshi1-3/+2
2018-03-17vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi1-2/+2
2017-11-30vmxnet3: increase default rx ring sizesShrikrishna Khare1-4/+4
2017-07-14vmxnet3: avoid format strint overflow warningArnd Bergmann1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-2/+2
2016-12-03vmxnet3: Move PCI Id to pci_ids.hAdit Ranadive1-2/+1
2016-08-19vmxnet3: fix tx data ring copy for variable sizeShrikrishna Khare1-2/+2
2016-06-16vmxnet3: update to version 3Shrikrishna Khare1-2/+2
2016-06-16vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare1-0/+9
2016-06-16vmxnet3: add receive data ring supportShrikrishna Khare1-1/+22
2016-06-16vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare1-1/+6
2016-06-16vmxnet3: prepare for version 3 changesShrikrishna Khare1-2/+11
2016-06-10vmxnet3: segCnt can be 1 for LRO packetsShrikrishna Khare1-2/+2
2016-04-21Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packetsShrikrishna Khare1-2/+2
2016-02-21Driver: Vmxnet3: Update Rx ring 2 max sizeShrikrishna Khare1-2/+2
2016-01-06Driver: Vmxnet3: Fix regression caused by 5738a09Shrikrishna Khare1-2/+2
2015-11-16Driver: Vmxnet3: Fix use of mfTableLen for big endian architecturesShrikrishna Khare1-2/+2
2015-09-23Driver: Vmxnet3: Extend register dump supportShrikrishna Khare1-2/+2
2015-06-29vmxnet3: Bump up driver version numberShreyas Bhatewara1-2/+2
2015-06-23vmxnet3: Changes for vmxnet3 adapter version 2 (fwd)Shreyas Bhatewara1-0/+4
2015-03-01Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packetsShrikrishna Khare1-2/+3
2015-02-08Driver: Vmxnet3: Change the hex constant to its decimal equivalentShrikrishna Khare1-2/+2
2015-01-16Driver: Vmxnet3: Fix ethtool -S to return correct rx queue statsShrikrishna Khare1-2/+2
2015-01-12Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernateShrikrishna Khare1-2/+2
2015-01-06Driver: Vmxnet3: Make Rx ring 2 size configurableShrikrishna Khare1-2/+4
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri1-1/+0
2014-09-05VMXNET3: Check for map error in vmxnet3_set_mcAndy King1-2/+2
2014-06-16vmxnet3: adjust ring sizes when interface is downNeil Horman1-0/+5
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0