qemu/net
Jan Kiszka 067404be62 net: Rename send_queue to incoming_queue
Each networking client has a queue for packets that could not yet be
delivered to that client. Calling this queue "send_queue" is highly
confusing as it has nothing to to with packets send from this client but
to it. Avoid this confusing by renaming it to "incoming_queue".

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-09-06 17:01:26 +02:00
..
Makefile.objs
checksum.c
clients.h
dump.c aio / timers: Switch entire codebase to the new timer API 2013-08-22 19:14:24 +02:00
eth.c misc: Use g_assert_not_reached for code which is expected to be unreachable 2013-07-27 11:22:54 +04:00
hub.c net: Rename send_queue to incoming_queue 2013-09-06 17:01:26 +02:00
hub.h
net.c net: Rename send_queue to incoming_queue 2013-09-06 17:01:26 +02:00
queue.c
slirp.c fix -net user checks by reordering checks 2013-06-19 12:44:38 +02:00
socket.c aio / timers: Untangle include files 2013-08-22 19:10:27 +02:00
tap-aix.c
tap-bsd.c tap: Use numbered tap/tun devices on all *BSD OS's 2013-09-06 17:01:26 +02:00
tap-haiku.c
tap-linux.c
tap-linux.h
tap-solaris.c
tap-win32.c
tap.c tap: fix NULL dereference when passing invalid parameters to tap 2013-06-07 15:48:11 +02:00
tap_int.h
util.c
util.h
vde.c