summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/can: support for connecting to Linux host SocketCAN interface.Pavel Pisa2018-02-132-0/+287
* net/can: simple messages transport implementation for QEMUPavel Pisa2018-02-134-0/+253
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-092-1/+2
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-093-0/+4
* Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-093-3/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-094-2/+3
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-092-2/+0Star
* net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'Thomas Huth2018-01-291-10/+23
* net: Allow hubports to connect to other netdevsThomas Huth2018-01-293-8/+24
* colo: compare the packet based on the tcp sequence numberMao Zhongyi2018-01-294-119/+250
* colo: modified the payload compare functionMao Zhongyi2018-01-291-44/+44
* net: Remove the legacy "-net channel" parameterThomas Huth2017-12-222-41/+0Star
* net: remove unused compute_mcast_idx() functionMark Cave-Ayland2017-12-221-5/+0Star
* net: introduce net_crc32_le() functionMark Cave-Ayland2017-12-221-0/+22
* net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland2017-12-221-5/+11
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* colo-compare: fix the dangerous assignmentMao Zhongyi2017-11-201-1/+1
* net/socket: fix coverity issueJens Freimann2017-11-131-1/+1
* colo: Consolidate the duplicate code chunk into a routineMao Zhongyi2017-11-132-8/+11
* colo-compare: Fix commentsMao Zhongyi2017-11-131-3/+5
* colo-compare: compare the packet in a specified ConnectionMao Zhongyi2017-11-131-5/+8
* colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi2017-11-131-18/+22
* net: fix check for number of parameters to -netdev socketJens Freimann2017-11-131-2/+2
* filter-mirror: segfault when specifying non existent deviceEduardo Otubo2017-10-161-0/+6
* slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert2017-09-241-1/+12
* buildsys: Move vde libs to per objectFam Zheng2017-09-221-0/+2
* General warn report fixupsAlistair Francis2017-09-192-6/+5Star
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-192-12/+11Star
* 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