summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-14COLO-compare: Fix trace_event print bugZhang Chen1-8/+25
2017-03-06net/filter-mirror: Follow CODING_STYLEZhang Chen1-3/+4
2017-03-06COLO-compare: Fix icmp and udp compare different packet always dump bugZhang Chen1-6/+12
2017-03-06COLO-compare: Optimize compare_common and compare_tcpZhang Chen1-14/+36
2017-03-06COLO-compare: Rename compare function and remove duplicate codesZhang Chen1-11/+7
2017-03-06filter-rewriter: skip net_checksum_calculate() while offset = 0zhanghailiang1-6/+11
2017-03-06net/colo: fix memory double free errorzhanghailiang1-2/+2
2017-03-06net/colo-compare: Fix memory free errorZhang Chen1-1/+1
2017-03-06colo-compare: Fix removing fds been watched incorrectly in finalizationzhanghailiang1-9/+11
2017-03-06colo-compare: kick compare thread to exit after some cleanup in finalizationzhanghailiang1-10/+29
2017-03-06colo-compare: use g_timeout_source_new() to process the stale packetszhanghailiang1-40/+22
2017-03-06eth: Extend vlan stripping functionsDmitry Fleytman1-11/+14
2017-02-28vhost-user: delay vhost_user_stopMarc-André Lureau1-7/+46
2017-02-22net: Flatten simple union NetLegacyOptionsMarkus Armbruster1-22/+22
2017-02-15colo-compare: sort TCP packet queue by sequence numberZhang Chen1-0/+19
2017-02-15net: Mark 'vlan' parameter as deprecatedThomas Huth1-0/+6
2017-02-01vhost-user: delete chardev on cleanupMarc-André Lureau1-0/+3
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau4-10/+10
2017-01-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-10/+18
2017-01-20tap: fix memory leak on failure in net_init_tap()Peter Maydell1-2/+5
2017-01-20net: optimize checksum computationLadi Prosek1-8/+13
2017-01-18vhost_net: device IOTLB supportJason Wang1-0/+1
2017-01-06record/replay: add network supportPavel Dovgalyuk2-0/+93
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