From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCQPM-00062t-8g for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:33:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCQPG-0000tw-GB for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:33:48 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:43417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCQPG-0000tb-A2 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:33:42 -0400 Received: by weyz53 with SMTP id z53so2146710wey.4 for ; Fri, 14 Sep 2012 00:33:41 -0700 (PDT) From: Stefan Hajnoczi Date: Mon, 10 Sep 2012 10:55:23 +0100 Message-Id: <1347270936-30610-1-git-send-email-stefanha@gmail.com> Subject: [Qemu-devel] [PULL 00/13] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Fixes for hung NICs, USB network interface packet dropping, and inefficient netdev socket non-blocking I/O. The following changes since commit 0c267217ca9985e6d118ec8368bebd382db7a099: musicpal: Fix flash mapping (2012-09-08 10:17:57 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git net for you to fetch changes up to 0eb160d10e4f55cb5430ca3b6eb049977d0ce643: net: EAGAIN handling for net/socket.c TCP (2012-09-10 08:12:34 +0100) ---------------------------------------------------------------- Bo Yang (1): eepro100: Fix network hang when rx buffers run out Paolo Bonzini (3): net: notify iothread after flushing queue e1000: flush queue whenever can_receive can go from false to true xen: flush queue when getting an event Stefan Hajnoczi (9): net: add receive_disabled logic to iov delivery path net: do not report queued packets as sent net: add -netdev options to man page net: clean up usbnet_receive() net: fix usbnet_receive() packet drops net: broadcast hub packets if at least one port can receive net: asynchronous send/receive infrastructure for net/socket.c net: EAGAIN handling for net/socket.c UDP net: EAGAIN handling for net/socket.c TCP hw/e1000.c | 4 ++ hw/eepro100.c | 4 +- hw/usb/dev-network.c | 49 ++++++++++++++-------- hw/virtio-net.c | 4 -- hw/xen_nic.c | 1 + net.c | 22 ++++++++-- net/hub.c | 6 +-- net/queue.c | 40 +++++++++--------- net/queue.h | 2 +- net/socket.c | 110 +++++++++++++++++++++++++++++++++++++++++++------- qemu-options.hx | 7 ++++ 11 files changed, 186 insertions(+), 63 deletions(-) -- 1.7.10.4