From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX1Yg-00010w-DS for qemu-devel@nongnu.org; Tue, 09 Aug 2016 03:34:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bX1Yb-0003fT-EK for qemu-devel@nongnu.org; Tue, 09 Aug 2016 03:34:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX1Yb-0003fP-8b for qemu-devel@nongnu.org; Tue, 09 Aug 2016 03:34:37 -0400 From: Jason Wang Date: Tue, 9 Aug 2016 15:34:30 +0800 Message-Id: <1470728073-30141-1-git-send-email-jasowang@redhat.com> Subject: [Qemu-devel] [PULL 0/3] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: Jason Wang The following changes since commit 53279c76cf071fed07a336948d37c72e3613e0b7: Update version for v2.7.0-rc2 release (2016-08-08 17:26:11 +0100) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to a0d1cbdacff5df4ded16b753b38fdd9da6092968: hw/net: Fix a heap overflow in xlnx.xps-ethernetlite (2016-08-09 15:27:18 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Li Qiang (1): net: vmxnet3: check for device_active before write Prasad J Pandit (1): net: check fragment length during fragmentation chaojianhu (1): hw/net: Fix a heap overflow in xlnx.xps-ethernetlite hw/net/net_tx_pkt.c | 2 +- hw/net/vmxnet3.c | 4 ++++ hw/net/xilinx_ethlite.c | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-)