Age | Commit message (Expand) | Author | Files | Lines |
2016-07-29 | vhost-user: wait until backend init is completed | Marc-André Lureau | 1 | -2/+16 |
2016-07-29 | vhost-user: add get_vhost_net() assertions | Marc-André Lureau | 1 | -0/+2 |
2016-07-29 | vhost-user: keep vhost_net after a disconnection | Marc-André Lureau | 2 | -17/+20 |
2016-07-29 | vhost-user: disconnect on HUP | Marc-André Lureau | 1 | -5/+1 |
2016-07-29 | vhost-user: minor simplification | Marc-André Lureau | 1 | -2/+1 |
2016-07-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ... | Peter Maydell | 13 | -133/+174 |
2016-07-19 | net: Use correct type for bool flag | Eric Blake | 1 | -6/+6 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 12 | -103/+140 |
2016-07-19 | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán | 12 | -49/+53 |
2016-07-18 | tap: fix memory leak on failure to create a multiqueue tap device | Paolo Bonzini | 1 | -6/+16 |
2016-07-18 | net: fix incorrect argument to iov_to_buf | Paolo Bonzini | 1 | -2/+2 |
2016-07-18 | net: fix incorrect access to pointer | Paolo Bonzini | 1 | -1/+1 |
2016-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -7/+31 |
2016-07-13 | slirp: use exit notifier for slirp_smb_cleanup | Paolo Bonzini | 1 | -0/+11 |
2016-07-13 | tap: use an exit notifier to call down_script | Marc-André Lureau | 1 | -7/+20 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+3 |
2016-07-07 | tap: vhost busy polling support | Jason Wang | 2 | -1/+7 |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake | 1 | -6/+5 |
2016-07-06 | string-output-visitor: Favor new visit_free() function | Eric Blake | 1 | -1/+1 |
2016-07-06 | opts-visitor: Favor new visit_free() function | Eric Blake | 1 | -3/+2 |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+6 |
2016-06-29 | vhost-user: disable chardev handlers on close | Paolo Bonzini | 1 | -0/+5 |
2016-06-29 | char: change qemu_chr_fe_add_watch to return unsigned | Paolo Bonzini | 1 | -1/+1 |
2016-06-28 | Change net/socket.c to use socket_*() functions | Ashijeet Acharya | 1 | -28/+27 |
2016-06-28 | net: fix qemu_announce_self not emitting packets | Peter Lieven | 1 | -1/+1 |
2016-06-20 | trace: split out trace events for net/ directory | Daniel P. Berrange | 1 | -0/+4 |
2016-06-17 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+31 |
2016-06-17 | vhost-net: save & restore vhost-user acked features | Marc-André Lureau | 1 | -0/+10 |
2016-06-17 | vhost-user: disconnect on start failure | Marc-André Lureau | 1 | -1/+2 |
2016-06-17 | vhost-user: add ability to know vhost-user backend disconnection | Tetsuya Mukawa | 1 | -0/+19 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-06-02 | net: handle optional VLAN header in checksum computation. | Jean-Christophe Dubois | 1 | -4/+31 |
2016-06-02 | net: improve UDP/TCP checksum computation. | Jean-Christophe Dubois | 1 | -27/+67 |
2016-06-02 | net_pkt: Extend packet abstraction as required by e1000e functionality | Dmitry Fleytman | 2 | -44/+373 |
2016-06-01 | net/net: Add SocketReadState for reuse codes | Zhang Chen | 3 | -105/+108 |
2016-06-01 | net: vl: Move default_net to vl.c | Eduardo Habkost | 1 | -23/+0 |
2016-05-25 | net/tap: Allocating Large sized arrays to heap | Zhou Jie | 1 | -2/+4 |
2016-04-06 | filter-buffer: fix segfault when starting qemu with status=off property | zhanghailiang | 1 | -1/+1 |
2016-04-06 | net: fix OptsVisitor memory leak | Paolo Bonzini | 1 | -0/+1 |
2016-04-06 | net: Allocating Large sized arrays to heap | Pooja Dhannawat | 1 | -4/+9 |
2016-04-06 | util: Improved qemu_hexmap() to include an ascii dump of the buffer | Isaac Lozano | 1 | -29/+1 |
2016-04-04 | net: fix missing include of qapi/error.h in netmap.c | Daniel P. Berrange | 1 | -0/+1 |
2016-04-01 | slirp: Allow disabling IPv4 or IPv6 | Samuel Thibault | 1 | -6/+30 |
2016-03-31 | Fix ipv6 options according to documentation | Samuel Thibault | 1 | -7/+7 |
2016-03-30 | net/filter-mirror: implement filter-redirector | Zhang Chen | 1 | -2/+246 |
2016-03-30 | net/filter-mirror: Change filter_mirror_send interface | Zhang Chen | 1 | -5/+5 |
2016-03-30 | net/filter-mirror:Add filter-mirror | Zhang Chen | 2 | -0/+184 |
2016-03-29 | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta... | Peter Maydell | 1 | -3/+3 |
2016-03-29 | Rework ipv6 options | Samuel Thibault | 1 | -3/+3 |