aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/tap: Avoid variable-length arrayPeter Maydell2023-09-181-1/+2
* net/dump: Avoid variable length arrayPeter Maydell2023-09-181-1/+1
* net: add initial support for AF_XDP network backendIlya Maximets2023-09-184-0/+540
* virtio-net: Add USO flags to vhost support.Andrew Melnychenko2023-09-181-0/+3
* tap: Add check for USO featuresYuri Benditovich2023-09-187-0/+49
* tap: Add USO support to tap device.Andrew Melnychenko2023-09-1810-14/+26
* meson: Fix targetos match for illumos and Solaris.Jonathan Perkin2023-09-131-1/+1
* misc/other: spelling fixesMichael Tokarev2023-09-083-9/+9
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-071-8/+10
|\
| * configure, meson: remove CONFIG_SOLARIS from config-host.makPaolo Bonzini2023-09-071-8/+10
* | hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé2023-08-311-1/+1
|/
* vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQHawkins Jiawei2023-07-101-0/+1
* vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA featureHawkins Jiawei2023-07-101-0/+88
* vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQHawkins Jiawei2023-07-101-0/+1
* vdpa: Avoid forwarding large CVQ command failuresHawkins Jiawei2023-07-101-1/+161
* vdpa: Accessing CVQ header through its structureHawkins Jiawei2023-07-101-1/+4
* vdpa: Restore packet receive filtering state relative with _F_CTRL_RX featureHawkins Jiawei2023-07-101-0/+85
* vdpa: Restore MAC address filtering stateHawkins Jiawei2023-07-101-0/+52
* vdpa: Use iovec for vhost_vdpa_net_load_cmd()Hawkins Jiawei2023-07-101-8/+25
* vdpa: Fix possible use-after-free for VirtQueueElementHawkins Jiawei2023-07-101-1/+10
* vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads()Hawkins Jiawei2023-07-101-1/+4
* vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()Hawkins Jiawei2023-07-101-1/+4
* vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()Hawkins Jiawei2023-07-101-2/+3
* vdpa: Sort vdpa_feature_bits array alphabeticallyHawkins Jiawei2023-07-081-16/+23
* vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bitsHawkins Jiawei2023-07-081-1/+0
* net: socket: remove net_init_socket()Laurent Vivier2023-07-071-26/+17
* net: socket: move fd type checking to its own functionLaurent Vivier2023-07-071-8/+20
* net: socket: prepare to cleanup net_init_socket()Laurent Vivier2023-07-071-3/+3
* vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is presentAni Sinha2023-06-261-0/+8
* vdpa: fix not using CVQ buffer in case of errorEugenio Pérez2023-06-261-1/+1
* vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devicesEugenio Pérez2023-06-261-0/+1
* vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQHawkins Jiawei2023-06-261-0/+1
* vdpa: Add vhost_vdpa_net_load_offloads()Hawkins Jiawei2023-06-261-0/+42
* vdpa: reuse virtio_vdev_has_feature()Hawkins Jiawei2023-06-261-4/+2
* vdpa: map shadow vrings with MAP_SHAREDEugenio Pérez2023-06-261-8/+8
* vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len functionEugenio Pérez2023-06-261-16/+16
* vdpa: do not block migration if device has cvq and x-svq=onEugenio Pérez2023-06-261-4/+7
* vdpa: move CVQ isolation check to net_init_vhost_vdpaEugenio Pérez2023-06-231-43/+112
* vdpa: return errno in vhost_vdpa_get_vring_group errorEugenio Pérez2023-06-231-0/+9
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-202-20/+20
* cocoa: Fix warnings about invalid prototype declarationsPhilippe Mathieu-Daudé2023-06-131-1/+1
* igb: Strip the second VLAN tag for extended VLANAkihiko Odaki2023-05-231-19/+33
* igb: Implement Rx SCTP CSOAkihiko Odaki2023-05-231-0/+4
* net/eth: Always add VLAN tagAkihiko Odaki2023-05-231-16/+6
* net/eth: Use void pointersAkihiko Odaki2023-05-231-3/+3
* net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki2023-05-231-1/+1
* net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki2023-05-231-10/+8
* configure: add --disable-colo-proxy optionVladimir Sementsov-Ogievskiy2023-05-181-3/+10
* vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQEugenio Pérez2023-04-211-1/+2
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-132-18/+18