aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_forward.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-10/+6
* - call ip6_output() instead of nd6_output() when ipsec tunnelHajimu UMEMOTO2004-02-191-3/+21
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-201-3/+2
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-5/+49
* - change scope to zone.Hajimu UMEMOTO2003-10-211-2/+4
* correct linkmtu handling.Hajimu UMEMOTO2003-10-201-2/+2
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-101-2/+0
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-16/+14
* Correct pfil_run_hooks return handling: if the return value is non-zeroSam Leffler2003-09-301-4/+6
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-20/+8
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+9
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-4/+3
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-191-3/+0
* Back out cometic changes. This is for easily syncing with KAME in other BSDs.Munechika SUMIKAWA2001-12-171-5/+5
* catch forwarded ipv6 packets with pfil_hooks for outbound things tooDarren Reed2001-10-151-0/+34
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-37/+54
* Make ip6fw as loadable module.Hajimu UMEMOTO2000-09-231-5/+1
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.Jun-ichiro itojun Hagino2000-07-161-10/+10
* correct compilation with IPSEC_IPV6FWD.Jun-ichiro itojun Hagino2000-07-051-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-37/+200
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-6/+4
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-6/+0
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.Yoshinobu Inoue1999-11-231-2/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+391