index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
/
vmxnet3_int.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-09
vmxnet3: update to version 7
Ronak Doshi
1
-2
/
+2
2022-06-09
vmxnet3: add command to set ring buffer sizes
Ronak Doshi
1
-1
/
+2
2022-06-09
vmxnet3: add support for out of order rx completion
Ronak Doshi
1
-0
/
+5
2022-06-09
vmxnet3: add support for large passthrough BAR register
Ronak Doshi
1
-0
/
+3
2022-06-09
vmxnet3: add support for capability registers
Ronak Doshi
1
-0
/
+4
2022-06-09
vmxnet3: prepare for version 7 changes
Ronak Doshi
1
-1
/
+4
2021-07-16
vmxnet3: update to version 6
Ronak Doshi
1
-2
/
+2
2021-07-16
vmxnet3: add support for 32 Tx/Rx queues
Ronak Doshi
1
-3
/
+7
2021-07-16
vmxnet3: prepare for version 6 changes
Ronak Doshi
1
-1
/
+7
2021-01-29
vmxnet3: Remove buf_info from device accessible structures
Ronak Doshi
1
-2
/
+0
2020-09-25
vmxnet3: fix cksum offload issues for non-udp tunnels
Ronak Doshi
1
-0
/
+4
2020-05-28
vmxnet3: update to version 4
Ronak Doshi
1
-2
/
+2
2020-05-28
vmxnet3: add geneve and vxlan tunnel offload support
Ronak Doshi
1
-3
/
+9
2020-05-28
vmxnet3: add support to get/set rx flow hash
Ronak Doshi
1
-0
/
+4
2020-05-28
vmxnet3: prepare for version 4 changes
Ronak Doshi
1
-1
/
+4
2019-06-04
vmxnet3: turn off lro when rxcsum is disabled
Ronak Doshi
1
-2
/
+5
2018-05-14
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
1
-2
/
+2
2018-05-14
vmxnet3: set the DMA mask before the first DMA map operation
hpreg@vmware.com
1
-3
/
+5
2018-04-19
vmxnet3: fix incorrect dereference when rxvlan is disabled
Ronak Doshi
1
-2
/
+2
2018-03-20
vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter
Igor Pylypiv
1
-2
/
+0
2018-03-17
vmxnet3: use correct flag to indicate LRO feature
Ronak Doshi
1
-3
/
+2
2018-03-17
vmxnet3: avoid xmit reset due to a race in vmxnet3
Ronak Doshi
1
-2
/
+2
2017-11-30
vmxnet3: increase default rx ring sizes
Shrikrishna Khare
1
-4
/
+4
2017-07-14
vmxnet3: avoid format strint overflow warning
Arnd Bergmann
1
-1
/
+1
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-2
/
+2
2016-12-03
vmxnet3: Move PCI Id to pci_ids.h
Adit Ranadive
1
-2
/
+1
2016-08-19
vmxnet3: fix tx data ring copy for variable size
Shrikrishna Khare
1
-2
/
+2
2016-06-16
vmxnet3: update to version 3
Shrikrishna Khare
1
-2
/
+2
2016-06-16
vmxnet3: add support for get_coalesce, set_coalesce ethtool operations
Shrikrishna Khare
1
-0
/
+9
2016-06-16
vmxnet3: add receive data ring support
Shrikrishna Khare
1
-1
/
+22
2016-06-16
vmxnet3: allow variable length transmit data ring buffer
Shrikrishna Khare
1
-1
/
+6
2016-06-16
vmxnet3: prepare for version 3 changes
Shrikrishna Khare
1
-2
/
+11
2016-06-10
vmxnet3: segCnt can be 1 for LRO packets
Shrikrishna Khare
1
-2
/
+2
2016-04-21
Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
Shrikrishna Khare
1
-2
/
+2
2016-02-21
Driver: Vmxnet3: Update Rx ring 2 max size
Shrikrishna Khare
1
-2
/
+2
2016-01-06
Driver: Vmxnet3: Fix regression caused by 5738a09
Shrikrishna Khare
1
-2
/
+2
2015-11-16
Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures
Shrikrishna Khare
1
-2
/
+2
2015-09-23
Driver: Vmxnet3: Extend register dump support
Shrikrishna Khare
1
-2
/
+2
2015-06-29
vmxnet3: Bump up driver version number
Shreyas Bhatewara
1
-2
/
+2
2015-06-23
vmxnet3: Changes for vmxnet3 adapter version 2 (fwd)
Shreyas Bhatewara
1
-0
/
+4
2015-03-01
Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets
Shrikrishna Khare
1
-2
/
+3
2015-02-08
Driver: Vmxnet3: Change the hex constant to its decimal equivalent
Shrikrishna Khare
1
-2
/
+2
2015-01-16
Driver: Vmxnet3: Fix ethtool -S to return correct rx queue stats
Shrikrishna Khare
1
-2
/
+2
2015-01-12
Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate
Shrikrishna Khare
1
-2
/
+2
2015-01-06
Driver: Vmxnet3: Make Rx ring 2 size configurable
Shrikrishna Khare
1
-2
/
+4
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2014-09-24
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
Francesco Ruggeri
1
-1
/
+0
2014-09-05
VMXNET3: Check for map error in vmxnet3_set_mc
Andy King
1
-2
/
+2
2014-06-16
vmxnet3: adjust ring sizes when interface is down
Neil Horman
1
-0
/
+5
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
[next]