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