aboutsummaryrefslogtreecommitdiff
path: root/net/colo-compare.c
AgeCommit message (Expand)Author
2018-01-29colo: compare the packet based on the tcp sequence numberMao Zhongyi
2018-01-29colo: modified the payload compare functionMao Zhongyi
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi
2017-11-13colo-compare: Fix commentsMao Zhongyi
2017-11-13colo-compare: compare the packet in a specified ConnectionMao Zhongyi
2017-11-13colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi
2017-09-08colo-compare: Use IOThread to Check old packet regularly and Process pactkets...Wang Yong
2017-09-08net/colo-compare.c: Fix comments and schemeZhang Chen
2017-09-08net/colo-compare.c: Adjust net queue pop order for performanceZhang Chen
2017-09-08net/colo-compare.c: Optimize unpredictable tcp options comparisonZhang Chen
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi
2017-07-17net/colo-compare.c: Add vnet packet's tcp/udp/icmp compareZhang Chen
2017-07-17net/colo-compare.c: Make colo-compare support vnet_hdr_lenZhang Chen
2017-07-17net/colo-compare.c: Introduce parameter for compare_chr_send()Zhang Chen
2017-07-17net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-23COLO-compare: Improve tcp compare trace event readabilityZhang Chen
2017-04-26Revert "COLO-compare: Optimize tcp compare trace event"Peter Maydell
2017-04-25COLO-compare: Optimize tcp compare trace eventZhang Chen
2017-04-25COLO-compare: Optimize tcp compare for option fieldZhang Chen
2017-04-24colo-compare: Fix old packet check bug.Zhang Chen
2017-03-14COLO-compare: Fix trace_event print bugZhang Chen
2017-03-06COLO-compare: Fix icmp and udp compare different packet always dump bugZhang Chen
2017-03-06COLO-compare: Optimize compare_common and compare_tcpZhang Chen
2017-03-06COLO-compare: Rename compare function and remove duplicate codesZhang Chen
2017-03-06net/colo-compare: Fix memory free errorZhang Chen
2017-03-06colo-compare: Fix removing fds been watched incorrectly in finalizationzhanghailiang
2017-03-06colo-compare: kick compare thread to exit after some cleanup in finalizationzhanghailiang
2017-03-06colo-compare: use g_timeout_source_new() to process the stale packetszhanghailiang
2017-02-15colo-compare: sort TCP packet queue by sequence numberZhang Chen
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
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-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-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: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-10net: don't poke at chardev internal QemuOptsDaniel P. Berrange
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-27net/colo.c: add colo.c to define and handle packetZhang Chen