summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-17net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_lenZhang Chen1-1/+36
2017-07-17net/colo-compare.c: Add vnet packet's tcp/udp/icmp compareZhang Chen1-2/+6
2017-07-17net/colo.c: Add vnet packet parse feature in colo-proxyZhang Chen1-3/+3
2017-07-17net/colo-compare.c: Make colo-compare support vnet_hdr_lenZhang Chen1-7/+53
2017-07-17net/colo-compare.c: Introduce parameter for compare_chr_send()Zhang Chen1-7/+7
2017-07-17net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen4-5/+12
2017-07-17net/filter-mirror.c: Add new option to enable vnet support for filter-redirectorZhang Chen1-0/+23
2017-07-17net/filter-mirror.c: Make filter mirror support vnet support.Zhang Chen1-1/+41
2017-07-17net/filter-mirror.c: Introduce parameter for filter_send()Zhang Chen1-5/+5
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen4-11/+39
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen1-0/+1
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-12/+15
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov4-11/+14
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-20object: use more specific property type namesMarc-André Lureau2-2/+2
2017-06-07Revert "Change net/socket.c to use socket_*() functions" againDaniel P. Berrange1-71/+56
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau3-12/+7
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau4-4/+4
2017-06-02chardev: move headers to include/chardevMarc-André Lureau4-4/+4
2017-05-23net/filter-mirror.c: Rename filter_mirror_send() and fix codestyleZhang Chen1-13/+16
2017-05-23net/filter-mirror.c: Remove duplicate check code.Zhang Chen1-6/+0
2017-05-23hmp / net: Mark host_net_add/remove as deprecatedThomas Huth1-0/+13
2017-05-23COLO-compare: Improve tcp compare trace event readabilityZhang Chen2-13/+23
2017-05-23net/dump: Issue a warning for the deprecated "-net dump"Thomas Huth1-0/+3
2017-05-23net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.cThomas Huth3-96/+9
2017-05-04char: add a /chardevs containerMarc-André Lureau1-1/+1
2017-04-29slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert1-13/+17
2017-04-29slirp: allow host port 0 for hostfwdVincent Bernat1-1/+1
2017-04-26Revert "COLO-compare: Optimize tcp compare trace event"Peter Maydell2-18/+14
2017-04-25Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-18/+54
2017-04-25COLO-compare: Optimize tcp compare trace eventZhang Chen2-14/+18
2017-04-25COLO-compare: Optimize tcp compare for option fieldZhang Chen1-1/+26
2017-04-24socket: Make errp the last parameter of socket_connectFam Zheng1-1/+1
2017-04-24colo-compare: Fix old packet check bug.Zhang Chen1-4/+11
2017-03-14COLO-compare: Fix trace_event print bugZhang Chen1-8/+25
2017-03-06net/filter-mirror: Follow CODING_STYLEZhang Chen1-3/+4
2017-03-06COLO-compare: Fix icmp and udp compare different packet always dump bugZhang Chen1-6/+12
2017-03-06COLO-compare: Optimize compare_common and compare_tcpZhang Chen1-14/+36
2017-03-06COLO-compare: Rename compare function and remove duplicate codesZhang Chen1-11/+7
2017-03-06filter-rewriter: skip net_checksum_calculate() while offset = 0zhanghailiang1-6/+11
2017-03-06net/colo: fix memory double free errorzhanghailiang1-2/+2
2017-03-06net/colo-compare: Fix memory free errorZhang Chen1-1/+1
2017-03-06colo-compare: Fix removing fds been watched incorrectly in finalizationzhanghailiang1-9/+11
2017-03-06colo-compare: kick compare thread to exit after some cleanup in finalizationzhanghailiang1-10/+29
2017-03-06colo-compare: use g_timeout_source_new() to process the stale packetszhanghailiang1-40/+22
2017-03-06eth: Extend vlan stripping functionsDmitry Fleytman1-11/+14
2017-02-28vhost-user: delay vhost_user_stopMarc-André Lureau1-7/+46
2017-02-22net: Flatten simple union NetLegacyOptionsMarkus Armbruster1-22/+22
2017-02-15colo-compare: sort TCP packet queue by sequence numberZhang Chen1-0/+19