index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Do not fill legacy info_str for backends
Alexey Kirillov
2021-03-15
8
-48
/
+0
*
hmp: Use QAPI NetdevInfo in hmp_info_network
Alexey Kirillov
2021-03-15
1
-1
/
+30
*
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
2021-03-15
9
-45
/
+44
*
qapi: net: Add query-netdev command
Alexey Kirillov
2021-03-15
10
-9
/
+394
*
net: introduce qemu_receive_packet()
Jason Wang
2021-03-15
2
-7
/
+53
*
net: validate that ids are well formed
Paolo Bonzini
2021-03-15
1
-0
/
+5
*
net: Fix build error when DEBUG_NET is on
Bin Meng
2021-03-15
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
2021-03-11
1
-4
/
+4
|
\
|
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
|
*
net: Use id_generate() in the network subsystem, too
Thomas Huth
2021-03-09
1
-3
/
+3
*
|
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-03-09
1
-1
/
+0
|
/
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
2021-01-29
1
-1
/
+1
|
\
|
*
net/slirp.c: Fix spelling error in error message
Doug Evans
2021-01-29
1
-1
/
+1
*
|
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
1
-11
/
+2
*
|
net: Clarify early exit condition
Eric Blake
2021-01-28
1
-0
/
+2
|
/
*
net: checksum: Introduce fine control over checksum type
Bin Meng
2021-01-25
2
-6
/
+16
*
net: checksum: Add IP header checksum calculation
Guishan Qin
2021-01-25
1
-2
/
+6
*
net: checksum: Skip fragmented IP packets
Markus Carlstedt
2021-01-25
1
-0
/
+4
*
net: Fix handling of id in netdev_add and netdev_del
Markus Armbruster
2021-01-25
1
-2
/
+18
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
3
-3
/
+0
*
netfilter: Use class properties
Eduardo Habkost
2020-12-15
5
-42
/
+39
*
netfilter: Reorder functions
Eduardo Habkost
2020-12-15
2
-28
/
+28
*
can_host: Use class properties
Eduardo Habkost
2020-12-15
1
-11
/
+5
*
can-host: Fix crash when 'canbus' property is not set
Kevin Wolf
2020-12-11
1
-0
/
+5
*
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
2020-12-10
1
-1
/
+1
*
net: Use correct default-path macro for downscript
Keqian Zhu
2020-11-24
1
-1
/
+2
*
tap: fix a memory leak
yuanjungong
2020-11-24
1
-0
/
+2
*
net: purge queued rx packets on queue deletion
Yuri Benditovich
2020-11-24
1
-4
/
+8
*
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
2020-11-24
1
-34
/
+34
*
net/l2tpv3: Remove redundant check in net_init_l2tpv3()
AlexChen
2020-11-11
1
-6
/
+3
*
net: remove an assert call in eth_get_gso_type
Prasad J Pandit
2020-11-11
1
-3
/
+3
*
net/colo-compare.c: Increase default queued packet scan frequency
Zhang Chen
2020-11-11
1
-1
/
+1
*
net/colo-compare.c: Add secondary old packet detection
Zhang Chen
2020-11-11
1
-9
/
+16
*
net/colo-compare.c: Change the timer clock type
Zhang Chen
2020-11-11
1
-3
/
+3
*
net/colo-compare.c: Fix compare_timeout format issue
Zhang Chen
2020-11-11
1
-6
/
+6
*
colo-compare: check mark in mutual exclusion
Li Zhijian
2020-11-11
1
-4
/
+2
*
colo-compare: fix missing compare_seq initialization
Li Zhijian
2020-11-11
1
-4
/
+1
*
Optimize seq_sorter function for colo-compare
Rao, Lei
2020-11-11
1
-5
/
+2
*
net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanup
Pan Nengyuan
2020-11-11
1
-0
/
+2
*
net: Add vhost-vdpa in show_netdevs()
Cindy Lu
2020-11-03
1
-0
/
+3
*
vhost-vdpa: Add qemu_close in vhost_vdpa_cleanup
Cindy Lu
2020-11-03
1
-0
/
+4
*
vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driver
Si-Wei Liu
2020-10-30
1
-0
/
+1
*
replay: do not build if TCG is not available
Claudio Fontana
2020-10-22
1
-1
/
+2
*
can-host-socketcan: Fix crash when 'if' option is not set
Eduardo Habkost
2020-10-13
1
-0
/
+5
*
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-10-09
2
-4
/
+4
*
slirp: Convert Makefile bits to meson bits
Paolo Bonzini
2020-10-06
1
-1
/
+1
*
net/can: Add can_dlc2len and can_len2dlc for CAN FD.
Jan Charvat
2020-09-30
1
-0
/
+36
*
net/can: Initial host SocketCan support for CAN FD.
Jan Charvat
2020-09-30
1
-3
/
+44
*
net: relocate paths to helpers and scripts
Paolo Bonzini
2020-09-30
1
-7
/
+19
*
vhost-user: save features of multiqueues if chardev is closed
haibinzhang(张海斌)
2020-09-29
1
-3
/
+7
[next]