summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven1-2/+6
2016-09-27tap: Allow specifying a bridgeAlexey Kardashevskiy1-1/+3
2016-09-27filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen3-2/+119
2016-09-27filter-rewriter: track connection and parse packetZhang Chen3-0/+65
2016-09-27filter-rewriter: introduce filter-rewriter initializationZhang Chen2-0/+106
2016-09-27colo-compare: add TCP, UDP, ICMP packet comparisonZhang Chen1-4/+143
2016-09-27colo-compare: introduce packet comparison threadZhang Chen3-0/+237
2016-09-27colo-compare: track connection and enqueue packetZhang Chen3-10/+190
2016-09-27Jhash: add linux kernel jhashtable in qemuZhang Chen1-0/+1
2016-09-27net/colo.c: add colo.c to define and handle packetZhang Chen4-4/+234
2016-09-27colo-compare: introduce colo compare initializationZhang Chen2-0/+271
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani1-0/+1
2016-09-14Change net/socket.c to use socket_*() functionsMarc-André Lureau1-56/+71
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov1-1/+1
2016-08-30Revert "Change net/socket.c to use socket_*() functions"Paolo Bonzini1-27/+28
2016-08-22slirp: fix segv when init failedMarc-André Lureau1-1/+3
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen1-4/+4
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-29vhost-user: wait until backend init is completedMarc-André Lureau1-2/+16
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau1-0/+2
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau2-17/+20
2016-07-29vhost-user: disconnect on HUPMarc-André Lureau1-5/+1
2016-07-29vhost-user: minor simplificationMarc-André Lureau1-2/+1
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell13-133/+174
2016-07-19net: Use correct type for bool flagEric Blake1-6/+6
2016-07-19qapi: Change Netdev into a flat unionEric Blake12-103/+140
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán12-49/+53
2016-07-18tap: fix memory leak on failure to create a multiqueue tap devicePaolo Bonzini1-6/+16
2016-07-18net: fix incorrect argument to iov_to_bufPaolo Bonzini1-2/+2
2016-07-18net: fix incorrect access to pointerPaolo Bonzini1-1/+1
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-7/+31
2016-07-13slirp: use exit notifier for slirp_smb_cleanupPaolo Bonzini1-0/+11
2016-07-13tap: use an exit notifier to call down_scriptMarc-André Lureau1-7/+20
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2016-07-07tap: vhost busy polling supportJason Wang2-1/+7
2016-07-06qapi: Add new visit_complete() functionEric Blake1-6/+5
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-3/+2
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+6
2016-06-29vhost-user: disable chardev handlers on closePaolo Bonzini1-0/+5
2016-06-29char: change qemu_chr_fe_add_watch to return unsignedPaolo Bonzini1-1/+1
2016-06-28Change net/socket.c to use socket_*() functionsAshijeet Acharya1-28/+27
2016-06-28net: fix qemu_announce_self not emitting packetsPeter Lieven1-1/+1
2016-06-20trace: split out trace events for net/ directoryDaniel P. Berrange1-0/+4
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+31
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau1-0/+10
2016-06-17vhost-user: disconnect on start failureMarc-André Lureau1-1/+2
2016-06-17vhost-user: add ability to know vhost-user backend disconnectionTetsuya Mukawa1-0/+19
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0