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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2023-09-21
hw/net/vmxnet3: Fix guest-triggerable assert()
Thomas Huth
1
-1
/
+4
2023-07-07
hw/net: vmxnet3: Remove the logic of padding short frames in the receive path
Bin Meng
1
-10
/
+0
2023-05-23
vmxnet3: Reset packet state after emptying Tx queue
Akihiko Odaki
1
-1
/
+2
2023-05-23
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
1
-1
/
+6
2023-05-23
hw/net/net_tx_pkt: Decouple interface from PCI
Akihiko Odaki
1
-7
/
+7
2023-03-28
igb: Fix DMA requester specification for Tx packet
Akihiko Odaki
1
-2
/
+2
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
1
-8
/
+14
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
1
-10
/
+10
2023-03-10
hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
Akihiko Odaki
1
-10
/
+2
2023-03-10
hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
Akihiko Odaki
1
-4
/
+2
2023-03-10
net: Check L4 header size
Akihiko Odaki
1
-7
/
+7
2023-02-17
hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
Fiona Ebner
1
-1
/
+1
2022-11-07
msix: Assert that specified vector is in range
Akihiko Odaki
1
-22
/
+5
2022-02-14
hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR
Philippe Mathieu-Daudé
1
-1
/
+3
2021-11-19
net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
Prasad J Pandit
1
-0
/
+13
2021-08-02
hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbers
Thomas Huth
1
-12
/
+22
2021-07-19
hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queue
Thomas Huth
1
-2
/
+7
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-4
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-09-12
hw/net/vmxnet3: Fix leftover unregister_savevm
Dr. David Alan Gilbert
1
-3
/
+0
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
1
-0
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-14
hw/net: fix vmxnet3 live migration
Marcel Apfelbaum
1
-50
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-3
/
+3
2018-12-22
vmxnet3: Move some definitions to header file
Yuval Shaia
1
-115
/
+1
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-2
/
+2
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-1
/
+1
2017-11-20
hw/net/vmxnet3: Fix code to work on big endian hosts, too
Thomas Huth
1
-10
/
+36
2017-11-20
net: Transmit zero UDP checksum as 0xFFFF
Ed Swierk
1
-1
/
+2
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+5
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
1
-0
/
+1
2017-06-06
migration: remove register_savevm()
Laurent Vivier
1
-2
/
+6
2017-03-06
vmxnet3: VMStatify rx/tx q_descr and int_state
Dr. David Alan Gilbert
1
-182
/
+90
2017-03-06
vmxnet3: Convert ring values to uint32_t's
Dr. David Alan Gilbert
1
-6
/
+6
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
1
-1
/
+1
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-1
/
+1
2017-01-24
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
1
-1
/
+1
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
1
-6
/
+18
2016-10-26
net: vmxnet: initialise local tx descriptor
Li Qiang
1
-0
/
+1
2016-08-09
net: vmxnet3: check for device_active before write
Li Qiang
1
-0
/
+4
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-1
/
+1
2016-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-35
/
+17
2016-07-05
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into ...
Peter Maydell
1
-0
/
+1
2016-07-05
vmxnet3: remove unnecessary internal msi state flag
Cao jin
1
-11
/
+6
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
1
-25
/
+12
[next]