summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_forward.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282046:Luiz Otavio O Souza2015-10-201-5/+4
* MFC r275715:Luiz Otavio O Souza2015-10-201-15/+12
* MFC r275710:Luiz Otavio O Souza2015-10-201-2/+1
* MFC r272299:Luiz Otavio O Souza2015-10-201-11/+4
* Merge r281234kp2015-06-181-40/+41
* Merge r281165kp2015-06-181-15/+2
* MFC r266800 by vanhu:ae2014-11-051-30/+16
* MFC r263969,263971:ae2014-04-071-5/+2
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-4/+4
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-3/+3
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-3/+3
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-17/+17
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-4/+3
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-6/+2
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-301-4/+4
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-4/+4
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+1
* Add support for IPv6 to ipfw fwd:bz2011-08-201-3/+67
* 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
OpenPOWER on IntegriCloud