summaryrefslogtreecommitdiffstats
path: root/net/queue.c
Commit message (Expand)AuthorAgeFilesLines
* net/queue: export qemu_net_queue_append_iovYang Hongyang2015-10-121-6/+6
* net/queue: introduce NetQueueDeliverFuncYang Hongyang2015-10-121-3/+5
* net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang2015-10-121-1/+5
* net: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-191-1/+1
* net: invoke callback when purging queueMichael S. Tsirkin2014-09-041-0/+3
* net: fix unbounded NetQueueLuigi Rizzo2013-02-271-0/+15
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* net: do not report queued packets as sentStefan Hajnoczi2012-09-141-19/+16
* net: notify iothread after flushing queuePaolo Bonzini2012-09-141-2/+3
* net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu2012-08-011-4/+5
* net: cleanup deliver/deliver_iov func pointersZhi Yong Wu2012-08-011-9/+4
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-8/+8
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-7/+7
* net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin2009-11-091-3/+3
* net: move net-queue.[ch] under net/Mark McLoughlin2009-10-301-0/+260
OpenPOWER on IntegriCloud