aboutsummaryrefslogtreecommitdiff
path: root/net/queue.c
AgeCommit message (Expand)Author
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang
2014-12-19net: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-09-04net: invoke callback when purging queueMichael S. Tsirkin
2013-02-27net: fix unbounded NetQueueLuigi Rizzo
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