index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
vmxnet3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-02
vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*
Dmitry Fleytman
1
-21
/
+30
2016-06-02
net_pkt: Name vmxnet3 packet abstractions more generic
Dmitry Fleytman
1
-44
/
+44
2016-06-02
vmxnet3: Use common MAC address tracing macros
Dmitry Fleytman
1
-4
/
+4
2016-06-02
vmxnet3: Use generic function for DSN capability definition
Dmitry Fleytman
1
-7
/
+5
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-2
/
+2
2016-01-29
hw/net: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-22
fpu: Replace uint32 typedef with uint32_t
Peter Maydell
1
-1
/
+1
2016-01-11
vmxnet3: Introduce 'x-disable-pcie' back-compat property
Shmulik Ladkani
1
-0
/
+2
2016-01-11
vmxnet3: Report the Device Serial Number capability
Shmulik Ladkani
1
-2
/
+26
2016-01-11
vmxnet3: The vmxnet3 device is a PCIE endpoint
Shmulik Ladkani
1
-1
/
+52
2016-01-11
vmxnet3: coding: Introduce VMXNET3Class
Shmulik Ladkani
1
-0
/
+10
2016-01-11
vmxnet3: Introduce 'x-old-msi-offsets' back-compat property
Shmulik Ladkani
1
-0
/
+2
2016-01-11
vmxnet3: Change the offset of the MSIX PBA table
Shmulik Ladkani
1
-2
/
+3
2016-01-11
vmxnet3: Change offsets of msi/msix pci capabilities
Shmulik Ladkani
1
-3
/
+15
2016-01-11
net/vmxnet3: rename VMXNET3_DEVICE_VERSION to VMXNET3_UPT_REVISION
Miao Yan
1
-2
/
+2
2016-01-11
net/vmxnet3: return 0 on unknown command
Miao Yan
1
-1
/
+1
2016-01-11
net/vmxnet3: return correct value for VMXNET3_CMD_GET_DEV_EXTRA_INFO
Miao Yan
1
-0
/
+5
2016-01-11
net/vmxnet3: return correct value for VMXNET3_CMD_GET_DID_* command
Miao Yan
1
-0
/
+16
2016-01-11
net/vmxnet3: return 1 on device activation failure
Miao Yan
1
-1
/
+1
2016-01-11
net: vmxnet3: avoid memory leakage in activate_device
P J P
1
-8
/
+16
2016-01-11
net/vmxnet3: use %zu for size_t in printf
Miao Yan
1
-3
/
+3
2016-01-11
net/vmxnet3: fix a build error when enabling debug output
Miao Yan
1
-1
/
+1
2015-12-07
vmxnet3: silence warning
Michael S. Tsirkin
1
-1
/
+0
2015-10-27
vmxnet3: Do not fill stats if device is inactive
Shmulik Ladkani
1
-0
/
+4
2015-10-12
vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command
Shmulik Ladkani
1
-0
/
+9
2015-10-12
vmxnet3: Support reading IMR registers on bar0
Shmulik Ladkani
1
-1
/
+5
2015-10-12
net/vmxnet3: Refine l2 header validation
Dana Rubin
1
-3
/
+1
2015-09-02
vmxnet3: Drop net_vmxnet3_info.can_receive
Fam Zheng
1
-1
/
+0
2015-08-04
net/vmxnet3: Fix incorrect debug message
Dana Rubin
1
-2
/
+2
2015-07-20
net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packets
Dana Rubin
1
-0
/
+58
2015-07-20
net/vmxnet3: Refactor 'vmxnet_rx_pkt_attach_data'
Shmulik Ladkani
1
-0
/
+1
2015-07-07
vmxnet3: Fix incorrect small packet padding
Brian Kress
1
-6
/
+6
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-9
/
+0
2015-06-19
pci: Don't register a specialized 'config_write' if default behavior is intended
Shmulik Ladkani
1
-9
/
+0
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-8
/
+4
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-4
/
+2
2015-01-12
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
1
-7
/
+0
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
1
-2
/
+0
2014-10-15
vmxnet3: add bootindex to qom property
Gonglei
1
-0
/
+8
2014-08-24
vmxnet3: Pad short frames to minimum size (60 bytes)
Ben Draper
1
-0
/
+10
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-4
/
+0
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-4
/
+0
2014-08-15
vmxnet3: don't use 'Yoda conditions'
Gonglei
1
-8
/
+8
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-3
/
+1
2014-06-09
vmxnet3: fix msix vectors unuse
Jiri Pirko
1
-1
/
+1
2014-05-07
hw: Add missing 'static' attributes
Stefan Weil
1
-3
/
+3
2014-04-14
vmxnet3: validate queues configuration read on migration
Dmitry Fleytman
1
-0
/
+1
2014-04-14
vmxnet3: validate interrupt indices read on migration
Dmitry Fleytman
1
-0
/
+2
2014-04-14
vmxnet3: validate queues configuration coming from guest
Dmitry Fleytman
1
-1
/
+18
2014-04-14
vmxnet3: validate interrupt indices coming from guest
Dmitry Fleytman
1
-2
/
+34
[next]