qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] b0d9ff: e1000: Discard packets that are too l


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b0d9ff: e1000: Discard packets that are too long if !SBP a...
Date: Mon, 03 Dec 2012 12:00:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b0d9ffcd0251161c7c92f94804dcf599dfa3edeb
      
https://github.com/qemu/qemu/commit/b0d9ffcd0251161c7c92f94804dcf599dfa3edeb
  Author: Michael Contreras <address@hidden>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M hw/e1000.c

  Log Message:
  -----------
  e1000: Discard packets that are too long if !SBP and !LPE

The e1000_receive function for the e1000 needs to discard packets longer than
1522 bytes if the SBP and LPE flags are disabled. The linux driver assumes
this behavior and allocates memory based on this assumption.

Signed-off-by: Michael Contreras <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 6d6c9f59ca1b1a76ade7ad868bef191818f58819
      
https://github.com/qemu/qemu/commit/6d6c9f59ca1b1a76ade7ad868bef191818f58819
  Author: Anthony Liguori <address@hidden>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for 1.3.0 release

Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/01bbd8bf2cac...6d6c9f59ca1b

reply via email to

[Prev in Thread] Current Thread [Next in Thread]