Jason Wang
|
705df5466c
net: introduce qemu_receive_packet()
|
4 years ago |
Jason Wang
|
22dc8663d9
net: forbid the reentrant RX
|
5 years ago |
Philippe Mathieu-Daudé
|
f7795e4096
misc: Replace zero-length arrays with flexible array member (automatic)
|
5 years ago |
Paolo Bonzini
|
b58deb344d
qemu/queue.h: leave head structs anonymous unless necessary
|
6 years ago |
Peter Maydell
|
2744d9207f
net: Clean up includes
|
9 years ago |
Yang Hongyang
|
b68c7f7692
net/queue: export qemu_net_queue_append_iov
|
10 years ago |
Yang Hongyang
|
3e033a46a7
net/queue: introduce NetQueueDeliverFunc
|
10 years ago |
Yang Hongyang
|
fefe2a78ab
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
|
10 years ago |
Markus Armbruster
|
58889fe50a
net: Use g_new() & friends where that makes obvious sense
|
10 years ago |
Michael S. Tsirkin
|
07d8084624
net: invoke callback when purging queue
|
11 years ago |
Luigi Rizzo
|
7d91ddd25e
net: fix unbounded NetQueue
|
12 years ago |
Paolo Bonzini
|
1de7afc984
misc: move include files to include/qemu/
|
12 years ago |
Paolo Bonzini
|
1422e32db5
net: reorganize headers
|
13 years ago |
Stefan Hajnoczi
|
06b5f36d05
net: do not report queued packets as sent
|
13 years ago |
Paolo Bonzini
|
987a9b4800
net: notify iothread after flushing queue
|
13 years ago |
Zhi Yong Wu
|
691a4f3a95
net: determine if packets can be sent before net queue deliver packets
|
13 years ago |
Zhi Yong Wu
|
86a77c3858
net: cleanup deliver/deliver_iov func pointers
|
13 years ago |
Stefan Hajnoczi
|
4e68f7a081
net: Rename VLANClientState to NetClientState
|
13 years ago |
Anthony Liguori
|
7267c0947d
Use glib memory allocation and free functions
|
14 years ago |
Mark McLoughlin
|
839f368f2b
net/queue: queue packets even if sender doesn't supply a callback
|
16 years ago |
Mark McLoughlin
|
e1144d006d
net: move net-queue.[ch] under net/
|
16 years ago |