summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+2
* colo-compare: Use IOThread to Check old packet regularly and Process pactkets...Wang Yong2017-09-081-38/+45
* net/colo-compare.c: Fix comments and schemeZhang Chen2017-09-081-28/+31
* net/colo-compare.c: Adjust net queue pop order for performanceZhang Chen2017-09-081-2/+2
* net/colo-compare.c: Optimize unpredictable tcp options comparisonZhang Chen2017-09-081-12/+27
* net/socket: Improve -net socket error reportingMao Zhongyi2017-09-081-48/+44Star
* net/net: Convert parse_host_port() to ErrorMao Zhongyi2017-09-082-12/+32
* net/socket: Convert several helper functions to ErrorMao Zhongyi2017-09-081-32/+50
* net/socket: Don't treat odd socket type as SOCK_STREAMMao Zhongyi2017-09-081-3/+3
* net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-netZhang Chen2017-09-081-2/+4
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-041-1/+1
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-2/+2
* net: fix -netdev socket,fd= for UDP socketsJens Freimann2017-08-091-19/+18Star
* slirp: fill error when failing to initialize user networkHervé Poussineau2017-08-031-40/+94
* vhost-user: fix watcher need be removed when vhost-user hotplugYunjian Wang2017-08-011-0/+4
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-2/+2
* trace: add trace_event_get_state_backends()Stefan Hajnoczi2017-08-012-7/+8
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* net/eth: fix incorrect check of iov_to_buf() return valuePhilippe Mathieu-Daudé2017-07-311-2/+2
* net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_lenZhang Chen2017-07-171-1/+36
* net/colo-compare.c: Add vnet packet's tcp/udp/icmp compareZhang Chen2017-07-171-2/+6
* net/colo.c: Add vnet packet parse feature in colo-proxyZhang Chen2017-07-171-3/+3
* net/colo-compare.c: Make colo-compare support vnet_hdr_lenZhang Chen2017-07-171-7/+53
* net/colo-compare.c: Introduce parameter for compare_chr_send()Zhang Chen2017-07-171-7/+7
* net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen2017-07-174-5/+12
* net/filter-mirror.c: Add new option to enable vnet support for filter-redirectorZhang Chen2017-07-171-0/+23
* net/filter-mirror.c: Make filter mirror support vnet support.Zhang Chen2017-07-171-1/+41
* net/filter-mirror.c: Introduce parameter for filter_send()Zhang Chen2017-07-171-5/+5
* net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen2017-07-174-11/+39
* net: Add vnet_hdr_len arguments in NetClientStateZhang Chen2017-07-171-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-144-12/+15
|\
| * char: avoid chardevice direct accessAnton Nefedov2017-07-141-1/+1
| * char: add backend hotswap handlerAnton Nefedov2017-07-144-11/+14
* | Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
|/
* object: use more specific property type namesMarc-André Lureau2017-06-202-2/+2
* Revert "Change net/socket.c to use socket_*() functions" againDaniel P. Berrange2017-06-071-71/+56Star
* char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2017-06-023-12/+7Star
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-024-4/+4
* chardev: move headers to include/chardevMarc-André Lureau2017-06-024-4/+4
* net/filter-mirror.c: Rename filter_mirror_send() and fix codestyleZhang Chen2017-05-231-13/+16
* net/filter-mirror.c: Remove duplicate check code.Zhang Chen2017-05-231-6/+0Star
* hmp / net: Mark host_net_add/remove as deprecatedThomas Huth2017-05-231-0/+13
* COLO-compare: Improve tcp compare trace event readabilityZhang Chen2017-05-232-13/+23
* net/dump: Issue a warning for the deprecated "-net dump"Thomas Huth2017-05-231-0/+3
* net/tap: Replace tap-haiku.c and tap-aix.c by a generic tap-stub.cThomas Huth2017-05-233-96/+9Star
* char: add a /chardevs containerMarc-André Lureau2017-05-041-1/+1
* slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert2017-04-291-13/+17
* slirp: allow host port 0 for hostfwdVincent Bernat2017-04-291-1/+1
* Revert "COLO-compare: Optimize tcp compare trace event"Peter Maydell2017-04-262-18/+14Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-04-252-18/+54
|\