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
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-07-14
2
-7
/
+31
|
\
|
*
slirp: use exit notifier for slirp_smb_cleanup
Paolo Bonzini
2016-07-13
1
-0
/
+11
|
*
tap: use an exit notifier to call down_script
Marc-André Lureau
2016-07-13
1
-7
/
+20
*
|
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
1
-1
/
+1
*
|
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
1
-3
/
+3
|
/
*
tap: vhost busy polling support
Jason Wang
2016-07-07
2
-1
/
+7
*
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
1
-6
/
+5
*
string-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-1
/
+1
*
opts-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-3
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-06-29
1
-1
/
+6
|
\
|
*
vhost-user: disable chardev handlers on close
Paolo Bonzini
2016-06-29
1
-0
/
+5
|
*
char: change qemu_chr_fe_add_watch to return unsigned
Paolo Bonzini
2016-06-29
1
-1
/
+1
*
|
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
2016-06-28
1
-28
/
+27
*
|
net: fix qemu_announce_self not emitting packets
Peter Lieven
2016-06-28
1
-1
/
+1
|
/
*
trace: split out trace events for net/ directory
Daniel P. Berrange
2016-06-20
1
-0
/
+4
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-17
1
-1
/
+31
|
\
|
*
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
2016-06-17
1
-0
/
+10
|
*
vhost-user: disconnect on start failure
Marc-André Lureau
2016-06-17
1
-1
/
+2
|
*
vhost-user: add ability to know vhost-user backend disconnection
Tetsuya Mukawa
2016-06-17
1
-0
/
+19
*
|
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
|
/
*
net: handle optional VLAN header in checksum computation.
Jean-Christophe Dubois
2016-06-02
1
-4
/
+31
*
net: improve UDP/TCP checksum computation.
Jean-Christophe Dubois
2016-06-02
1
-27
/
+67
*
net_pkt: Extend packet abstraction as required by e1000e functionality
Dmitry Fleytman
2016-06-02
2
-44
/
+373
*
net/net: Add SocketReadState for reuse codes
Zhang Chen
2016-06-01
3
-105
/
+108
*
net: vl: Move default_net to vl.c
Eduardo Habkost
2016-06-01
1
-23
/
+0
*
net/tap: Allocating Large sized arrays to heap
Zhou Jie
2016-05-25
1
-2
/
+4
*
filter-buffer: fix segfault when starting qemu with status=off property
zhanghailiang
2016-04-06
1
-1
/
+1
*
net: fix OptsVisitor memory leak
Paolo Bonzini
2016-04-06
1
-0
/
+1
*
net: Allocating Large sized arrays to heap
Pooja Dhannawat
2016-04-06
1
-4
/
+9
*
util: Improved qemu_hexmap() to include an ascii dump of the buffer
Isaac Lozano
2016-04-06
1
-29
/
+1
*
net: fix missing include of qapi/error.h in netmap.c
Daniel P. Berrange
2016-04-04
1
-0
/
+1
*
slirp: Allow disabling IPv4 or IPv6
Samuel Thibault
2016-04-01
1
-6
/
+30
*
Fix ipv6 options according to documentation
Samuel Thibault
2016-03-31
1
-7
/
+7
*
net/filter-mirror: implement filter-redirector
Zhang Chen
2016-03-30
1
-2
/
+246
*
net/filter-mirror: Change filter_mirror_send interface
Zhang Chen
2016-03-30
1
-5
/
+5
*
net/filter-mirror:Add filter-mirror
Zhang Chen
2016-03-30
2
-0
/
+184
*
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
2016-03-29
1
-3
/
+3
|
\
|
*
Rework ipv6 options
Samuel Thibault
2016-03-29
1
-3
/
+3
*
|
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
7
-2
/
+8
*
|
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
10
-0
/
+10
|
/
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
11
-13
/
+13
*
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
2016-03-15
2
-6
/
+106
|
\
|
*
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Yann Bordenave
2016-03-15
2
-6
/
+106
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-03-15
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
vhost-user: remove useless is_server field
Marc-André Lureau
2016-03-11
1
-2
/
+0
|
*
vhost-user: fix use after free
Marc-André Lureau
2016-03-11
1
-1
/
+6
|
*
vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
Ilya Maximets
2016-03-11
1
-2
/
+3
*
|
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2016-03-10
1
-11
/
+8
|
/
*
net: check packet payload length
Prasad J Pandit
2016-03-08
1
-2
/
+8
*
filter-buffer: Add status_changed callback processing
zhanghailiang
2016-03-08
1
-6
/
+28
[next]