aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2023-07-31virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-05-28rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com
2023-05-23e1000: Count CRC in Tx statisticsAkihiko Odaki
2023-05-22virtio-net: not enable vq reset feature unconditionallyEugenio Pérez
2023-05-18hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fieldsPeter Maydell
2023-05-18hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell
2023-03-30hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner
2022-12-04Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella
2022-11-22Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-21rtl8139: honor large send MSS valueStefan Hajnoczi
2022-11-21rtl8139: keep Tx command mode 0 and 1 separateStefan Hajnoczi
2022-11-21rtl8139: avoid clobbering tx descriptor bitsStefan Hajnoczi
2022-11-11Merge tag 'pull-request-2022-11-11' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-11-11net: Replace TAB indentations with spacesAhmed Abouzied
2022-11-11tulip: Remove unused variableMiroslav Rezanina
2022-11-11rtl8139: Remove unused variableMiroslav Rezanina
2022-11-10virtio-net: fix for heap-buffer-overflowXuan Zhuo
2022-11-07vhost: Change the sequence of device startYajun Wu
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-11-07virtio-net: enable vq reset featureXuan Zhuo
2022-11-07vhost: vhost-kernel: enable vq reset featureKangjie Xu
2022-11-07virtio-net: support queue_enableKangjie Xu
2022-11-07virtio-net: support queue resetXuan Zhuo
2022-11-07virtio-net: introduce flush_or_purge_queued_packets()Kangjie Xu
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin
2022-09-27virtio-net: Update virtio-net curr_queue_pairs in vdpa backendsEugenio Pérez
2022-09-27e1000e: set RX desc status with DD flag in a separate operationDing Hui
2022-09-22hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich
2022-09-22hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov
2022-09-02net: tulip: Restrict DMA engine to memoriesZheyu Ma
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez
2022-08-09hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell
2022-07-26e1000e: Fix possible interrupt loss when using MSIAke Koomsin
2022-07-20virtio-net: Expose ctrl virtqueue logicEugenio Pérez
2022-07-20virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez
2022-07-06e1000: set RX descriptor status in a separate operationDing Hui