Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: zul_ <zul_@us...> - 2006-06-08 14:14:22
|
Module name: ipsec6 Committed by: zul_ Date: Thu Jun 8 14:10:53 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_input.c Log Message: Add FAST_IPSEC stuff in ip6_input ( based on Kame stuff ) To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 ipsec6/sys/netinet6/ip6_input.c To view a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/ipsec6/sys/netinet6/ip6_input.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-06-08 14:43:24
|
Module name: ipsec6 Committed by: zul_ Date: Thu Jun 8 14:09:32 UTC 2006 Modified Files: ipsec6/sys/netinet6: in6_proto.c Log Message: Add FAST_IPSEC entries for inet6 protocol switch table To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 ipsec6/sys/netinet6/in6_proto.c To view a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/ipsec6/sys/netinet6/in6_proto.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-06-17 22:53:46
|
Module name: ipsec6 Committed by: zul_ Date: Sat Jun 17 22:53:27 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_output.c Log Message: Initial implementation of FAST_IPSEC in ip6_output. What I can say for moment is that it just doesn't work :). Time to investigate ... To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 ipsec6/sys/netinet6/ip6_output.c To view a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/ipsec6/sys/netinet6/ip6_output.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-06-19 12:13:43
|
Module name: ipsec6 Committed by: zul_ Date: Mon Jun 19 12:13:21 UTC 2006 Modified Files: ipsec6/sys/netinet6: raw_ip6.c Log Message: Add FAST_IPSEC counterpart of Kame ipsec implementation To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 ipsec6/sys/netinet6/raw_ip6.c To view a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/ipsec6/sys/netinet6/raw_ip6.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-06-19 12:22:39
|
Module name: ipsec6 Committed by: zul_ Date: Mon Jun 19 12:22:22 UTC 2006 Modified Files: ipsec6/sys/netinet6: icmp6.c Log Message: Add the FAST_IPSEC bits in icmp6_redirect_input To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 ipsec6/sys/netinet6/icmp6.c To view a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/ipsec6/sys/netinet6/icmp6.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-06-23 14:06:39
|
Module name: ipsec6 Committed by: zul_ Date: Fri Jun 23 14:06:17 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_forward.c Log Message: Add FAST_IPSEC counterpart to KAME IPSEC code. Based on what OpenBSD do. I'm not sure it is ok because I don't know how to test it. To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 ipsec6/sys/netinet6/ip6_forward.c To view a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/ipsec6/sys/netinet6/ip6_forward.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-07-24 21:53:23
|
Module name: ipsec6 Committed by: zul_ Date: Mon Jul 24 21:53:05 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_output.c Log Message: Add the FAST_IPSEC case in ip6_ctloutput To generate a diff of this commit: cvs -z3 rdiff -u -r1.2 -r1.3 ipsec6/sys/netinet6/ip6_output.c To view a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/netbsd-soc/ipsec6/sys/netinet6/ip6_output.c?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-10-14 10:09:36
|
Module name: ipsec6 Committed by: zul_ Date: Sat Oct 14 10:09:13 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_output.c Log Message: Fix two potential mem leak To generate a diff of this commit: cvs -z3 rdiff -u -r1.4 -r1.5 ipsec6/sys/netinet6/ip6_output.c To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/ipsec6/sys/netinet6/ip6_output.c?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-10-21 13:03:16
|
Module name: ipsec6 Committed by: zul_ Date: Sat Oct 21 13:02:56 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_output.c Log Message: split the ip6_output in two functions so it will be easier to callback in it from the fast_ipsec code path To generate a diff of this commit: cvs -z3 rdiff -u -r1.6 -r1.7 ipsec6/sys/netinet6/ip6_output.c To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/ipsec6/sys/netinet6/ip6_output.c?r1=1.6&r2=1.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-10-22 10:20:51
|
Module name: ipsec6 Committed by: zul_ Date: Sun Oct 22 10:20:31 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_output.c Log Message: Don't pass exthdrs and finaldst by value. Fix the Kame Ipsec code path too To generate a diff of this commit: cvs -z3 rdiff -u -r1.7 -r1.8 ipsec6/sys/netinet6/ip6_output.c To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/ipsec6/sys/netinet6/ip6_output.c?r1=1.7&r2=1.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-11-04 22:05:51
|
Module name: ipsec6 Committed by: zul_ Date: Sat Nov 4 22:05:36 UTC 2006 Modified Files: ipsec6/sys/netinet6: files.ipsec Log Message: Merge with current To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 ipsec6/sys/netinet6/files.ipsec To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/ipsec6/sys/netinet6/files.ipsec?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-11-12 21:03:41
|
Module name: ipsec6 Committed by: zul_ Date: Sun Nov 12 21:03:23 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_output.c Log Message: Add a function to retrieve extension header from the mbuf when we come back from the ipsec stack. Now, the fast ipsec stack must support extension header To generate a diff of this commit: cvs -z3 rdiff -u -r1.11 -r1.12 ipsec6/sys/netinet6/ip6_output.c To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/ipsec6/sys/netinet6/ip6_output.c?r1=1.11&r2=1.12 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: zul_ <zul_@us...> - 2006-11-22 21:55:21
|
Module name: ipsec6 Committed by: zul_ Date: Wed Nov 22 21:55:05 UTC 2006 Modified Files: ipsec6/sys/netinet6: ip6_var.h Log Message: Remove the flag because we don't use it in fact To generate a diff of this commit: cvs -z3 rdiff -u -r1.2 -r1.3 ipsec6/sys/netinet6/ip6_var.h To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/ipsec6/sys/netinet6/ip6_var.h?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |