aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-28net: split colo_compare_pkt_info into two trace eventsAlex Bennée
2016-10-28colo-compare: remove unused struct CompareChardevProps and 'props' variablezhanghailiang
2016-10-26colo-proxy: fix memory leakZhang Chen
2016-10-26tap-bsd: OpenBSD uses tap(4) nowBrad Smith
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24vhost-user: only initialize queue 0 CharBackendMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24colo: claim in find_and_check_chardevMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-12trace: move colo trace events to net/ sub-directoryDaniel P. Berrange
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-10-10net: don't poke at chardev internal QemuOptsDaniel P. Berrange
2016-10-08net/filter-mirror: Fix mirror initial check typoZhang Chen
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven
2016-09-27tap: Allow specifying a bridgeAlexey Kardashevskiy
2016-09-27filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen
2016-09-27filter-rewriter: track connection and parse packetZhang Chen
2016-09-27filter-rewriter: introduce filter-rewriter initializationZhang Chen
2016-09-27colo-compare: add TCP, UDP, ICMP packet comparisonZhang Chen
2016-09-27colo-compare: introduce packet comparison threadZhang Chen
2016-09-27colo-compare: track connection and enqueue packetZhang Chen
2016-09-27Jhash: add linux kernel jhashtable in qemuZhang Chen
2016-09-27net/colo.c: add colo.c to define and handle packetZhang Chen
2016-09-27colo-compare: introduce colo compare initializationZhang Chen
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani
2016-09-14Change net/socket.c to use socket_*() functionsMarc-André Lureau
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov
2016-08-30Revert "Change net/socket.c to use socket_*() functions"Paolo Bonzini
2016-08-22slirp: fix segv when init failedMarc-André Lureau
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-29vhost-user: wait until backend init is completedMarc-André Lureau
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau
2016-07-29vhost-user: disconnect on HUPMarc-André Lureau
2016-07-29vhost-user: minor simplificationMarc-André Lureau
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-07-18tap: fix memory leak on failure to create a multiqueue tap devicePaolo Bonzini
2016-07-18net: fix incorrect argument to iov_to_bufPaolo Bonzini
2016-07-18net: fix incorrect access to pointerPaolo Bonzini
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-13slirp: use exit notifier for slirp_smb_cleanupPaolo Bonzini
2016-07-13tap: use an exit notifier to call down_scriptMarc-André Lureau