summaryrefslogtreecommitdiff
path: root/net/queue.c
AgeCommit message (Expand)AuthorFilesLines
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