summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-16eth: Extend vlan stripping functionsDmitry Fleytman1-11/+14
2016-11-15net: fix sending of data with -net socket, listen backendDaniel P. Berrange2-3/+3
2016-11-02slirp: fix CharDriver breakagePaolo Bonzini1-2/+1
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-8/+0
2016-10-28net: split colo_compare_pkt_info into two trace eventsAlex Bennée2-11/+13
2016-10-28colo-compare: remove unused struct CompareChardevProps and 'props' variablezhanghailiang1-8/+0
2016-10-26colo-proxy: fix memory leakZhang Chen3-31/+21
2016-10-26tap-bsd: OpenBSD uses tap(4) nowBrad Smith1-1/+5
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau4-9/+13
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau4-41/+8
2016-10-24vhost-user: only initialize queue 0 CharBackendMarc-André Lureau1-16/+13
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau4-36/+46
2016-10-24colo: claim in find_and_check_chardevMarc-André Lureau1-6/+7
2016-10-24char: rename some frontend functionsMarc-André Lureau1-2/+2
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau4-66/+88
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-10-12trace: move colo trace events to net/ sub-directoryDaniel P. Berrange1-0/+16
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-62/+9
2016-10-10net: don't poke at chardev internal QemuOptsDaniel P. Berrange2-62/+9
2016-10-08net/filter-mirror: Fix mirror initial check typoZhang Chen1-2/+2
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