index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
/
vmxnet3_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
vmxnet3: use correct intrConf reference when using extended queues
Ronak Doshi
1
-2
/
+14
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-12-17
vmxnet3: fix minimum vectors alloc issue
Ronak Doshi
1
-6
/
+7
2021-10-28
vmxnet3: do not stop tx queues after netif_device_detach()
Dongli Zhang
1
-1
/
+0
2021-08-23
vmxnet3: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-27
/
+20
2021-07-17
vmxnet3: update to version 6
Ronak Doshi
1
-1
/
+11
2021-07-17
vmxnet3: increase maximum configurable mtu to 9190
Ronak Doshi
1
-2
/
+5
2021-07-17
vmxnet3: set correct hash type based on rss information
Ronak Doshi
1
-2
/
+20
2021-07-17
vmxnet3: remove power of 2 limitation on the queues
Ronak Doshi
1
-3
/
+5
2021-07-17
vmxnet3: add support for 32 Tx/Rx queues
Ronak Doshi
1
-56
/
+114
2021-07-17
vmxnet3: prepare for version 6 changes
Ronak Doshi
1
-1
/
+1
2021-01-30
vmxnet3: Remove buf_info from device accessible structures
Ronak Doshi
1
-31
/
+15
2020-09-26
vmxnet3: fix cksum offload issues for non-udp tunnels
Ronak Doshi
1
-3
/
+2
2020-08-10
vmxnet3: use correct tcp hdr length when packet is encapsulated
Ronak Doshi
1
-1
/
+2
2020-05-29
vmxnet3: use correct hdr reference when packet is encapsulated
Ronak Doshi
1
-8
/
+23
2020-05-29
vmxnet3: update to version 4
Ronak Doshi
1
-1
/
+6
2020-05-29
vmxnet3: add geneve and vxlan tunnel offload support
Ronak Doshi
1
-22
/
+98
2020-05-29
vmxnet3: add support to get/set rx flow hash
Ronak Doshi
1
-0
/
+39
2020-05-29
vmxnet3: prepare for version 4 changes
Ronak Doshi
1
-1
/
+1
2020-02-19
vmxnet3: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-4
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-23
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-05
vmxnet3: turn off lro when rxcsum is disabled
Ronak Doshi
1
-0
/
+1
2019-06-03
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
1
-25
/
+47
2018-05-17
vmxnet3: Replace msleep(1) with usleep_range()
YueHaibing
1
-3
/
+3
2018-05-15
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
1
-0
/
+22
2018-05-15
vmxnet3: set the DMA mask before the first DMA map operation
hpreg@vmware.com
1
-25
/
+25
2018-04-19
vmxnet3: fix incorrect dereference when rxvlan is disabled
Ronak Doshi
1
-4
/
+13
2018-03-18
vmxnet3: use correct flag to indicate LRO feature
Ronak Doshi
1
-1
/
+2
2018-03-18
vmxnet3: avoid xmit reset due to a race in vmxnet3
Ronak Doshi
1
-5
/
+8
2018-02-01
vmxnet3: remove redundant initialization of pointer 'rq'
Colin Ian King
1
-4
/
+2
2018-01-24
vmxnet3: repair memory leak
Neil Horman
1
-1
/
+1
2017-05-12
vmxnet3: ensure that adapter is in proper state during force_close
Neil Horman
1
-0
/
+5
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-2
/
+2
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-16
vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()
Alexey Khoroshilov
1
-7
/
+10
2016-10-04
vmxnet3: Wake queue from reset work
Benjamin Poirier
1
-1
/
+1
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2016-08-26
vmxnet3: fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-08-20
vmxnet3: fix tx data ring copy for variable size
Shrikrishna Khare
1
-1
/
+3
2016-06-17
vmxnet3: update to version 3
Shrikrishna Khare
1
-1
/
+6
2016-06-17
vmxnet3: add support for get_coalesce, set_coalesce ethtool operations
Shrikrishna Khare
1
-0
/
+54
2016-06-17
vmxnet3: add receive data ring support
Shrikrishna Khare
1
-31
/
+122
[next]