index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_forward.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision
jhay
2006-09-05
1
-1
/
+1
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
1
-2
/
+0
*
Remove ip6fw. Since ipfw has full functional IPv6 support now and - in
mlaier
2006-05-12
1
-17
/
+0
*
Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED to
bz
2006-05-04
1
-0
/
+2
*
Somewhat re-factor the read/write locking mechanism associated with the packet
csjp
2006-02-02
1
-1
/
+1
*
supports stealth forwarding in IPv6, as well as in IPv4
suz
2005-08-10
1
-0
/
+8
*
scope cleanup. with this change
ume
2005-07-25
1
-9
/
+36
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-1
/
+1
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-1
/
+1
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
1
-10
/
+6
*
- call ip6_output() instead of nd6_output() when ipsec tunnel
ume
2004-02-19
1
-3
/
+21
*
Remove RTF_PRCLONING from routing table and adjust users of it
andre
2003-11-20
1
-3
/
+2
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-5
/
+49
*
- change scope to zone.
ume
2003-10-21
1
-2
/
+4
*
correct linkmtu handling.
ume
2003-10-20
1
-2
/
+2
*
nuke SCOPEDROUTING. Though it was there for a long time,
ume
2003-10-10
1
-2
/
+0
*
- fix typo in comments.
ume
2003-10-08
1
-16
/
+14
*
Correct pfil_run_hooks return handling: if the return value is non-zero
sam
2003-09-30
1
-4
/
+6
*
o update PFIL_HOOKS support to current API used by netbsd
sam
2003-09-23
1
-20
/
+8
*
Tie new "Fast IPsec" code into the build. This involves the usual
sam
2002-10-16
1
-0
/
+9
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-4
/
+3
*
Remove duplicate extern declarations to silence warnings.
alfred
2002-03-19
1
-3
/
+0
*
Back out cometic changes. This is for easily syncing with KAME in other BSDs.
sumikawa
2001-12-17
1
-5
/
+5
*
catch forwarded ipv6 packets with pfil_hooks for outbound things too
darrenr
2001-10-15
1
-0
/
+34
*
Sync with recent KAME.
ume
2001-06-11
1
-37
/
+54
*
Make ip6fw as loadable module.
ume
2000-09-23
1
-5
/
+1
*
s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.
itojun
2000-07-16
1
-10
/
+10
*
correct compilation with IPSEC_IPV6FWD.
itojun
2000-07-05
1
-0
/
+1
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-37
/
+200
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
IPSEC support in the kernel.
shin
1999-12-22
1
-6
/
+4
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-6
/
+0
*
Removed IPSEC and IPV6FIREWALL because they are not ready yet.
shin
1999-11-23
1
-2
/
+0
*
KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP
shin
1999-11-22
1
-0
/
+391