Age | Commit message (Expand) | Author | Files | Lines |
2021-03-15 | net: introduce qemu_receive_packet() | Jason Wang | 1 | -0/+22 |
2020-07-28 | net: forbid the reentrant RX | Jason Wang | 1 | -0/+3 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 1 | -1/+1 |
2016-02-04 | net: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-12 | net/queue: export qemu_net_queue_append_iov | Yang Hongyang | 1 | -6/+6 |
2015-10-12 | net/queue: introduce NetQueueDeliverFunc | Yang Hongyang | 1 | -3/+5 |
2015-10-12 | net: merge qemu_deliver_packet and qemu_deliver_packet_iov | Yang Hongyang | 1 | -1/+5 |
2014-12-19 | net: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2014-09-04 | net: invoke callback when purging queue | Michael S. Tsirkin | 1 | -0/+3 |
2013-02-27 | net: fix unbounded NetQueue | Luigi Rizzo | 1 | -0/+15 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | net: reorganize headers | Paolo Bonzini | 1 | -1/+1 |
2012-09-14 | net: do not report queued packets as sent | Stefan Hajnoczi | 1 | -19/+16 |
2012-09-14 | net: notify iothread after flushing queue | Paolo Bonzini | 1 | -2/+3 |
2012-08-01 | net: determine if packets can be sent before net queue deliver packets | Zhi Yong Wu | 1 | -4/+5 |
2012-08-01 | net: cleanup deliver/deliver_iov func pointers | Zhi Yong Wu | 1 | -9/+4 |
2012-08-01 | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi | 1 | -8/+8 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -7/+7 |
2009-11-09 | net/queue: queue packets even if sender doesn't supply a callback | Mark McLoughlin | 1 | -3/+3 |
2009-10-30 | net: move net-queue.[ch] under net/ | Mark McLoughlin | 1 | -0/+260 |