summary refs log tree commit diff stats
path: root/hw/net/vmxnet3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net: Constify VMStateRichard Henderson2023-12-301-9/+9
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-1/+1
* hw/net: spelling fixesMichael Tokarev2023-09-201-1/+1
* tap: Add USO support to tap device.Andrew Melnychenko2023-09-181-0/+2
* hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth2023-09-081-1/+4
* hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-10/+0
* vmxnet3: Reset packet state after emptying Tx queueAkihiko Odaki2023-05-231-1/+2
* net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki2023-05-231-1/+6
* hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki2023-05-231-7/+7
* igb: Fix DMA requester specification for Tx packetAkihiko Odaki2023-03-281-2/+2
* net/eth: Introduce EthL4HdrProtoAkihiko Odaki2023-03-101-8/+14
* net/eth: Report if headers are actually presentAkihiko Odaki2023-03-101-10/+10
* hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki2023-03-101-10/+2
* hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki2023-03-101-4/+2
* net: Check L4 header sizeAkihiko Odaki2023-03-101-7/+7
* hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner2023-02-171-1/+1
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-22/+5
* hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERRORPhilippe Mathieu-Daudé2022-02-141-1/+3
* net: vmxnet3: validate configuration values during activate (CVE-2021-20203)Prasad J Pandit2021-11-191-0/+13
* hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbersThomas Huth2021-08-021-12/+22
* hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queueThomas Huth2021-07-191-2/+7
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/net/vmxnet3: Fix leftover unregister_savevmDr. David Alan Gilbert2019-09-121-3/+0
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell2019-08-161-0/+2
|\
| * Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
| * Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* | hw/net: fix vmxnet3 live migrationMarcel Apfelbaum2019-08-141-50/+2
|/
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-3/+3
* vmxnet3: Move some definitions to header fileYuval Shaia2018-12-221-115/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-1/+1
* hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth2017-11-201-10/+36
* net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-201-1/+2
* pci: Add interface names to hybrid PCI devicesEduardo Habkost2017-10-151-0/+5
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* migration: Split registration functions from vmstate.hJuan Quintela2017-06-131-0/+1
* migration: remove register_savevm()Laurent Vivier2017-06-061-2/+6
* vmxnet3: VMStatify rx/tx q_descr and int_stateDr. David Alan Gilbert2017-03-061-182/+90
* vmxnet3: Convert ring values to uint32_t'sDr. David Alan Gilbert2017-03-061-6/+6
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-1/+1
* PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-1/+1
* migration: extend VMStateInfoJianjun Duan2017-01-241-6/+18
* net: vmxnet: initialise local tx descriptorLi Qiang2016-10-261-0/+1
* net: vmxnet3: check for device_active before writeLi Qiang2016-08-091-0/+4
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1