summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* vhost: Change the sequence of device startYajun Wu2022-11-071-6/+5Star
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-073-54/+11Star
* virtio-net: enable vq reset featureXuan Zhuo2022-11-071-0/+1
* vhost: vhost-kernel: enable vq reset featureKangjie Xu2022-11-071-0/+1
* virtio-net: support queue_enableKangjie Xu2022-11-071-0/+21
* virtio-net: support queue resetXuan Zhuo2022-11-071-0/+18
* virtio-net: introduce flush_or_purge_queued_packets()Kangjie Xu2022-11-071-6/+11
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu2022-11-072-0/+59
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu2022-11-072-0/+31
* Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-311-0/+1
|\
| * tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki2022-10-281-0/+1
* | net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-3/+2Star
* | virtio-net: fix TX timer with tx_burstLaurent Vivier2022-10-281-9/+41
* | virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier2022-10-281-1/+12
|/
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin2022-10-071-2/+7
* virtio-net: Update virtio-net curr_queue_pairs in vdpa backendsEugenio Pérez2022-09-271-11/+6Star
* e1000e: set RX desc status with DD flag in a separate operationDing Hui2022-09-271-1/+52
* hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
* hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich2022-09-221-0/+8
* hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov2022-09-221-16/+16
* net: tulip: Restrict DMA engine to memoriesZheyu Ma2022-09-021-2/+2
* vhost_net: add NetClientState->load() callbackEugenio Pérez2022-09-021-0/+7
* vhost_net: Add NetClientInfo stop callbackEugenio Pérez2022-09-021-0/+3
* vhost_net: Add NetClientInfo start callbackEugenio Pérez2022-09-021-0/+7
* hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell2022-08-091-2/+2
* e1000e: Fix possible interrupt loss when using MSIAke Koomsin2022-07-261-0/+2
* virtio-net: Expose ctrl virtqueue logicEugenio Pérez2022-07-201-35/+49
* virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez2022-07-201-1/+0Star
* e1000: set RX descriptor status in a separate operationDing Hui2022-07-061-1/+4
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()Bernhard Beschow2022-06-112-30/+0Star
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-193-3/+3
* tulip: Assign default MAC address if not specifiedHelge Deller2022-05-171-2/+2
* virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu2022-05-161-0/+13
* vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu2022-05-161-1/+3
* virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu2022-05-161-2/+31
* virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu2022-05-161-1/+2
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+9
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* vhost_net: Print feature masks in hexIlya Maximets2022-05-161-2/+2
* hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-05-131-1/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-112-4/+4
* meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2022-05-071-2/+6
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0Star
* *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-13/+15
* util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-064-4/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-3/+3
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-222-2/+2