index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmxnet3: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-10
1
-15
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
1
-6
/
+7
|
\
|
*
vmxnet3: fix minimum vectors alloc issue
Ronak Doshi
2021-12-09
1
-6
/
+7
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-4
/
+6
|
/
*
net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.c
Jean Sacren
2021-11-02
1
-8
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
1
-1
/
+0
|
\
|
*
vmxnet3: do not stop tx queues after netif_device_detach()
Dongli Zhang
2021-10-28
1
-1
/
+0
*
|
net: drivers: get ready for const netdev->dev_addr
Jakub Kicinski
2021-10-24
1
-2
/
+2
*
|
net: use dev_addr_set()
Jakub Kicinski
2021-10-09
1
-2
/
+2
|
/
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-4
/
+8
*
vmxnet3: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-27
/
+20
*
vmxnet3: update to version 6
Ronak Doshi
2021-07-17
2
-3
/
+13
*
vmxnet3: increase maximum configurable mtu to 9190
Ronak Doshi
2021-07-17
2
-2
/
+6
*
vmxnet3: set correct hash type based on rss information
Ronak Doshi
2021-07-17
2
-9
/
+29
*
vmxnet3: add support for ESP IPv6 RSS
Ronak Doshi
2021-07-17
1
-0
/
+20
*
vmxnet3: remove power of 2 limitation on the queues
Ronak Doshi
2021-07-17
1
-3
/
+5
*
vmxnet3: add support for 32 Tx/Rx queues
Ronak Doshi
2021-07-17
3
-60
/
+151
*
vmxnet3: prepare for version 6 changes
Ronak Doshi
2021-07-17
5
-5
/
+11
*
vmxnet3: fix cksum offload issues for tunnels with non-default udp ports
Ronak Doshi
2021-07-02
1
-2
/
+20
*
vmxnet3: Update driver to use ethtool_sprintf
Alexander Duyck
2021-03-17
1
-34
/
+19
*
vmxnet3: Remove buf_info from device accessible structures
Ronak Doshi
2021-01-30
2
-33
/
+15
*
vmxnet3: fix cksum offload issues for non-udp tunnels
Ronak Doshi
2020-09-26
3
-3
/
+34
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
vmxnet3: use correct tcp hdr length when packet is encapsulated
Ronak Doshi
2020-08-10
1
-1
/
+2
*
vmxnet3: allow rx flow hash ops only when rss is enabled
Ronak Doshi
2020-06-03
1
-0
/
+12
*
net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3...
Jia-Ju Bai
2020-06-01
1
-0
/
+2
*
vmxnet3: use correct hdr reference when packet is encapsulated
Ronak Doshi
2020-05-29
1
-8
/
+23
*
vmxnet3: update to version 4
Ronak Doshi
2020-05-29
2
-3
/
+8
*
vmxnet3: add geneve and vxlan tunnel offload support
Ronak Doshi
2020-05-29
5
-33
/
+161
*
vmxnet3: add support to get/set rx flow hash
Ronak Doshi
2020-05-29
4
-2
/
+272
*
vmxnet3: prepare for version 4 changes
Ronak Doshi
2020-05-29
6
-6
/
+9
*
vmxnet3: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-07
1
-21
/
+3
*
vmxnet3: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
2020-02-19
1
-4
/
+1
*
vmxnet3: Remove always false conditional statement
yuehaibing
2020-01-09
1
-3
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
1
-4
/
+3
*
vmxnet3: Remove call to memset after dma_alloc_coherent
Fuqian Huang
2019-07-15
1
-1
/
+0
*
vmxnet3: turn off lro when rxcsum is disabled
Ronak Doshi
2019-06-05
3
-2
/
+16
*
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
2019-06-03
1
-6
/
+13
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-21
2
-28
/
+52
|
\
|
*
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
2018-05-15
2
-2
/
+24
|
*
vmxnet3: set the DMA mask before the first DMA map operation
hpreg@vmware.com
2018-05-15
2
-28
/
+30
*
|
vmxnet3: Replace msleep(1) with usleep_range()
YueHaibing
2018-05-17
2
-4
/
+4
|
/
*
vmxnet3: fix incorrect dereference when rxvlan is disabled
Ronak Doshi
2018-04-19
2
-6
/
+15
*
vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter
Igor Pylypiv
2018-03-20
1
-2
/
+0
*
vmxnet3: use correct flag to indicate LRO feature
Ronak Doshi
2018-03-18
2
-4
/
+4
*
vmxnet3: avoid xmit reset due to a race in vmxnet3
Ronak Doshi
2018-03-18
2
-7
/
+10
*
vmxnet3: remove redundant initialization of pointer 'rq'
Colin Ian King
2018-02-01
1
-4
/
+2
[next]