Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Sep 2015 12:03:53 +0000 (13:03 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Sep 2015 12:03:53 +0000 (13:03 +0100)
commitb76a0d5db25ad9f81346930230092fdf1e88a5a1
tree3ade1880580bc2b14c7a64c25221a79bb85a1874
parent007e620a7576e4ce2ea6955541e87d8ae8ed32ae
parent737d2b3c41d59eb8f94ab7eb419b957938f24943
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging

This net pull request contains security fixes for qemu.git/master.  The patches
should also be applied to stable trees.

The ne2000 NIC model has QEMU memory corruption issue.  Both ne2000 and e1000
have an infinite loop.

Please see the patches for CVE numbers and details on the bugs.

# gpg: Signature made Tue 15 Sep 2015 13:02:21 BST using RSA key ID 81AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
# gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"

* remotes/stefanha/tags/net-pull-request:
  net: avoid infinite loop when receiving packets(CVE-2015-5278)
  net: add checks to validate ring buffer pointers(CVE-2015-5279)
  e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>