index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-09
vmxnet3: update MTU after device quiesce
Ronak Doshi
1
-2
/
+3
2025-06-27
vmxnet3: correctly report gso type for UDP tunnels
Ronak Doshi
1
-0
/
+26
2023-01-14
vmxnet3: correctly report csum_level for encapsulated packet
Ronak Doshi
1
-0
/
+8
2022-12-14
vmxnet3: correctly report encapsulated LRO packet
Ronak Doshi
1
-2
/
+9
2022-05-25
net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
Zixuan Fu
1
-0
/
+4
2022-05-25
net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
Zixuan Fu
1
-0
/
+2
2021-11-18
vmxnet3: do not stop tx queues after netif_device_detach()
Dongli Zhang
1
-1
/
+0
2021-07-25
vmxnet3: fix cksum offload issues for tunnels with non-default udp ports
Ronak Doshi
1
-2
/
+20
2020-09-25
vmxnet3: fix cksum offload issues for non-udp tunnels
Ronak Doshi
3
-3
/
+34
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-10
vmxnet3: use correct tcp hdr length when packet is encapsulated
Ronak Doshi
1
-1
/
+2
2020-06-02
vmxnet3: allow rx flow hash ops only when rss is enabled
Ronak Doshi
1
-0
/
+12
2020-06-01
net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3...
Jia-Ju Bai
1
-0
/
+2
2020-05-29
vmxnet3: use correct hdr reference when packet is encapsulated
Ronak Doshi
1
-8
/
+23
2020-05-28
vmxnet3: update to version 4
Ronak Doshi
2
-3
/
+8
2020-05-28
vmxnet3: add geneve and vxlan tunnel offload support
Ronak Doshi
5
-33
/
+161
2020-05-28
vmxnet3: add support to get/set rx flow hash
Ronak Doshi
4
-2
/
+272
2020-05-28
vmxnet3: prepare for version 4 changes
Ronak Doshi
6
-6
/
+9
2020-03-06
vmxnet3: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-21
/
+3
2020-02-19
vmxnet3: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-4
/
+1
2020-01-08
vmxnet3: Remove always false conditional statement
yuehaibing
1
-3
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-4
/
+3
2019-07-15
vmxnet3: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-1
/
+0
2019-06-04
vmxnet3: turn off lro when rxcsum is disabled
Ronak Doshi
3
-2
/
+16
2019-06-02
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
1
-6
/
+13
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-4
/
+4
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-28
/
+52
2018-05-17
vmxnet3: Replace msleep(1) with usleep_range()
YueHaibing
2
-4
/
+4
2018-05-14
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
2
-2
/
+24
2018-05-14
vmxnet3: set the DMA mask before the first DMA map operation
hpreg@vmware.com
2
-28
/
+30
2018-04-19
vmxnet3: fix incorrect dereference when rxvlan is disabled
Ronak Doshi
2
-6
/
+15
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
2
-4
/
+4
2018-03-17
vmxnet3: avoid xmit reset due to a race in vmxnet3
Ronak Doshi
2
-7
/
+10
2018-02-01
vmxnet3: remove redundant initialization of pointer 'rq'
Colin Ian King
1
-4
/
+2
2018-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-01-23
vmxnet3: repair memory leak
Neil Horman
1
-1
/
+1
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-05-12
vmxnet3: ensure that adapter is in proper state during force_close
Neil Horman
1
-0
/
+5
2017-03-22
net: vmxnet3: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-11
/
+14
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-2
/
+2
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2
-5
/
+3
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-2
/
+1
2016-12-03
vmxnet3: Move PCI Id to pci_ids.h
Adit Ranadive
1
-2
/
+1
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+10
2016-10-20
net: use core MTU range checking in virt drivers
Jarod Wilson
1
-3
/
+4
2016-10-15
vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()
Alexey Khoroshilov
1
-7
/
+10
[next]