svn commit: r236364 - head/sys/contrib/pf/net

2012-05-31 Thread Ermal Lu�i
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

svn commit: r223765 - head/sys/netinet

2011-07-04 Thread Ermal Lu�i
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

svn commit: r219275 - head/sys/net

2011-03-04 Thread Ermal Lu�i
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_

svn commit: r206111 - head/sys/netipsec

2010-04-02 Thread Ermal Lu�i
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