summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_forward.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rte refcount leak in ip6_forward().melifaro2016-01-201-2/+5
* Bring back the ability of passing cached route via nd6_output_ifp().melifaro2015-11-151-1/+1
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-1/+1
* Fix possible use after free due to security policy deletion.ae2015-04-271-5/+4
* Evaluate packet size after the firewall had its chancekp2015-04-071-33/+34
* Remove duplicate codekp2015-04-061-15/+2
* Use ipsec6_in_reject() to simplify ip6_ipsec_fwd() and ip6_ipsec_input().ae2014-12-111-15/+12
* Remove flag/flags argument from the following functions:ae2014-12-111-2/+1
* Remove redundant call to ipsec_getpolicybyaddr().ae2014-09-301-11/+4
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-2/+0
* Remove unused variable.ae2014-06-081-14/+2
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.vanhu2014-05-281-30/+16
* Remove unused label.ae2014-03-311-1/+0
* Don't generate an ICMPv6 error message if packet was consumed by filter.ae2014-03-311-4/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - 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
OpenPOWER on IntegriCloud