summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * COLO-compare: Optimize tcp compare trace eventZhang Chen2017-04-252-14/+18
| * COLO-compare: Optimize tcp compare for option fieldZhang Chen2017-04-251-1/+26
| * colo-compare: Fix old packet check bug.Zhang Chen2017-04-241-4/+11
* | socket: Make errp the last parameter of socket_connectFam Zheng2017-04-241-1/+1
|/
* COLO-compare: Fix trace_event print bugZhang Chen2017-03-141-8/+25
* net/filter-mirror: Follow CODING_STYLEZhang Chen2017-03-061-3/+4
* COLO-compare: Fix icmp and udp compare different packet always dump bugZhang Chen2017-03-061-6/+12
* COLO-compare: Optimize compare_common and compare_tcpZhang Chen2017-03-061-14/+36
* COLO-compare: Rename compare function and remove duplicate codesZhang Chen2017-03-061-11/+7Star
* filter-rewriter: skip net_checksum_calculate() while offset = 0zhanghailiang2017-03-061-6/+11
* net/colo: fix memory double free errorzhanghailiang2017-03-061-2/+2
* net/colo-compare: Fix memory free errorZhang Chen2017-03-061-1/+1
* colo-compare: Fix removing fds been watched incorrectly in finalizationzhanghailiang2017-03-061-9/+11
* colo-compare: kick compare thread to exit after some cleanup in finalizationzhanghailiang2017-03-061-10/+29
* colo-compare: use g_timeout_source_new() to process the stale packetszhanghailiang2017-03-061-40/+22Star
* eth: Extend vlan stripping functionsDmitry Fleytman2017-03-061-11/+14
* vhost-user: delay vhost_user_stopMarc-André Lureau2017-02-281-7/+46
* net: Flatten simple union NetLegacyOptionsMarkus Armbruster2017-02-221-22/+22
* colo-compare: sort TCP packet queue by sequence numberZhang Chen2017-02-151-0/+19
* net: Mark 'vlan' parameter as deprecatedThomas Huth2017-02-151-0/+6
* vhost-user: delete chardev on cleanupMarc-André Lureau2017-02-011-0/+3
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-274-10/+10
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-01-202-10/+18
|\
| * tap: fix memory leak on failure in net_init_tap()Peter Maydell2017-01-201-2/+5
| * net: optimize checksum computationLadi Prosek2017-01-201-8/+13
* | vhost_net: device IOTLB supportJason Wang2017-01-181-0/+1
|/
* record/replay: add network supportPavel Dovgalyuk2017-01-062-0/+93
* net: fix sending of data with -net socket, listen backendDaniel P. Berrange2016-11-152-3/+3
* slirp: fix CharDriver breakagePaolo Bonzini2016-11-021-2/+1Star
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-8/+0Star
|\