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_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+2
2022-07-29
vmxnet3: do not reschedule napi for rx processing
Ronak Doshi
1
-9
/
+0
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
1
-1
/
+8
2022-06-09
vmxnet3: update to version 7
Ronak Doshi
1
-1
/
+6
2022-06-09
vmxnet3: use ext1 field to indicate encapsulated packet
Ronak Doshi
1
-3
/
+15
2022-06-09
vmxnet3: limit number of TXDs used for TSO packet
Ronak Doshi
1
-0
/
+17
2022-06-09
vmxnet3: add command to set ring buffer sizes
Ronak Doshi
1
-12
/
+45
2022-06-09
vmxnet3: add support for out of order rx completion
Ronak Doshi
1
-12
/
+58
2022-06-09
vmxnet3: add support for large passthrough BAR register
Ronak Doshi
1
-5
/
+20
2022-06-09
vmxnet3: add support for capability registers
Ronak Doshi
1
-0
/
+97
2022-06-09
vmxnet3: prepare for version 7 changes
Ronak Doshi
1
-1
/
+1
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-08
vmxnet3: fix minimum vectors alloc issue
Ronak Doshi
1
-6
/
+7
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2021-10-28
vmxnet3: do not stop tx queues after netif_device_detach()
Dongli Zhang
1
-1
/
+0
2021-10-24
net: drivers: get ready for const netdev->dev_addr
Jakub Kicinski
1
-2
/
+2
2021-10-09
net: use dev_addr_set()
Jakub Kicinski
1
-2
/
+2
2021-08-23
vmxnet3: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-27
/
+20
2021-07-16
vmxnet3: update to version 6
Ronak Doshi
1
-1
/
+11
2021-07-16
vmxnet3: increase maximum configurable mtu to 9190
Ronak Doshi
1
-2
/
+5
2021-07-16
vmxnet3: set correct hash type based on rss information
Ronak Doshi
1
-2
/
+20
2021-07-16
vmxnet3: remove power of 2 limitation on the queues
Ronak Doshi
1
-3
/
+5
2021-07-16
vmxnet3: add support for 32 Tx/Rx queues
Ronak Doshi
1
-56
/
+114
2021-07-16
vmxnet3: prepare for version 6 changes
Ronak Doshi
1
-1
/
+1
2021-01-29
vmxnet3: Remove buf_info from device accessible structures
Ronak Doshi
1
-31
/
+15
2020-09-25
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-28
vmxnet3: update to version 4
Ronak Doshi
1
-1
/
+6
2020-05-28
vmxnet3: add geneve and vxlan tunnel offload support
Ronak Doshi
1
-22
/
+98
2020-05-28
vmxnet3: add support to get/set rx flow hash
Ronak Doshi
1
-0
/
+39
2020-05-28
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-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
1
-0
/
+1
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
1
-25
/
+47
2018-05-17
vmxnet3: Replace msleep(1) with usleep_range()
YueHaibing
1
-3
/
+3
2018-05-14
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
1
-0
/
+22
2018-05-14
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-17
vmxnet3: use correct flag to indicate LRO feature
Ronak Doshi
1
-1
/
+2
2018-03-17
vmxnet3: avoid xmit reset due to a race in vmxnet3
Ronak Doshi
1
-5
/
+8
[next]