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