index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
vmxnet3: correctly report gso type for UDP tunnels
Ronak Doshi
1
-0
/
+26
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+4
2025-05-16
vmxnet3: update MTU after device quiesce
Ronak Doshi
1
-2
/
+3
2025-05-06
Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflicts
Ingo Molnar
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+4
2025-04-25
vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
Daniel Borkmann
1
-1
/
+1
2025-03-25
vmxnet3: unregister xdp rxq info in the reset path
Sankararaman Jayaraman
1
-5
/
+5
2025-02-01
vmxnet3: Fix tx queue race condition with XDP
Sankararaman Jayaraman
1
-2
/
+12
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2024-10-17
vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
Daniel Borkmann
1
-1
/
+1
2024-10-07
vmxnet3: support higher link speeds from vmxnet3 v9
Ronak Doshi
1
-0
/
+8
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-06-05
vmxnet3: update to version 9
Ronak Doshi
2
-39
/
+11
2024-06-05
vmxnet3: add command to allow disabling of offloads
Ronak Doshi
3
-0
/
+24
2024-06-05
vmxnet3: add latency measurement support in vmxnet3
Ronak Doshi
3
-5
/
+220
2024-06-05
vmxnet3: prepare for version 9 changes
Ronak Doshi
5
-5
/
+11
2024-06-03
vmxnet3: disable rx data ring on dma allocation failure
Matthias Stocker
1
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-03-14
vmxnet3: Fix missing reserved tailroom
William Tu
1
-3
/
+3
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-11
/
+11
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
1
-5
/
+5
2023-08-14
vmxnet3: Add XDP support.
William Tu
6
-42
/
+728
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
1
-3
/
+1
2023-04-19
net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()
Seiji Nishikawa
1
-1
/
+1
2023-03-24
vmxnet3: use gro callback when UPT is enabled
Ronak Doshi
1
-1
/
+3
2023-02-09
vmxnet3: move rss code block under eop descriptor
Ronak Doshi
1
-25
/
+25
2022-12-21
vmxnet3: correctly report csum_level for encapsulated packet
Ronak Doshi
1
-0
/
+8
2022-12-02
vmxnet3: use correct intrConf reference when using extended queues
Ronak Doshi
1
-2
/
+14
2022-12-02
vmxnet3: correctly report encapsulated LRO packet
Ronak Doshi
1
-2
/
+9
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+2
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-07-29
vmxnet3: do not reschedule napi for rx processing
Ronak Doshi
1
-9
/
+0
2022-07-20
vmxnet3: Implement ethtool's get_channels command
Andrey Turkin
1
-0
/
+29
2022-07-18
vmxnet3: Record queue number to incoming packets
Andrey Turkin
1
-0
/
+1
2022-06-20
vmxnet3: disable overlay offloads if UPT device does not support
Ronak Doshi
2
-1
/
+14
2022-06-09
vmxnet3: update to version 7
Ronak Doshi
2
-3
/
+8
2022-06-09
vmxnet3: use ext1 field to indicate encapsulated packet
Ronak Doshi
2
-9
/
+23
2022-06-09
vmxnet3: limit number of TXDs used for TSO packet
Ronak Doshi
2
-0
/
+19
2022-06-09
vmxnet3: add command to set ring buffer sizes
Ronak Doshi
4
-13
/
+65
2022-06-09
vmxnet3: add support for out of order rx completion
Ronak Doshi
2
-12
/
+63
2022-06-09
vmxnet3: add support for large passthrough BAR register
Ronak Doshi
4
-10
/
+38
2022-06-09
vmxnet3: add support for capability registers
Ronak Doshi
4
-6
/
+233
2022-06-09
vmxnet3: prepare for version 7 changes
Ronak Doshi
6
-6
/
+9
2022-05-17
net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
Zixuan Fu
1
-0
/
+4
2022-05-17
net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
Zixuan Fu
1
-0
/
+2
2022-01-09
vmxnet3: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-15
/
+7
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2021-12-08
vmxnet3: fix minimum vectors alloc issue
Ronak Doshi
1
-6
/
+7
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-4
/
+6
2021-11-01
net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.c
Jean Sacren
1
-8
/
+2
[next]