index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present
Ani Sinha
1
-0
/
+8
2023-06-26
vdpa: fix not using CVQ buffer in case of error
Eugenio Pérez
1
-1
/
+1
2023-06-26
vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
Eugenio Pérez
1
-0
/
+1
2023-06-26
vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-06-26
vdpa: Add vhost_vdpa_net_load_offloads()
Hawkins Jiawei
1
-0
/
+42
2023-06-26
vdpa: reuse virtio_vdev_has_feature()
Hawkins Jiawei
1
-4
/
+2
2023-06-26
vdpa: map shadow vrings with MAP_SHARED
Eugenio Pérez
1
-8
/
+8
2023-06-26
vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
Eugenio Pérez
1
-16
/
+16
2023-06-26
vdpa: do not block migration if device has cvq and x-svq=on
Eugenio Pérez
1
-4
/
+7
2023-06-23
vdpa: move CVQ isolation check to net_init_vhost_vdpa
Eugenio Pérez
1
-43
/
+112
2023-06-23
vdpa: return errno in vhost_vdpa_get_vring_group error
Eugenio Pérez
1
-0
/
+9
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2
-20
/
+20
2023-06-13
cocoa: Fix warnings about invalid prototype declarations
Philippe Mathieu-Daudé
1
-1
/
+1
2023-05-23
igb: Strip the second VLAN tag for extended VLAN
Akihiko Odaki
1
-19
/
+33
2023-05-23
igb: Implement Rx SCTP CSO
Akihiko Odaki
1
-0
/
+4
2023-05-23
net/eth: Always add VLAN tag
Akihiko Odaki
1
-16
/
+6
2023-05-23
net/eth: Use void pointers
Akihiko Odaki
1
-3
/
+3
2023-05-23
net/eth: Rename eth_setup_vlan_headers_ex
Akihiko Odaki
1
-1
/
+1
2023-05-23
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
1
-10
/
+8
2023-05-18
configure: add --disable-colo-proxy option
Vladimir Sementsov-Ogievskiy
1
-3
/
+10
2023-04-21
vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQ
Eugenio Pérez
1
-1
/
+2
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2
-18
/
+18
2023-03-13
slirp: open-code qemu_socket_(un)select()
Marc-André Lureau
1
-3
/
+7
2023-03-13
slirp: unregister the win32 SOCKET
Marc-André Lureau
1
-1
/
+3
2023-03-13
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
1
-1
/
+7
2023-03-11
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
4
-79
/
+84
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
1
-12
/
+14
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
1
-49
/
+42
2023-03-10
hw/net/net_tx_pkt: Implement TCP segmentation
Akihiko Odaki
1
-27
/
+0
2023-03-10
net: Strip virtio-net header when dumping
Akihiko Odaki
3
-4
/
+41
2023-03-07
vdpa net: allow VHOST_F_LOG_ALL
Eugenio Pérez
1
-0
/
+2
2023-03-07
vdpa: block migration if device has unsupported features
Eugenio Pérez
1
-4
/
+8
2023-03-07
vdpa net: block migration if the device has CVQ
Eugenio Pérez
1
-0
/
+9
2023-03-07
vdpa: add vdpa net migration state notifier
Eugenio Pérez
1
-3
/
+69
2023-03-07
vdpa net: move iova tree creation from init to start
Eugenio Pérez
1
-30
/
+83
2023-02-17
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
Eugenio Pérez
1
-1
/
+1
2023-02-17
net: stream: add a new option to automatically reconnect
Laurent Vivier
1
-1
/
+52
2023-02-17
vmnet: stop recieving events when VM is stopped
Joelle van Dyne
2
-13
/
+37
2023-02-17
net: Increase L2TPv3 buffer to fit jumboframes
Christian Svensson
1
-1
/
+1
2023-02-17
net: Replace "Supported NIC models" with "Available NIC models"
Thomas Huth
1
-1
/
+1
2023-02-17
net: Restore printing of the help text with "-nic help"
Thomas Huth
1
-2
/
+12
2023-02-17
net: Move the code to collect available NIC models to a separate function
Thomas Huth
1
-0
/
+34
2023-02-08
net: Clean up includes
Markus Armbruster
1
-1
/
+0
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2
-27
/
+29
2023-02-04
net: Move HMP commands from monitor to net/
Markus Armbruster
2
-0
/
+143
2023-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
6
-36
/
+23
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
3
-27
/
+14
2023-01-09
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
4
-9
/
+9
2023-01-08
vdpa: harden the error path if get_iova_range failed
Longpeng
1
-1
/
+7
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
1
-8
/
+0
[next]