aboutsummaryrefslogtreecommitdiff
path: root/net/filter-rewriter.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-20net/colo: Fix a "double free" crash to clear the conn_listZhang Chen1-1/+1
2021-11-03Optimized the function of fill_connection_key.Rao, Lei1-9/+1
2021-06-11Add a function named packet_new_nocopy for COLO.Rao, Lei1-2/+1
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-2/+2
2020-12-15netfilter: Use class propertiesEduardo Habkost1-3/+4
2020-11-11net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanupPan Nengyuan1-0/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-13/+14
2020-09-09filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITEREduardo Habkost1-9/+9
2020-09-09net/colo: Match is-enabled probe to tracepointRoman Bolshakov1-2/+8
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-01-14net: do not depend on slirp internalsMarc-André Lureau1-4/+5
2018-11-16net/filter-rewriter.c: Fix coverity static analysis issueZhang Chen1-1/+2
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen1-0/+57
2018-10-19filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen1-10/+99
2018-06-01colo: use local path for local headersMichael S. Tsirkin1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-09-08net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-netZhang Chen1-2/+4
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi1-2/+2
2017-07-17net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_lenZhang Chen1-1/+36
2017-07-17net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen1-1/+1
2017-03-06filter-rewriter: skip net_checksum_calculate() while offset = 0zhanghailiang1-6/+11
2016-10-26colo-proxy: fix memory leakZhang Chen1-12/+5
2016-09-27filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen1-2/+110
2016-09-27filter-rewriter: track connection and parse packetZhang Chen1-0/+50
2016-09-27filter-rewriter: introduce filter-rewriter initializationZhang Chen1-0/+105