| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -1/+1 |
|/ |
|
* | object: use more specific property type names | Marc-André Lureau | 2017-06-20 | 2 | -2/+2 |
* | Revert "Change net/socket.c to use socket_*() functions" again | Daniel P. Berrange | 2017-06-07 | 1 | -71/+56 |
* | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau | 2017-06-02 | 3 | -12/+7 |
* | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 2017-06-02 | 4 | -4/+4 |
* | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 4 | -4/+4 |
* | net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle | Zhang Chen | 2017-05-23 | 1 | -13/+16 |
* | net/filter-mirror.c: Remove duplicate check code. | Zhang Chen | 2017-05-23 | 1 | -6/+0 |
* | hmp / net: Mark host_net_add/remove as deprecated | Thomas Huth | 2017-05-23 | 1 | -0/+13 |
* | COLO-compare: Improve tcp compare trace event readability | Zhang Chen | 2017-05-23 | 2 | -13/+23 |
* | net/dump: Issue a warning for the deprecated "-net dump" | Thomas Huth | 2017-05-23 | 1 | -0/+3 |
* | net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.c | Thomas Huth | 2017-05-23 | 3 | -96/+9 |
* | char: add a /chardevs container | Marc-André Lureau | 2017-05-04 | 1 | -1/+1 |
* | slirp/smb: Replace constant strings by glib string | Dr. David Alan Gilbert | 2017-04-29 | 1 | -13/+17 |
* | slirp: allow host port 0 for hostfwd | Vincent Bernat | 2017-04-29 | 1 | -1/+1 |
* | Revert "COLO-compare: Optimize tcp compare trace event" | Peter Maydell | 2017-04-26 | 2 | -18/+14 |
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2017-04-25 | 2 | -18/+54 |
|\ |
|
| * | COLO-compare: Optimize tcp compare trace event | Zhang Chen | 2017-04-25 | 2 | -14/+18 |
| * | COLO-compare: Optimize tcp compare for option field | Zhang Chen | 2017-04-25 | 1 | -1/+26 |
| * | colo-compare: Fix old packet check bug. | Zhang Chen | 2017-04-24 | 1 | -4/+11 |
* | | socket: Make errp the last parameter of socket_connect | Fam Zheng | 2017-04-24 | 1 | -1/+1 |
|/ |
|
* | COLO-compare: Fix trace_event print bug | Zhang Chen | 2017-03-14 | 1 | -8/+25 |
* | net/filter-mirror: Follow CODING_STYLE | Zhang Chen | 2017-03-06 | 1 | -3/+4 |
* | COLO-compare: Fix icmp and udp compare different packet always dump bug | Zhang Chen | 2017-03-06 | 1 | -6/+12 |
* | COLO-compare: Optimize compare_common and compare_tcp | Zhang Chen | 2017-03-06 | 1 | -14/+36 |
* | COLO-compare: Rename compare function and remove duplicate codes | Zhang Chen | 2017-03-06 | 1 | -11/+7 |
* | filter-rewriter: skip net_checksum_calculate() while offset = 0 | zhanghailiang | 2017-03-06 | 1 | -6/+11 |
* | net/colo: fix memory double free error | zhanghailiang | 2017-03-06 | 1 | -2/+2 |
* | net/colo-compare: Fix memory free error | Zhang Chen | 2017-03-06 | 1 | -1/+1 |