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
2021-11-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu...
Richard Henderson
4
-33
/
+18
2021-11-03
Optimized the function of fill_connection_key.
Rao, Lei
4
-32
/
+17
2021-11-03
Some minor optimizations for COLO
Rao, Lei
1
-1
/
+1
2021-11-02
Move the l2tpv3 test from configure to meson.build
Thomas Huth
1
-1
/
+3
2021-10-20
vhost-vdpa: multiqueue support
Jason Wang
1
-9
/
+96
2021-10-20
net: introduce control client
Jason Wang
1
-3
/
+21
2021-10-20
vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
Jason Wang
1
-7
/
+12
2021-10-20
vhost-vdpa: open device fd in net_init_vhost_vdpa()
Jason Wang
1
-8
/
+15
2021-10-15
net/vhost-vdpa: Fix device compatibility check
Kevin Wolf
1
-23
/
+14
2021-10-15
net/vhost-user: Fix device compatibility check
Kevin Wolf
1
-27
/
+14
2021-10-14
configure, meson: move netmap detection to meson
Paolo Bonzini
1
-1
/
+3
2021-10-14
configure, meson: move vde detection to meson
Paolo Bonzini
1
-1
/
+1
2021-09-04
vhost-vdpa: remove the unncessary queue_index assignment
Jason Wang
1
-1
/
+0
2021-09-04
vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()
Jason Wang
1
-1
/
+4
2021-09-04
vhost-vdpa: tweak the error label in vhost_vdpa_add()
Jason Wang
1
-7
/
+6
2021-09-04
vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()
Jason Wang
1
-0
/
+1
2021-09-04
vhost-vdpa: don't cleanup twice in vhost_vdpa_add()
Jason Wang
1
-11
/
+0
2021-09-04
vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()
Jason Wang
1
-4
/
+0
2021-09-04
vhost_net: do not assume nvqs is always 2
Jason Wang
3
-0
/
+3
2021-09-04
vhost-vdpa: remove unused variable "acked_features"
Jason Wang
1
-1
/
+0
2021-08-26
net: Zero sockaddr_in in parse_host_port()
Peter Maydell
1
-0
/
+2
2021-08-05
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
1
-2
/
+2
2021-07-26
net/checksum: Remove unused variable in net_checksum_add_iov
Richard Henderson
1
-3
/
+1
2021-06-11
Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()
Rao, Lei
1
-1
/
+1
2021-06-11
Add the function of colo_compare_cleanup
Rao, Lei
3
-0
/
+15
2021-06-11
Add a function named packet_new_nocopy for COLO.
Rao, Lei
3
-10
/
+19
2021-06-11
Optimize the function of filter_send
Rao, Lei
1
-4
/
+4
2021-06-11
Remove some duplicate trace code.
Rao, Lei
1
-13
/
+0
2021-06-11
vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()
Jason Wang
1
-9
/
+0
2021-06-04
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
8
-0
/
+41
2021-06-04
virtio-net: Added eBPF RSS to virtio-net.
Andrew Melnychenko
1
-0
/
+2
2021-06-04
net: Added SetSteeringEBPF method for NetClientState.
Andrew Melnychenko
6
-0
/
+38
2021-06-04
net/tap: Added TUNSETSTEERINGEBPF code.
Andrew Melnychenko
1
-0
/
+1
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-28
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-8
/
+0
2021-05-27
tap-bsd: Remove special casing for older OpenBSD releases
Brad Smith
1
-8
/
+0
2021-05-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-8
/
+8
2021-05-04
slirp: add configure option to disable smbd
Joelle van Dyne
1
-8
/
+8
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2
-3
/
+0
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2
-2
/
+0
2021-04-23
net: check the existence of peer before trying to pad
Jason Wang
3
-3
/
+3
2021-04-08
tap-win32: correctly recycle buffers
Jason Wang
1
-2
/
+4
2021-04-08
Revert "qapi: net: Add query-netdev command"
Jason Wang
10
-394
/
+9
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
9
-44
/
+45
2021-04-08
Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"
Jason Wang
1
-30
/
+1
2021-04-08
Revert "net: Do not fill legacy info_str for backends"
Jason Wang
8
-0
/
+48
2021-03-22
net/eth: Add an assert() and invert if() statement to simplify code
Philippe Mathieu-Daudé
1
-7
/
+6
2021-03-22
net/eth: Read ip6_ext_hdr_routing buffer before accessing it
Philippe Mathieu-Daudé
1
-5
/
+8
2021-03-22
net/eth: Check iovec has enough data earlier
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-22
net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()
Philippe Mathieu-Daudé
1
-8
/
+6
[next]