index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
2018-05-25
1
-0
/
+22
*
vmxnet3: set the DMA mask before the first DMA map operation
hpreg@vmware.com
2018-05-25
1
-25
/
+25
*
vmxnet3: ensure that adapter is in proper state during force_close
Neil Horman
2018-04-13
1
-0
/
+5
*
vmxnet3: repair memory leak
Neil Horman
2018-01-31
1
-1
/
+1
*
vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()
Alexey Khoroshilov
2016-10-15
1
-7
/
+10
*
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
*
vmxnet3: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
1
-5
/
+14
|
\
|
*
vmxnet3: fix building without CONFIG_PCI_MSI
Arnd Bergmann
2014-03-13
1
-2
/
+5
|
*
vmxnet3: fix netpoll race condition
Neil Horman
2014-03-11
1
-5
/
+11
*
|
vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-02-18
1
-28
/
+19
*
|
vmxnet3: Fix MSI-X/MSI enablement code
Alexander Gordeev
2014-02-18
1
-55
/
+46
|
/
*
vmxnet3: use initialized skb pointer to set hash
Michal Schmidt
2013-12-26
1
-1
/
+2
*
net: vmxnet3 calls skb_set_hash
Tom Herbert
2013-12-18
1
-1
/
+2
*
net: vmxnet3: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-10
1
-1
/
+0
*
VMXNET3: Add support for virtual IOMMU
Andy King
2013-08-27
1
-81
/
+130
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
1
-1
/
+1
*
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
2013-04-19
1
-2
/
+2
*
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
1
-5
/
+6
*
vmxnet3: prevent div-by-zero panic when ring resizing uninitialized dev
Bhavesh Davda
2013-03-07
1
-0
/
+1
*
vmxnet3: make local function static
stephen hemminger
2013-02-24
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-02-05
1
-4
/
+3
|
\
[next]