cvs commit: src/sys/net if_enc.c if_enc.h src/sys/netipsec ipsec_input.c ipsec_output.c

2008-08-30 Thread VANHULLEBUS Yvan
vanhu 2008-08-30 10:25:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_enc.c sys/netipsec ipsec_input.c ipsec_output.c Added files: (Branch: RELENG_7) sys/net if_enc.h Log: SVN rev 182472

cvs commit: src/sys/net if_enc.c if_enc.h src/sys/netipsec ipsec_input.c ipsec_output.c

2008-08-12 Thread VANHULLEBUS Yvan
vanhu 2008-08-12 09:05:01 UTC FreeBSD src repository Modified files: sys/net if_enc.c sys/netipsec ipsec_input.c ipsec_output.c Added files: sys/net if_enc.h Log: SVN rev 181627 on 2008-08-12 09:05:01Z by vanhu Increase statist

cvs commit: src/sys/net if_enc.c if_loop.c

2008-03-24 Thread Jung-uk Kim
jkim2008-03-24 22:16:46 UTC FreeBSD src repository Modified files: sys/net if_enc.c if_loop.c Log: Remove redundant inclusions of net/bpfdesc.h. Revision ChangesPath 1.9 +0 -1 src/sys/net/if_enc.c 1.114 +0 -1 src/sys/net/if_loop.

cvs commit: src/sys/net if_enc.c

2007-12-29 Thread Andrew Thompson
thompsa 2007-12-29 17:29:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error c

cvs commit: src/sys/net if_enc.c

2007-12-29 Thread Andrew Thompson
thompsa 2007-12-29 17:28:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error cod

cvs commit: src/sys/net if_enc.c

2007-12-29 Thread Andrew Thompson
thompsa 2007-12-29 17:28:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error c

cvs commit: src/sys/net if_enc.c

2007-12-29 Thread Andrew Thompson
thompsa 2007-12-29 17:27:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_enc.c Log: MFC r1.8 Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error cod

cvs commit: src/sys/net if_enc.c

2007-12-26 Thread Andrew Thompson
thompsa 2007-12-26 08:41:58 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Fix a panic where if the mbuf was consumed by the filter for requeueing (dummynet), ipsec_filter() would return the empty error code and the ipsec code would continue to

Re: cvs commit: src/sys/net if_enc.c src/sys/netipsec ipsec.h ipsec_input.c ipsec_output.c xform.h xform_ipip.c

2007-11-28 Thread Bjoern A. Zeeb
On Wed, 28 Nov 2007, Bjoern A. Zeeb wrote: bz 2007-11-28 22:33:53 UTC FreeBSD src repository Modified files: sys/net if_enc.c sys/netipsec ipsec.h ipsec_input.c ipsec_output.c xform.h xform_ipip.c Log: Add sysctls to if_enc(4) to

cvs commit: src/sys/net if_enc.c src/sys/netipsec ipsec.h ipsec_input.c ipsec_output.c xform.h xform_ipip.c

2007-11-28 Thread Bjoern A. Zeeb
bz 2007-11-28 22:33:53 UTC FreeBSD src repository Modified files: sys/net if_enc.c sys/netipsec ipsec.h ipsec_input.c ipsec_output.c xform.h xform_ipip.c Log: Add sysctls to if_enc(4) to control whether the firewalls or b

Re: cvs commit: src/sys/net if_enc.c

2006-07-10 Thread Sam Leffler
Andrew Thompson wrote: > thompsa 2006-07-10 05:24:06 UTC > > FreeBSD src repository > > Modified files: > sys/net if_enc.c > Log: > Catch up with the revised network interface cloning which takes an optional > opaque parameter that can specify configuration paramet

cvs commit: src/sys/net if_enc.c

2006-07-09 Thread Andrew Thompson
thompsa 2006-07-10 05:24:06 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Catch up with the revised network interface cloning which takes an optional opaque parameter that can specify configuration parameters. Revision ChangesPath 1.5

cvs commit: src/sys/net if_enc.c

2006-07-04 Thread Andrew Thompson
thompsa 2006-07-04 23:09:11 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Fix a braino in the last revision, enc_clone_destroy needs return void instead of int. The clone system will ensure that our first interface is not destroyed so we dont n

cvs commit: src/sys/net if_enc.c

2006-06-28 Thread Andrew Thompson
thompsa 2006-06-28 21:57:35 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: A small race existed where the lock was dropped between when encif was tested and then set. [1] Reorganise things to eliminate this, we now ensure that enc0 can not be

cvs commit: src/sys/net if_enc.c

2006-06-26 Thread Andrew Thompson
thompsa 2006-06-27 01:53:12 UTC FreeBSD src repository Modified files: sys/net if_enc.c Log: Simplify ipsec_bpf by using bpf_mtap2(). Revision ChangesPath 1.2 +2 -9 src/sys/net/if_enc.c ___ cvs-all@fr