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