aboutsummaryrefslogtreecommitdiff
path: root/net/filter-rewriter.c
AgeCommit message (Expand)Author
2021-11-03Optimized the function of fill_connection_key.Rao, Lei
2021-06-11Add a function named packet_new_nocopy for COLO.Rao, Lei
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
2020-12-15netfilter: Use class propertiesEduardo Habkost
2020-11-11net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanupPan Nengyuan
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITEREduardo Habkost
2020-09-09net/colo: Match is-enabled probe to tracepointRoman Bolshakov
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-01-14net: do not depend on slirp internalsMarc-André Lureau
2018-11-16net/filter-rewriter.c: Fix coverity static analysis issueZhang Chen
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen
2018-10-19filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen
2018-06-01colo: use local path for local headersMichael S. Tsirkin
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-09-08net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-netZhang Chen
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi
2017-07-17net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_lenZhang Chen
2017-07-17net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen
2017-03-06filter-rewriter: skip net_checksum_calculate() while offset = 0zhanghailiang
2016-10-26colo-proxy: fix memory leakZhang Chen
2016-09-27filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen
2016-09-27filter-rewriter: track connection and parse packetZhang Chen
2016-09-27filter-rewriter: introduce filter-rewriter initializationZhang Chen