summaryrefslogtreecommitdiffstats
path: root/net/colo.c
Commit message (Expand)AuthorAgeFilesLines
* net/colo.c: Fix the pointer issue reported by Coverity.Zhang Chen2022-09-021-9/+16
* net/colo.c: fix segmentation fault when packet is not parsed correctlyZhang Chen2022-07-201-1/+8
* net/colo.c: No need to track conn_list for filter-rewriterZhang Chen2022-07-201-1/+1
* Optimized the function of fill_connection_key.Rao, Lei2021-11-031-19/+12Star
* Add a function named packet_new_nocopy for COLO.Rao, Lei2021-06-111-8/+17
* colo-compare: fix missing compare_seq initializationLi Zhijian2020-11-111-4/+1Star
* net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub2020-06-181-0/+7
* net: do not depend on slirp internalsMarc-André Lureau2019-01-141-0/+1
* filter-rewriter: handle checkpoint and failover eventZhang Chen2018-10-191-0/+8
* filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen2018-10-191-1/+1
* colo: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* colo: compare the packet based on the tcp sequence numberMao Zhongyi2018-01-291-0/+9
* colo: Consolidate the duplicate code chunk into a routineMao Zhongyi2017-11-131-8/+10
* net/colo.c: Add vnet packet parse feature in colo-proxyZhang Chen2017-07-171-3/+3
* net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen2017-07-171-1/+2
* net/colo: fix memory double free errorzhanghailiang2017-03-061-2/+2
* filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen2016-09-271-0/+2
* filter-rewriter: track connection and parse packetZhang Chen2016-09-271-0/+14
* colo-compare: introduce packet comparison threadZhang Chen2016-09-271-0/+1
* colo-compare: track connection and enqueue packetZhang Chen2016-09-271-0/+108
* net/colo.c: add colo.c to define and handle packetZhang Chen2016-09-271-0/+86