summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi1-1/+1
2017-11-13net/socket: fix coverity issueJens Freimann1-1/+1
2017-11-13colo: Consolidate the duplicate code chunk into a routineMao Zhongyi2-8/+11
2017-11-13colo-compare: Fix commentsMao Zhongyi1-3/+5
2017-11-13colo-compare: compare the packet in a specified ConnectionMao Zhongyi1-5/+8
2017-11-13colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi1-18/+22
2017-11-13net: fix check for number of parameters to -netdev socketJens Freimann1-2/+2
2017-10-16filter-mirror: segfault when specifying non existent deviceEduardo Otubo1-0/+6
2017-09-24slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert1-1/+12
2017-09-22buildsys: Move vde libs to per objectFam Zheng1-0/+2
2017-09-19General warn report fixupsAlistair Francis2-6/+5
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis2-12/+11
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-09-08colo-compare: Use IOThread to Check old packet regularly and Process pactkets...Wang Yong1-38/+45
2017-09-08net/colo-compare.c: Fix comments and schemeZhang Chen1-28/+31
2017-09-08net/colo-compare.c: Adjust net queue pop order for performanceZhang Chen1-2/+2
2017-09-08net/colo-compare.c: Optimize unpredictable tcp options comparisonZhang Chen1-12/+27
2017-09-08net/socket: Improve -net socket error reportingMao Zhongyi1-48/+44
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi2-12/+32
2017-09-08net/socket: Convert several helper functions to ErrorMao Zhongyi1-32/+50
2017-09-08net/socket: Don't treat odd socket type as SOCK_STREAMMao Zhongyi1-3/+3
2017-09-08net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-netZhang Chen1-2/+4
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-1/+1
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-2/+2
2017-08-09net: fix -netdev socket,fd= for UDP socketsJens Freimann1-19/+18
2017-08-03slirp: fill error when failing to initialize user networkHervé Poussineau1-40/+94
2017-08-02vhost-user: fix watcher need be removed when vhost-user hotplugYunjian Wang1-0/+4
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-2/+2
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi2-7/+8
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-31net/eth: fix incorrect check of iov_to_buf() return valuePhilippe Mathieu-Daudé1-2/+2
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