summaryrefslogtreecommitdiffstats
path: root/net/colo-compare.c
Commit message (Expand)AuthorAgeFilesLines
* net/colo: Fix a "double free" crash to clear the conn_listZhang Chen2022-07-201-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* net/colo-compare.c: Update the default value commentsZhang Chen2022-02-141-1/+1
* net/colo-compare.c: Optimize compare order for performanceZhang Chen2022-02-141-13/+13
* net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen2021-11-191-1/+1
* net/colo-compare.c: Fix ACK track reverse issueZhang Chen2021-11-191-2/+4
* Optimized the function of fill_connection_key.Rao, Lei2021-11-031-1/+1
* Some minor optimizations for COLORao, Lei2021-11-031-1/+1
* Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei2021-06-111-1/+1
* Add the function of colo_compare_cleanupRao, Lei2021-06-111-0/+10
* Remove some duplicate trace code.Rao, Lei2021-06-111-13/+0Star
* net/colo-compare.c: Optimize removal of secondary packetLukas Straub2021-03-221-1/+1
* net/colo-compare.c: Fix memory leak for non-tcp packetLukas Straub2021-03-221-0/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* net/colo-compare.c: Increase default queued packet scan frequencyZhang Chen2020-11-111-1/+1
* net/colo-compare.c: Add secondary old packet detectionZhang Chen2020-11-111-9/+16
* net/colo-compare.c: Change the timer clock typeZhang Chen2020-11-111-3/+3
* net/colo-compare.c: Fix compare_timeout format issueZhang Chen2020-11-111-6/+6
* colo-compare: check mark in mutual exclusionLi Zhijian2020-11-111-4/+2Star
* Optimize seq_sorter function for colo-compareRao, Lei2020-11-111-5/+2Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-12/+6Star
|\
| * util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2020-09-111-12/+12
| * util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé2020-09-111-6/+6
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-111-4/+5
|\ \
| * | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
| * | Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
| |/
* / net/colo: Match is-enabled probe to tracepointRoman Bolshakov2020-09-091-20/+22
|/
* colo-compare: Remove superfluous NULL-pointer checks for s->iothreadLukas Straub2020-08-041-6/+2Star
* net/colo-compare.c: Expose compare "max_queue_size" to usersZhang Chen2020-07-151-1/+42
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-6/+2Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-12/+8Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-4/+2Star
* colo-compare: Fix memory leak in packet_enqueue()Derek Su2020-06-181-8/+15
* net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub2020-06-181-22/+23
* net/colo-compare.c: Check that colo-compare is activeLukas Straub2020-06-181-6/+29
* net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub2020-06-181-4/+6
* net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub2020-06-181-45/+148
* net/colo-compare.c: Create event_bh with the right AioContextLukas Straub2020-06-181-1/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-12/+8Star
* net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen2020-03-311-3/+45
* net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen2020-03-311-2/+45
* COLO-compare: Fix incorrect `if` logicFan Yang2019-10-291-3/+3
* net/colo-compare.c: Fix memory leak and code style issue.Zhang Chen2019-07-291-7/+20
* COLO-compare: Add colo-compare remote notify supportZhang Chen2019-07-021-10/+44
* COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen2019-07-021-8/+33
* COLO-compare: Add remote notification chardev handler frameZhang Chen2019-07-021-0/+39
* COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen2019-07-021-0/+21
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+1
* net/colo-compare.c: Fix a crash in COLO Primary.Lukas Straub2019-05-171-2/+1Star
* net/colo-compare.c: Remove duplicated codeZhang Chen2019-03-051-8/+0Star