summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Merge tag 'v2.8.0-rc4' into developSeokYeon Hwang1-5/+9
2016-11-15net: fix sending of data with -net socket, listen backendDaniel P. Berrange1-3/+2
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven1-2/+6
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani1-0/+1
2016-09-12Merge tag 'v2.7.0' into develop_qemu_2.7SeokYeon Hwang1-91/+177
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen1-4/+4
2016-07-19net: Use correct type for bool flagEric Blake1-6/+6
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-48/+85
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán1-7/+11
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-28net: fix qemu_announce_self not emitting packetsPeter Lieven1-1/+1
2016-06-21package: make it buildableSeokYeon Hwang1-1/+1
2016-06-20Merge tag 'v2.6.0' into developSeokYeon Hwang1-65/+101
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen1-0/+70
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost1-23/+0
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-03-31Fix ipv6 options according to documentationSamuel Thibault1-7/+7
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-2/+2
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave1-0/+31
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake1-21/+10
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-04net: Clean up includesPeter Maydell1-1/+1
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang1-3/+29
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian1-5/+15
2015-12-21Merge tag 'v2.5.0' into tizen_3.0_qemu_2.5SeokYeon Hwang1-40/+112
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-2/+2
2015-11-10Merge tag 'v2.4.1' into tizen_3.0_developSeokYeon Hwang1-0/+8
2015-11-02net: Convert to new qapi union layoutEric Blake1-12/+12
2015-10-31net: don't set native endiannessMichael S. Tsirkin1-0/+8
2015-10-27net: free the string returned by object_get_canonical_path_componentYang Hongyang1-2/+3
2015-10-27net: make iov_to_buf take right size argument in nc_sendv_compat()Yang Hongyang1-1/+1
2015-10-27net: Remove duplicate data from query-rx-filter on multiqueue net devicesVladislav Yasevich1-0/+6
2015-10-21net: don't set native endiannessMichael S. Tsirkin1-0/+8
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang1-0/+11
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang1-1/+1
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang1-35/+16
2015-10-12netfilter: hook packets before net queue sendYang Hongyang1-0/+66
2015-10-12init/cleanup of netfilter objectYang Hongyang1-0/+7
2015-08-28qmp: modify return typeMunkyu Im1-5/+8
2015-08-25upstream: some API was renamed and renewedSeokYeon Hwang1-1/+2
2015-08-24Merge tag 'v2.4.0' into tizen_3.0_qemu_2.4SeokYeon Hwang1-103/+177
2015-07-31net: get link statusMunkyu Im1-0/+21
2015-07-20net: Flush queued packets when guest resumesFam Zheng1-7/+12
2015-06-24net: simplify net_client_init1()Stefan Hajnoczi1-22/+16
2015-06-24net: drop if expression that is always trueStefan Hajnoczi1-17/+14