summaryrefslogtreecommitdiff
path: root/net/queue.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-04net: Clean up includesPeter Maydell1-0/+1
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang1-6/+6
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang1-3/+5
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang1-1/+5
2014-12-19net: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-09-04net: invoke callback when purging queueMichael S. Tsirkin1-0/+3
2013-02-27net: fix unbounded NetQueueLuigi Rizzo1-0/+15
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-09-14net: do not report queued packets as sentStefan Hajnoczi1-19/+16
2012-09-14net: notify iothread after flushing queuePaolo Bonzini1-2/+3
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu1-4/+5
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu1-9/+4
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-8/+8
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-7/+7
2009-11-09net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin1-3/+3
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin1-0/+260