index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
colo-compare.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-17
net/colo-compare.c: Fix a crash in COLO Primary.
Lukas Straub
1
-2
/
+1
2019-03-05
net/colo-compare.c: Remove duplicated code
Zhang Chen
1
-8
/
+0
2019-01-14
net: do not depend on slirp internals
Marc-André Lureau
1
-5
/
+6
2018-12-12
colo: check chardev can switch context
Marc-André Lureau
1
-0
/
+6
2018-10-19
filter-rewriter: handle checkpoint and failover event
Zhang Chen
1
-6
/
+6
2018-10-19
colo-compare: use notifier to notify packets comparing result
Zhang Chen
1
-11
/
+26
2018-10-19
colo-compare: implement the process of checkpoint
Zhang Chen
1
-0
/
+78
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
1
-1
/
+1
2018-06-01
colo: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
1
-1
/
+0
2018-01-29
colo: compare the packet based on the tcp sequence number
Mao Zhongyi
1
-118
/
+225
2018-01-29
colo: modified the payload compare function
Mao Zhongyi
1
-44
/
+44
2017-12-18
misc: remove headers implicitly included
Philippe Mathieu-Daudé
1
-1
/
+0
2017-11-20
colo-compare: fix the dangerous assignment
Mao Zhongyi
1
-1
/
+1
2017-11-13
colo-compare: Fix comments
Mao Zhongyi
1
-3
/
+5
2017-11-13
colo-compare: compare the packet in a specified Connection
Mao Zhongyi
1
-5
/
+8
2017-11-13
colo-compare: Insert packet into the suitable position of packet queue directly
Mao Zhongyi
1
-18
/
+22
2017-09-08
colo-compare: Use IOThread to Check old packet regularly and Process pactkets...
Wang Yong
1
-38
/
+45
2017-09-08
net/colo-compare.c: Fix comments and scheme
Zhang Chen
1
-28
/
+31
2017-09-08
net/colo-compare.c: Adjust net queue pop order for performance
Zhang Chen
1
-2
/
+2
2017-09-08
net/colo-compare.c: Optimize unpredictable tcp options comparison
Zhang Chen
1
-12
/
+27
2017-08-01
trace: add trace_event_get_state_backends()
Stefan Hajnoczi
1
-5
/
+6
2017-07-17
net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare
Zhang Chen
1
-2
/
+6
2017-07-17
net/colo-compare.c: Make colo-compare support vnet_hdr_len
Zhang Chen
1
-7
/
+53
2017-07-17
net/colo-compare.c: Introduce parameter for compare_chr_send()
Zhang Chen
1
-7
/
+7
2017-07-17
net/colo.c: Make vnet_hdr_len as packet property
Zhang Chen
1
-2
/
+6
2017-07-17
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen
1
-2
/
+2
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-4
/
+6
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
1
-5
/
+3
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-23
COLO-compare: Improve tcp compare trace event readability
Zhang Chen
1
-11
/
+22
2017-04-26
Revert "COLO-compare: Optimize tcp compare trace event"
Peter Maydell
1
-17
/
+12
2017-04-25
COLO-compare: Optimize tcp compare trace event
Zhang Chen
1
-12
/
+17
2017-04-25
COLO-compare: Optimize tcp compare for option field
Zhang Chen
1
-1
/
+26
2017-04-24
colo-compare: Fix old packet check bug.
Zhang Chen
1
-4
/
+11
2017-03-14
COLO-compare: Fix trace_event print bug
Zhang Chen
1
-8
/
+25
2017-03-06
COLO-compare: Fix icmp and udp compare different packet always dump bug
Zhang Chen
1
-6
/
+12
2017-03-06
COLO-compare: Optimize compare_common and compare_tcp
Zhang Chen
1
-14
/
+36
2017-03-06
COLO-compare: Rename compare function and remove duplicate codes
Zhang Chen
1
-11
/
+7
2017-03-06
net/colo-compare: Fix memory free error
Zhang Chen
1
-1
/
+1
2017-03-06
colo-compare: Fix removing fds been watched incorrectly in finalization
zhanghailiang
1
-9
/
+11
2017-03-06
colo-compare: kick compare thread to exit after some cleanup in finalization
zhanghailiang
1
-10
/
+29
2017-03-06
colo-compare: use g_timeout_source_new() to process the stale packets
zhanghailiang
1
-40
/
+22
2017-02-15
colo-compare: sort TCP packet queue by sequence number
Zhang Chen
1
-0
/
+19
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-2
/
+2
2016-10-31
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-8
/
+0
2016-10-28
net: split colo_compare_pkt_info into two trace events
Alex Bennée
1
-10
/
+11
2016-10-28
colo-compare: remove unused struct CompareChardevProps and 'props' variable
zhanghailiang
1
-8
/
+0
[next]