Sign in
qemu
/
qemu
/
760e4327cd88a079a0688a46b13746eda0d7da23
/
net
/
queue.c
22dc866
net: forbid the reentrant RX
by Jason Wang
· 4 years, 6 months ago
f7795e4
misc: Replace zero-length arrays with flexible array member (automatic)
by Philippe Mathieu-Daudé
· 4 years, 10 months ago
b58deb3
qemu/queue.h: leave head structs anonymous unless necessary
by Paolo Bonzini
· 6 years ago
2744d92
net: Clean up includes
by Peter Maydell
· 9 years ago
b68c7f7
net/queue: export qemu_net_queue_append_iov
by Yang Hongyang
· 9 years ago
3e033a4
net/queue: introduce NetQueueDeliverFunc
by Yang Hongyang
· 9 years ago
fefe2a7
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
by Yang Hongyang
· 9 years ago
58889fe
net: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
07d8084
net: invoke callback when purging queue
by Michael S. Tsirkin
· 10 years ago
7d91ddd
net: fix unbounded NetQueue
by Luigi Rizzo
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
06b5f36
net: do not report queued packets as sent
by Stefan Hajnoczi
· 12 years ago
987a9b4
net: notify iothread after flushing queue
by Paolo Bonzini
· 12 years ago
691a4f3
net: determine if packets can be sent before net queue deliver packets
by Zhi Yong Wu
· 12 years ago
86a77c3
net: cleanup deliver/deliver_iov func pointers
by Zhi Yong Wu
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 12 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
839f368
net/queue: queue packets even if sender doesn't supply a callback
by Mark McLoughlin
· 15 years ago
e1144d0
net: move net-queue.[ch] under net/
by Mark McLoughlin
· 15 years ago
[Renamed (99%) from net-queue.c]
c0b8e49
net: add flags parameter to packet queue interface
by Mark McLoughlin
· 15 years ago
f710584
net: refactor packet queueing code
by Mark McLoughlin
· 15 years ago