aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi
2017-11-13net/socket: fix coverity issueJens Freimann
2017-11-13colo: Consolidate the duplicate code chunk into a routineMao Zhongyi
2017-11-13colo-compare: Fix commentsMao Zhongyi
2017-11-13colo-compare: compare the packet in a specified ConnectionMao Zhongyi
2017-11-13colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi
2017-11-13net: fix check for number of parameters to -netdev socketJens Freimann
2017-10-16filter-mirror: segfault when specifying non existent deviceEduardo Otubo
2017-09-24slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert
2017-09-22buildsys: Move vde libs to per objectFam Zheng
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-09-08colo-compare: Use IOThread to Check old packet regularly and Process pactkets...Wang Yong
2017-09-08net/colo-compare.c: Fix comments and schemeZhang Chen
2017-09-08net/colo-compare.c: Adjust net queue pop order for performanceZhang Chen
2017-09-08net/colo-compare.c: Optimize unpredictable tcp options comparisonZhang Chen
2017-09-08net/socket: Improve -net socket error reportingMao Zhongyi
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi
2017-09-08net/socket: Convert several helper functions to ErrorMao Zhongyi
2017-09-08net/socket: Don't treat odd socket type as SOCK_STREAMMao Zhongyi
2017-09-08net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-netZhang Chen
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-08-09net: fix -netdev socket,fd= for UDP socketsJens Freimann
2017-08-03slirp: fill error when failing to initialize user networkHervé Poussineau
2017-08-02vhost-user: fix watcher need be removed when vhost-user hotplugYunjian Wang
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-31net/eth: fix incorrect check of iov_to_buf() return valuePhilippe Mathieu-Daudé
2017-07-17net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_lenZhang Chen
2017-07-17net/colo-compare.c: Add vnet packet's tcp/udp/icmp compareZhang Chen
2017-07-17net/colo.c: Add vnet packet parse feature in colo-proxyZhang Chen
2017-07-17net/colo-compare.c: Make colo-compare support vnet_hdr_lenZhang Chen
2017-07-17net/colo-compare.c: Introduce parameter for compare_chr_send()Zhang Chen
2017-07-17net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen
2017-07-17net/filter-mirror.c: Add new option to enable vnet support for filter-redirectorZhang Chen
2017-07-17net/filter-mirror.c: Make filter mirror support vnet support.Zhang Chen
2017-07-17net/filter-mirror.c: Introduce parameter for filter_send()Zhang Chen
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov