summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_forward.c
Commit message (Expand)AuthorAgeFilesLines
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-1/+1
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-011-69/+38
* Coalesce two consecutive #ifdef IPSEC blocks.bz2009-01-311-4/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-42/+43
* Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6rwatson2008-07-031-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-4/+4
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-4/+1
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-16/+16
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-33/+31
* MFp4: 92972, 98913 + one more changebz2006-12-121-6/+7
* Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decisionjhay2006-09-051-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-17/+0
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED tobz2006-05-041-0/+2
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* supports stealth forwarding in IPv6, as well as in IPv4suz2005-08-101-0/+8
* scope cleanup. with this changeume2005-07-251-9/+36
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-10/+6
* - call ip6_output() instead of nd6_output() when ipsec tunnelume2004-02-191-3/+21
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-3/+2
* - cleanup SP refcnt issue.ume2003-11-041-5/+49
* - change scope to zone.ume2003-10-211-2/+4
* correct linkmtu handling.ume2003-10-201-2/+2
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-2/+0
* - fix typo in comments.ume2003-10-081-16/+14
* Correct pfil_run_hooks return handling: if the return value is non-zerosam2003-09-301-4/+6
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-20/+8
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+9
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-4/+3
* Remove duplicate extern declarations to silence warnings.alfred2002-03-191-3/+0
* Back out cometic changes. This is for easily syncing with KAME in other BSDs.sumikawa2001-12-171-5/+5
* catch forwarded ipv6 packets with pfil_hooks for outbound things toodarrenr2001-10-151-0/+34
* Sync with recent KAME.ume2001-06-111-37/+54
* Make ip6fw as loadable module.ume2000-09-231-5/+1
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.itojun2000-07-161-10/+10
* correct compilation with IPSEC_IPV6FWD.itojun2000-07-051-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-37/+200
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* IPSEC support in the kernel.shin1999-12-221-6/+4
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-6/+0
OpenPOWER on IntegriCloud