Age | Commit message (Expand) | Author |
2022-09-27 | virtio-net: Update virtio-net curr_queue_pairs in vdpa backends | Eugenio Pérez |
2022-09-27 | e1000e: set RX desc status with DD flag in a separate operation | Ding Hui |
2022-09-22 | hw/net/e1000e_core: Use definition to avoid dynamic stack allocation | Philippe Mathieu-Daudé |
2022-09-22 | hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified level | Lucas Dietrich |
2022-09-22 | hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logic | Anton Kochkov |
2022-09-02 | net: tulip: Restrict DMA engine to memories | Zheyu Ma |
2022-09-02 | vhost_net: add NetClientState->load() callback | Eugenio Pérez |
2022-09-02 | vhost_net: Add NetClientInfo stop callback | Eugenio Pérez |
2022-09-02 | vhost_net: Add NetClientInfo start callback | Eugenio Pérez |
2022-08-09 | hw/net/rocker: Avoid undefined shifts with more than 31 ports | Peter Maydell |
2022-07-26 | e1000e: Fix possible interrupt loss when using MSI | Ake Koomsin |
2022-07-20 | virtio-net: Expose ctrl virtqueue logic | Eugenio Pérez |
2022-07-20 | virtio-net: Expose MAC_TABLE_ENTRIES | Eugenio Pérez |
2022-07-06 | e1000: set RX descriptor status in a separate operation | Ding Hui |
2022-06-28 | Trivial: 3 char repeat typos | Dr. David Alan Gilbert |
2022-06-11 | hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create() | Bernhard Beschow |
2022-05-19 | ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY | Peter Maydell |
2022-05-17 | tulip: Assign default MAC address if not specified | Helge Deller |
2022-05-16 | virtio-net: don't handle mq request in userspace handler for vhost-vdpa | Si-Wei Liu |
2022-05-16 | vhost-net: fix improper cleanup in vhost_net_start | Si-Wei Liu |
2022-05-16 | virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa | Si-Wei Liu |
2022-05-16 | virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti... | Si-Wei Liu |
2022-05-16 | virtio: add vhost support for virtio devices | Jonah Palmer |
2022-05-16 | virtio: drop name parameter for virtio_init() | Jonah Palmer |
2022-05-16 | vhost_net: Print feature masks in hex | Ilya Maximets |
2022-05-13 | hw/virtio: Replace g_memdup() by g_memdup2() | Philippe Mathieu-Daudé |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster |
2022-05-07 | meson: use have_vhost_* variables to pick sources | Paolo Bonzini |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson |
2022-04-20 | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-15 | virtio-net: fix map leaking on error during receive | Jason Wang |
2022-03-09 | Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into staging | Peter Maydell |
2022-03-08 | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow |
2022-03-06 | virtio-net: Unlimit tx queue size if peer is vdpa | Eugenio Pérez |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow |
2022-02-14 | hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts | Nick Hudson |
2022-02-14 | hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR | Philippe Mathieu-Daudé |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell |
2022-01-20 | hw/net: Move MV88W8618 network device out of hw/arm/ directory | Philippe Mathieu-Daudé |
2022-01-10 | Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX" | Michael S. Tsirkin |
2022-01-10 | Revert "virtio-net: add support for configure interrupt" | Michael S. Tsirkin |
2022-01-07 | virtio-net: add support for configure interrupt | Cindy Lu |
2022-01-06 | virtio: introduce macro IRTIO_CONFIG_IRQ_IDX | Cindy Lu |
2021-12-31 | pci: Let ld*_pci_dma() propagate MemTxResult | Philippe Mathieu-Daudé |
2021-12-31 | pci: Let ld*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé |