summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-22slirp: fix segv when init failedMarc-André Lureau1-1/+3
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen1-4/+4
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-29vhost-user: wait until backend init is completedMarc-André Lureau1-2/+16
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau1-0/+2
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau2-17/+20
2016-07-29vhost-user: disconnect on HUPMarc-André Lureau1-5/+1
2016-07-29vhost-user: minor simplificationMarc-André Lureau1-2/+1
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell13-133/+174
2016-07-19net: Use correct type for bool flagEric Blake1-6/+6
2016-07-19qapi: Change Netdev into a flat unionEric Blake12-103/+140
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán12-49/+53
2016-07-18tap: fix memory leak on failure to create a multiqueue tap devicePaolo Bonzini1-6/+16
2016-07-18net: fix incorrect argument to iov_to_bufPaolo Bonzini1-2/+2
2016-07-18net: fix incorrect access to pointerPaolo Bonzini1-1/+1
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-7/+31
2016-07-13slirp: use exit notifier for slirp_smb_cleanupPaolo Bonzini1-0/+11
2016-07-13tap: use an exit notifier to call down_scriptMarc-André Lureau1-7/+20
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2016-07-07tap: vhost busy polling supportJason Wang2-1/+7
2016-07-06qapi: Add new visit_complete() functionEric Blake1-6/+5
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-3/+2
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+6
2016-06-29vhost-user: disable chardev handlers on closePaolo Bonzini1-0/+5
2016-06-29char: change qemu_chr_fe_add_watch to return unsignedPaolo Bonzini1-1/+1
2016-06-28Change net/socket.c to use socket_*() functionsAshijeet Acharya1-28/+27
2016-06-28net: fix qemu_announce_self not emitting packetsPeter Lieven1-1/+1
2016-06-20trace: split out trace events for net/ directoryDaniel P. Berrange1-0/+4
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+31
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau1-0/+10
2016-06-17vhost-user: disconnect on start failureMarc-André Lureau1-1/+2
2016-06-17vhost-user: add ability to know vhost-user backend disconnectionTetsuya Mukawa1-0/+19
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-02net: handle optional VLAN header in checksum computation.Jean-Christophe Dubois1-4/+31
2016-06-02net: improve UDP/TCP checksum computation.Jean-Christophe Dubois1-27/+67
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2-44/+373
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen3-105/+108
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost1-23/+0
2016-05-25net/tap: Allocating Large sized arrays to heapZhou Jie1-2/+4
2016-04-06filter-buffer: fix segfault when starting qemu with status=off propertyzhanghailiang1-1/+1
2016-04-06net: fix OptsVisitor memory leakPaolo Bonzini1-0/+1
2016-04-06net: Allocating Large sized arrays to heapPooja Dhannawat1-4/+9
2016-04-06util: Improved qemu_hexmap() to include an ascii dump of the bufferIsaac Lozano1-29/+1
2016-04-04net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange1-0/+1
2016-04-01slirp: Allow disabling IPv4 or IPv6Samuel Thibault1-6/+30
2016-03-31Fix ipv6 options according to documentationSamuel Thibault1-7/+7
2016-03-30net/filter-mirror: implement filter-redirectorZhang Chen1-2/+246
2016-03-30net/filter-mirror: Change filter_mirror_send interfaceZhang Chen1-5/+5