index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
/
vmxnet3_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-25
vmxnet3: use DMA memory barriers where required
hpreg@vmware.com
1
-0
/
+22
2018-05-25
vmxnet3: set the DMA mask before the first DMA map operation
hpreg@vmware.com
1
-25
/
+25
2018-01-31
vmxnet3: repair memory leak
Neil Horman
1
-1
/
+1
2017-05-12
vmxnet3: ensure that adapter is in proper state during force_close
Neil Horman
1
-0
/
+5
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-2
/
+2
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+10
2016-10-20
net: use core MTU range checking in virt drivers
Jarod Wilson
1
-3
/
+4
2016-10-16
vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()
Alexey Khoroshilov
1
-7
/
+10
2016-10-04
vmxnet3: Wake queue from reset work
Benjamin Poirier
1
-1
/
+1
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2016-08-26
vmxnet3: fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-08-20
vmxnet3: fix tx data ring copy for variable size
Shrikrishna Khare
1
-1
/
+3
2016-06-17
vmxnet3: update to version 3
Shrikrishna Khare
1
-1
/
+6
2016-06-17
vmxnet3: add support for get_coalesce, set_coalesce ethtool operations
Shrikrishna Khare
1
-0
/
+54
2016-06-17
vmxnet3: add receive data ring support
Shrikrishna Khare
1
-31
/
+122
2016-06-17
vmxnet3: allow variable length transmit data ring buffer
Shrikrishna Khare
1
-13
/
+42
2016-06-17
vmxnet3: prepare for version 3 changes
Shrikrishna Khare
1
-9
/
+13
2016-06-10
vmxnet3: segCnt can be 1 for LRO packets
Shrikrishna Khare
1
-1
/
+1
2016-04-21
Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
Shrikrishna Khare
1
-4
/
+8
2016-03-14
vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()
Arnd Bergmann
1
-4
/
+4
2016-03-07
vmxnet3: avoid calling pskb_may_pull with interrupts disabled
Neil Horman
1
-27
/
+46
2016-01-07
Driver: Vmxnet3: Fix regression caused by 5738a09
Shrikrishna Khare
1
-4
/
+4
2015-12-01
vmxnet3: fix checks for dma mapping errors
Alexey Khoroshilov
1
-11
/
+60
2015-11-16
Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures
Shrikrishna Khare
1
-3
/
+4
2015-07-09
vmxnet3: prevent receive getting out of sequence on napi poll
Neil Horman
1
-4
/
+4
2015-06-23
vmxnet3: Changes for vmxnet3 adapter version 2 (fwd)
Shreyas Bhatewara
1
-3
/
+95
2015-06-23
vmxnet3: Fix memory leaks in rx path (fwd)
Shreyas Bhatewara
1
-18
/
+21
2015-06-23
vmxnet3: Register shutdown handler for device (fwd)
Shreyas Bhatewara
1
-0
/
+27
2015-03-02
Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets
Shrikrishna Khare
1
-9
/
+20
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2015-01-13
Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate
Shrikrishna Khare
1
-19
/
+25
2015-01-06
Driver: Vmxnet3: Make Rx ring 2 size configurable
Shrikrishna Khare
1
-1
/
+5
2014-11-16
vmxnet3: use netdev_rss_key_fill() helper
Eric Dumazet
1
-8
/
+1
2014-09-05
VMXNET3: Check for map error in vmxnet3_set_mc
Andy King
1
-7
/
+8
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-08-07
vmxnet3: fix decimal printf format specifiers prefixed with 0x
Hans Wennborg
1
-1
/
+1
2014-06-17
vmxnet3: adjust ring sizes when interface is down
Neil Horman
1
-2
/
+5
2014-03-25
vmxnet3: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+14
2014-03-13
vmxnet3: fix building without CONFIG_PCI_MSI
Arnd Bergmann
1
-2
/
+5
2014-03-12
vmxnet3: fix netpoll race condition
Neil Horman
1
-5
/
+11
2014-02-19
vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-28
/
+19
2014-02-19
vmxnet3: Fix MSI-X/MSI enablement code
Alexander Gordeev
1
-55
/
+46
2013-12-26
vmxnet3: use initialized skb pointer to set hash
Michal Schmidt
1
-1
/
+2
2013-12-19
net: vmxnet3 calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-11
net: vmxnet3: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-08-28
VMXNET3: Add support for virtual IOMMU
Andy King
1
-81
/
+130
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-2
/
+2
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-5
/
+6
[next]