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
Author: eri
Date: Sat Feb 6 13:49:35 2010
New Revision: 203548
URL: http://svn.freebsd.org/changeset/base/203548
Log:
Propagate the vlan eventis to the underlying interfaces/members so they can
do initialization of hw related features.
PR: kern/141646
Reviewed by: thompsa
Approved
Author: eri
Date: Wed Oct 14 15:37:03 2009
New Revision: 198084
URL: http://svn.freebsd.org/changeset/base/198084
Log:
Fix typo which has survived amazingly long!
Approved by: mlaier(mentor)
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/
Author: eri
Date: Wed Oct 14 15:32:46 2009
New Revision: 198083
URL: http://svn.freebsd.org/changeset/base/198083
Log:
Fix typo which has survived amazingly long!
Reviewed by: mlaier(mentor)
Approved by: re(kib)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/x
Author: eri
Date: Sat Oct 10 03:32:46 2009
New Revision: 197928
URL: http://svn.freebsd.org/changeset/base/197928
Log:
Fix typo which has survived amazingly long!
Approved by: mlaier(mentor)
MFC after:3 days
Modified:
head/sys/modules/pf/Makefile
Modified: head/sys/modules/pf/Mak