| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove the legacy "-net channel" parameter | Thomas Huth | 2017-12-22 | 2 | -41/+0 |
* | net: remove unused compute_mcast_idx() function | Mark Cave-Ayland | 2017-12-22 | 1 | -5/+0 |
* | net: introduce net_crc32_le() function | Mark Cave-Ayland | 2017-12-22 | 1 | -0/+22 |
* | net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()... | Mark Cave-Ayland | 2017-12-22 | 1 | -5/+11 |
* | misc: remove headers implicitly included | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | colo-compare: fix the dangerous assignment | Mao Zhongyi | 2017-11-20 | 1 | -1/+1 |
* | net/socket: fix coverity issue | Jens Freimann | 2017-11-13 | 1 | -1/+1 |
* | colo: Consolidate the duplicate code chunk into a routine | Mao Zhongyi | 2017-11-13 | 2 | -8/+11 |
* | colo-compare: Fix comments | Mao Zhongyi | 2017-11-13 | 1 | -3/+5 |
* | colo-compare: compare the packet in a specified Connection | Mao Zhongyi | 2017-11-13 | 1 | -5/+8 |
* | colo-compare: Insert packet into the suitable position of packet queue directly | Mao Zhongyi | 2017-11-13 | 1 | -18/+22 |
* | net: fix check for number of parameters to -netdev socket | Jens Freimann | 2017-11-13 | 1 | -2/+2 |
* | filter-mirror: segfault when specifying non existent device | Eduardo Otubo | 2017-10-16 | 1 | -0/+6 |
* | slirp: Add explanation for hostfwd parsing failure | Dr. David Alan Gilbert | 2017-09-24 | 1 | -1/+12 |
* | buildsys: Move vde libs to per object | Fam Zheng | 2017-09-22 | 1 | -0/+2 |
* | General warn report fixups | Alistair Francis | 2017-09-19 | 2 | -6/+5 |
* | Convert multi-line fprintf() to warn_report() | Alistair Francis | 2017-09-19 | 2 | -12/+11 |
* | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 2017-09-19 | 1 | -1/+2 |
* | colo-compare: Use IOThread to Check old packet regularly and Process pactkets... | Wang Yong | 2017-09-08 | 1 | -38/+45 |
* | net/colo-compare.c: Fix comments and scheme | Zhang Chen | 2017-09-08 | 1 | -28/+31 |
* | net/colo-compare.c: Adjust net queue pop order for performance | Zhang Chen | 2017-09-08 | 1 | -2/+2 |
* | net/colo-compare.c: Optimize unpredictable tcp options comparison | Zhang Chen | 2017-09-08 | 1 | -12/+27 |
* | net/socket: Improve -net socket error reporting | Mao Zhongyi | 2017-09-08 | 1 | -48/+44 |
* | net/net: Convert parse_host_port() to Error | Mao Zhongyi | 2017-09-08 | 2 | -12/+32 |
* | net/socket: Convert several helper functions to Error | Mao Zhongyi | 2017-09-08 | 1 | -32/+50 |
* | net/socket: Don't treat odd socket type as SOCK_STREAM | Mao Zhongyi | 2017-09-08 | 1 | -3/+3 |
* | net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-net | Zhang Chen | 2017-09-08 | 1 | -2/+4 |
* | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 2017-09-04 | 1 | -1/+1 |
* | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 2017-09-04 | 1 | -2/+2 |
* | net: fix -netdev socket,fd= for UDP sockets | Jens Freimann | 2017-08-09 | 1 | -19/+18 |
* | slirp: fill error when failing to initialize user network | Hervé Poussineau | 2017-08-03 | 1 | -40/+94 |
* | vhost-user: fix watcher need be removed when vhost-user hotplug | Yunjian Wang | 2017-08-01 | 1 | -0/+4 |
* | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 2017-08-01 | 1 | -2/+2 |
* | trace: add trace_event_get_state_backends() | Stefan Hajnoczi | 2017-08-01 | 2 | -7/+8 |
* | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 2017-07-31 | 1 | -1/+1 |
* | net/eth: fix incorrect check of iov_to_buf() return value | Philippe Mathieu-Daudé | 2017-07-31 | 1 | -2/+2 |
* | net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_len | Zhang Chen | 2017-07-17 | 1 | -1/+36 |
* | net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare | Zhang Chen | 2017-07-17 | 1 | -2/+6 |
* | net/colo.c: Add vnet packet parse feature in colo-proxy | Zhang Chen | 2017-07-17 | 1 | -3/+3 |
* | net/colo-compare.c: Make colo-compare support vnet_hdr_len | Zhang Chen | 2017-07-17 | 1 | -7/+53 |
* | net/colo-compare.c: Introduce parameter for compare_chr_send() | Zhang Chen | 2017-07-17 | 1 | -7/+7 |
* | net/colo.c: Make vnet_hdr_len as packet property | Zhang Chen | 2017-07-17 | 4 | -5/+12 |
* | net/filter-mirror.c: Add new option to enable vnet support for filter-redirector | Zhang Chen | 2017-07-17 | 1 | -0/+23 |
* | net/filter-mirror.c: Make filter mirror support vnet support. | Zhang Chen | 2017-07-17 | 1 | -1/+41 |
* | net/filter-mirror.c: Introduce parameter for filter_send() | Zhang Chen | 2017-07-17 | 1 | -5/+5 |
* | net/net.c: Add vnet_hdr support in SocketReadState | Zhang Chen | 2017-07-17 | 4 | -11/+39 |
* | net: Add vnet_hdr_len arguments in NetClientState | Zhang Chen | 2017-07-17 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2017-07-14 | 4 | -12/+15 |
|\ |
|
| * | char: avoid chardevice direct access | Anton Nefedov | 2017-07-14 | 1 | -1/+1 |
| * | char: add backend hotswap handler | Anton Nefedov | 2017-07-14 | 4 | -11/+14 |