aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-26vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is presentAni Sinha1-0/+8
2023-06-26vdpa: fix not using CVQ buffer in case of errorEugenio Pérez1-1/+1
2023-06-26vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devicesEugenio Pérez1-0/+1
2023-06-26vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQHawkins Jiawei1-0/+1
2023-06-26vdpa: Add vhost_vdpa_net_load_offloads()Hawkins Jiawei1-0/+42
2023-06-26vdpa: reuse virtio_vdev_has_feature()Hawkins Jiawei1-4/+2
2023-06-26vdpa: map shadow vrings with MAP_SHAREDEugenio Pérez1-8/+8
2023-06-26vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len functionEugenio Pérez1-16/+16
2023-06-26vdpa: do not block migration if device has cvq and x-svq=onEugenio Pérez1-4/+7
2023-06-23vdpa: move CVQ isolation check to net_init_vhost_vdpaEugenio Pérez1-43/+112
2023-06-23vdpa: return errno in vhost_vdpa_get_vring_group errorEugenio Pérez1-0/+9
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2-20/+20
2023-06-13cocoa: Fix warnings about invalid prototype declarationsPhilippe Mathieu-Daudé1-1/+1
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki1-19/+33
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki1-0/+4
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-16/+6
2023-05-23net/eth: Use void pointersAkihiko Odaki1-3/+3
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-1/+1
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-10/+8
2023-05-18configure: add --disable-colo-proxy optionVladimir Sementsov-Ogievskiy1-3/+10
2023-04-21vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQEugenio Pérez1-1/+2
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau2-18/+18
2023-03-13slirp: open-code qemu_socket_(un)select()Marc-André Lureau1-3/+7
2023-03-13slirp: unregister the win32 SOCKETMarc-André Lureau1-1/+3
2023-03-13main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau1-1/+7
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell4-79/+84
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki1-12/+14
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki1-49/+42
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki1-27/+0
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki3-4/+41
2023-03-07vdpa net: allow VHOST_F_LOG_ALLEugenio Pérez1-0/+2
2023-03-07vdpa: block migration if device has unsupported featuresEugenio Pérez1-4/+8
2023-03-07vdpa net: block migration if the device has CVQEugenio Pérez1-0/+9
2023-03-07vdpa: add vdpa net migration state notifierEugenio Pérez1-3/+69
2023-03-07vdpa net: move iova tree creation from init to startEugenio Pérez1-30/+83
2023-02-17vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag checkEugenio Pérez1-1/+1
2023-02-17net: stream: add a new option to automatically reconnectLaurent Vivier1-1/+52
2023-02-17vmnet: stop recieving events when VM is stoppedJoelle van Dyne2-13/+37
2023-02-17net: Increase L2TPv3 buffer to fit jumboframesChristian Svensson1-1/+1
2023-02-17net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth1-1/+1
2023-02-17net: Restore printing of the help text with "-nic help"Thomas Huth1-2/+12
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth1-0/+34
2023-02-08net: Clean up includesMarkus Armbruster1-1/+0
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2-27/+29
2023-02-04net: Move HMP commands from monitor to net/Markus Armbruster2-0/+143
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-36/+23
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov3-27/+14
2023-01-09Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov4-9/+9
2023-01-08vdpa: harden the error path if get_iova_range failedLongpeng1-1/+7
2023-01-08vdpa-dev: get iova range explicitlyLongpeng1-8/+0