index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
/
vmxnet3_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
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-22
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-04
1
-0
/
+1
*
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
2019-06-02
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
1
-25
/
+47
|
\
|
*
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
2018-05-14
1
-0
/
+22
|
*
vmxnet3: set the DMA mask before the first DMA map operation
hpreg@vmware.com
2018-05-14
1
-25
/
+25
*
|
vmxnet3: Replace msleep(1) with usleep_range()
YueHaibing
2018-05-17
1
-3
/
+3
|
/
*
vmxnet3: fix incorrect dereference when rxvlan is disabled
Ronak Doshi
2018-04-19
1
-4
/
+13
*
vmxnet3: use correct flag to indicate LRO feature
Ronak Doshi
2018-03-17
1
-1
/
+2
*
vmxnet3: avoid xmit reset due to a race in vmxnet3
Ronak Doshi
2018-03-17
1
-5
/
+8
*
vmxnet3: remove redundant initialization of pointer 'rq'
Colin Ian King
2018-02-01
1
-4
/
+2
*
vmxnet3: repair memory leak
Neil Horman
2018-01-23
1
-1
/
+1
*
vmxnet3: ensure that adapter is in proper state during force_close
Neil Horman
2017-05-12
1
-0
/
+5
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
1
-7
/
+10
|
\
|
*
vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()
Alexey Khoroshilov
2016-10-15
1
-7
/
+10
*
|
net: use core MTU range checking in virt drivers
Jarod Wilson
2016-10-20
1
-3
/
+4
|
/
*
vmxnet3: Wake queue from reset work
Benjamin Poirier
2016-10-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-30
1
-1
/
+3
|
\
|
*
vmxnet3: fix tx data ring copy for variable size
Shrikrishna Khare
2016-08-19
1
-1
/
+3
*
|
vmxnet3: fix non static symbol warning
Wei Yongjun
2016-08-25
1
-1
/
+1
|
/
*
vmxnet3: update to version 3
Shrikrishna Khare
2016-06-16
1
-1
/
+6
*
vmxnet3: add support for get_coalesce, set_coalesce ethtool operations
Shrikrishna Khare
2016-06-16
1
-0
/
+54
*
vmxnet3: add receive data ring support
Shrikrishna Khare
2016-06-16
1
-31
/
+122
*
vmxnet3: allow variable length transmit data ring buffer
Shrikrishna Khare
2016-06-16
1
-13
/
+42
*
vmxnet3: prepare for version 3 changes
Shrikrishna Khare
2016-06-16
1
-9
/
+13
*
vmxnet3: segCnt can be 1 for LRO packets
Shrikrishna Khare
2016-06-10
1
-1
/
+1
*
Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
Shrikrishna Khare
2016-04-21
1
-4
/
+8
*
vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()
Arnd Bergmann
2016-03-14
1
-4
/
+4
*
vmxnet3: avoid calling pskb_may_pull with interrupts disabled
Neil Horman
2016-03-07
1
-27
/
+46
*
Driver: Vmxnet3: Fix regression caused by 5738a09
Shrikrishna Khare
2016-01-06
1
-4
/
+4
*
vmxnet3: fix checks for dma mapping errors
Alexey Khoroshilov
2015-12-01
1
-11
/
+60
*
Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures
Shrikrishna Khare
2015-11-16
1
-3
/
+4
*
vmxnet3: prevent receive getting out of sequence on napi poll
Neil Horman
2015-07-08
1
-4
/
+4
*
vmxnet3: Changes for vmxnet3 adapter version 2 (fwd)
Shreyas Bhatewara
2015-06-23
1
-3
/
+95
*
vmxnet3: Fix memory leaks in rx path (fwd)
Shreyas Bhatewara
2015-06-23
1
-18
/
+21
*
vmxnet3: Register shutdown handler for device (fwd)
Shreyas Bhatewara
2015-06-23
1
-0
/
+27
*
Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets
Shrikrishna Khare
2015-03-01
1
-9
/
+20
*
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-2
/
+2
*
Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate
Shrikrishna Khare
2015-01-12
1
-19
/
+25
*
Driver: Vmxnet3: Make Rx ring 2 size configurable
Shrikrishna Khare
2015-01-06
1
-1
/
+5
*
vmxnet3: use netdev_rss_key_fill() helper
Eric Dumazet
2014-11-16
1
-8
/
+1
*
VMXNET3: Check for map error in vmxnet3_set_mc
Andy King
2014-09-05
1
-7
/
+8
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
vmxnet3: fix decimal printf format specifiers prefixed with 0x
Hans Wennborg
2014-08-06
1
-1
/
+1
*
vmxnet3: adjust ring sizes when interface is down
Neil Horman
2014-06-16
1
-2
/
+5
[next]