Author: eri
Date: Thu May 31 20:10:05 2012
New Revision: 236364
URL: http://svn.freebsd.org/changeset/base/236364
Log:
Correct table counter functionality to not panic.
This was caused by not proper initialization of necessary parameters.
PR: 168200
Reviewed by: bz@, glebius@
MFC af
Author: eri
Date: Mon Jul 4 17:43:04 2011
New Revision: 223765
URL: http://svn.freebsd.org/changeset/base/223765
Log:
pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as
an optimization.
This makes pf find the wrong state and cause errors reported with state
mismatch
Author: eri
Date: Fri Mar 4 20:37:38 2011
New Revision: 219275
URL: http://svn.freebsd.org/changeset/base/219275
Log:
Fix a panic that can happen when trying to destroy a lagg(4) with scheduler
set to none.
Approved by: thompsa(mentor)
MFC after:1 week
Modified:
head/sys/net/if_
Author: eri
Date: Fri Apr 2 18:15:23 2010
New Revision: 206111
URL: http://svn.freebsd.org/changeset/base/206111
Log:
Fix a logic error in ipsec code that extracts
information from the packets.
Reviewed by: bz, mlaier
Approved by: mlaier(mentor)
MFC after:1 month
Modified:
h