aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-06-28net: fix qemu_announce_self not emitting packetsPeter Lieven
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost
2016-04-06net: fix OptsVisitor memory leakPaolo Bonzini
2016-04-06net: Allocating Large sized arrays to heapPooja Dhannawat
2016-04-06util: Improved qemu_hexmap() to include an ascii dump of the bufferIsaac Lozano
2016-03-31Fix ipv6 options according to documentationSamuel Thibault
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04net: Clean up includesPeter Maydell
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-10-27net: free the string returned by object_get_canonical_path_componentYang Hongyang
2015-10-27net: make iov_to_buf take right size argument in nc_sendv_compat()Yang Hongyang
2015-10-27net: Remove duplicate data from query-rx-filter on multiqueue net devicesVladislav Yasevich
2015-10-21net: don't set native endiannessMichael S. Tsirkin
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang
2015-10-12netfilter: hook packets before net queue sendYang Hongyang
2015-10-12init/cleanup of netfilter objectYang Hongyang
2015-07-20net: Flush queued packets when guest resumesFam Zheng
2015-06-24net: simplify net_client_init1()Stefan Hajnoczi
2015-06-24net: drop if expression that is always trueStefan Hajnoczi
2015-06-24net: raise an error if -net type is invalidStefan Hajnoczi
2015-06-24net: replace net_client_init1() netdev whitelist with blacklistStefan Hajnoczi
2015-06-24net: add missing "netmap" to host_net_devices[]Stefan Hajnoczi
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-17tap: add VNET_LE/VNET_BE operationsGreg Kurz
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster