aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-0/+1
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki1-0/+1
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-3/+2
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier1-9/+41
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier1-1/+12
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin1-2/+7
2022-09-27virtio-net: Update virtio-net curr_queue_pairs in vdpa backendsEugenio Pérez1-11/+6
2022-09-27e1000e: set RX desc status with DD flag in a separate operationDing Hui1-1/+52
2022-09-22hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé1-3/+4
2022-09-22hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich1-0/+8
2022-09-22hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov1-16/+16
2022-09-02net: tulip: Restrict DMA engine to memoriesZheyu Ma1-2/+2
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez1-0/+7
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez1-0/+3
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez1-0/+7
2022-08-09hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell1-2/+2
2022-07-26e1000e: Fix possible interrupt loss when using MSIAke Koomsin1-0/+2
2022-07-20virtio-net: Expose ctrl virtqueue logicEugenio Pérez1-35/+49
2022-07-20virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez1-1/+0
2022-07-06e1000: set RX descriptor status in a separate operationDing Hui1-1/+4
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert1-1/+1
2022-06-11hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()Bernhard Beschow2-30/+0
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell3-3/+3
2022-05-17tulip: Assign default MAC address if not specifiedHelge Deller1-2/+2
2022-05-16virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu1-0/+13
2022-05-16vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu1-1/+3
2022-05-16virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu1-2/+31
2022-05-16virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu1-1/+2
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+9
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-1/+1
2022-05-16vhost_net: Print feature masks in hexIlya Maximets1-2/+2
2022-05-13hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-1/+2
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-4/+4
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini1-2/+6
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-13/+15
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau4-4/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-3/+3
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-15virtio-net: fix map leaking on error during receiveJason Wang1-0/+1
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell1-1/+1
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow1-1/+1
2022-03-06virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez1-5/+8
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2022-02-14hw/net: e1000e: Clear ICR on read when using non MSI-X interruptsNick Hudson2-0/+6
2022-02-14hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERRORPhilippe Mathieu-Daudé1-1/+3
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell6-8/+0