aboutsummaryrefslogtreecommitdiff
path: root/net/queue.c
AgeCommit message (Expand)Author
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-09-14net: do not report queued packets as sentStefan Hajnoczi
2012-09-14net: notify iothread after flushing queuePaolo Bonzini
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2009-11-09net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin