aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-20object: use more specific property type namesMarc-André Lureau
2017-06-07Revert "Change net/socket.c to use socket_*() functions" againDaniel P. Berrange
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-23net/filter-mirror.c: Rename filter_mirror_send() and fix codestyleZhang Chen
2017-05-23net/filter-mirror.c: Remove duplicate check code.Zhang Chen
2017-05-23hmp / net: Mark host_net_add/remove as deprecatedThomas Huth
2017-05-23COLO-compare: Improve tcp compare trace event readabilityZhang Chen
2017-05-23net/dump: Issue a warning for the deprecated "-net dump"Thomas Huth
2017-05-23net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.cThomas Huth
2017-05-04char: add a /chardevs containerMarc-André Lureau
2017-04-29slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert
2017-04-29slirp: allow host port 0 for hostfwdVincent Bernat
2017-04-26Revert "COLO-compare: Optimize tcp compare trace event"Peter Maydell
2017-04-25Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-04-25COLO-compare: Optimize tcp compare trace eventZhang Chen
2017-04-25COLO-compare: Optimize tcp compare for option fieldZhang Chen
2017-04-24socket: Make errp the last parameter of socket_connectFam Zheng
2017-04-24colo-compare: Fix old packet check bug.Zhang Chen
2017-03-14COLO-compare: Fix trace_event print bugZhang Chen
2017-03-06net/filter-mirror: Follow CODING_STYLEZhang Chen
2017-03-06COLO-compare: Fix icmp and udp compare different packet always dump bugZhang Chen
2017-03-06COLO-compare: Optimize compare_common and compare_tcpZhang Chen
2017-03-06COLO-compare: Rename compare function and remove duplicate codesZhang Chen
2017-03-06filter-rewriter: skip net_checksum_calculate() while offset = 0zhanghailiang