Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2009 16:57:49 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_em.c if_igb.c src/sys/dev/ixgbe ixgbe.c
Message-ID:  <200907241658.n6OGwF7n045519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2009-07-24 16:57:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/e1000        if_em.c if_igb.c 
    sys/dev/ixgbe        ixgbe.c 
  Log:
  SVN rev 195851 on 2009-07-24 16:57:49Z by jfv
  
  This delta fixes two bugs:
    - When a vlan event occurs a check was not made that
      the event was actually for the interface, thus resulting
      in a panic. All three drivers have this vulnerability. Add
      a check for this condition.
    - Secondly, there was a duplicate buf_ring free in the em
      driver resulting in a panic on unload. Remove.
  
  Approved by:  re
  
  Revision  Changes    Path
  1.20      +9 -5      src/sys/dev/e1000/if_em.c
  1.20      +8 -1      src/sys/dev/e1000/if_igb.c
  1.16      +8 -1      src/sys/dev/ixgbe/ixgbe.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907241658.n6OGwF7n045519>