index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
Hawkins Jiawei
2023-07-10
vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...
Hawkins Jiawei
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ
Hawkins Jiawei
2023-07-10
vdpa: Avoid forwarding large CVQ command failures
Hawkins Jiawei
2023-07-10
vdpa: Accessing CVQ header through its structure
Hawkins Jiawei
2023-07-10
vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature
Hawkins Jiawei
2023-07-10
vdpa: Restore MAC address filtering state
Hawkins Jiawei
2023-07-10
vdpa: Use iovec for vhost_vdpa_net_load_cmd()
Hawkins Jiawei
2023-07-10
vdpa: Fix possible use-after-free for VirtQueueElement
Hawkins Jiawei
2023-07-10
vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads()
Hawkins Jiawei
2023-07-10
vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()
Hawkins Jiawei
2023-07-10
vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()
Hawkins Jiawei
2023-07-08
vdpa: Sort vdpa_feature_bits array alphabetically
Hawkins Jiawei
2023-07-08
vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
Hawkins Jiawei
2023-07-07
net: socket: remove net_init_socket()
Laurent Vivier
2023-07-07
net: socket: move fd type checking to its own function
Laurent Vivier
2023-07-07
net: socket: prepare to cleanup net_init_socket()
Laurent Vivier
2023-06-26
vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present
Ani Sinha
2023-06-26
vdpa: fix not using CVQ buffer in case of error
Eugenio Pérez
2023-06-26
vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
Eugenio Pérez
2023-06-26
vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
Hawkins Jiawei
2023-06-26
vdpa: Add vhost_vdpa_net_load_offloads()
Hawkins Jiawei
2023-06-26
vdpa: reuse virtio_vdev_has_feature()
Hawkins Jiawei
2023-06-26
vdpa: map shadow vrings with MAP_SHARED
Eugenio Pérez
2023-06-26
vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
Eugenio Pérez
2023-06-26
vdpa: do not block migration if device has cvq and x-svq=on
Eugenio Pérez
2023-06-23
vdpa: move CVQ isolation check to net_init_vhost_vdpa
Eugenio Pérez
2023-06-23
vdpa: return errno in vhost_vdpa_get_vring_group error
Eugenio Pérez
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-13
cocoa: Fix warnings about invalid prototype declarations
Philippe Mathieu-Daudé
2023-05-23
igb: Strip the second VLAN tag for extended VLAN
Akihiko Odaki
2023-05-23
igb: Implement Rx SCTP CSO
Akihiko Odaki
2023-05-23
net/eth: Always add VLAN tag
Akihiko Odaki
2023-05-23
net/eth: Use void pointers
Akihiko Odaki
2023-05-23
net/eth: Rename eth_setup_vlan_headers_ex
Akihiko Odaki
2023-05-23
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
2023-05-18
configure: add --disable-colo-proxy option
Vladimir Sementsov-Ogievskiy
2023-04-21
vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQ
Eugenio Pérez
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-03-13
slirp: open-code qemu_socket_(un)select()
Marc-André Lureau
2023-03-13
slirp: unregister the win32 SOCKET
Marc-André Lureau
2023-03-13
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
2023-03-11
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
2023-03-10
hw/net/net_tx_pkt: Implement TCP segmentation
Akihiko Odaki
2023-03-10
net: Strip virtio-net header when dumping
Akihiko Odaki
2023-03-07
vdpa net: allow VHOST_F_LOG_ALL
Eugenio Pérez
2023-03-07
vdpa: block migration if device has unsupported features
Eugenio Pérez
2023-03-07
vdpa net: block migration if the device has CVQ
Eugenio Pérez
[next]