| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r281234 | kp | 2015-06-18 | 1 | -40/+41 |
* | Merge r281165 | kp | 2015-06-18 | 1 | -15/+2 |
* | MFC r266800 by vanhu: | ae | 2014-11-05 | 1 | -30/+16 |
* | MFC r263969,263971: | ae | 2014-04-07 | 1 | -5/+2 |
* | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 1 | -4/+4 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 1 | -3/+3 |
* | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | ae | 2013-06-20 | 1 | -3/+3 |
* | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | ae | 2013-04-09 | 1 | -17/+17 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -4/+3 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -6/+2 |
* | Seperate SCTP checksum offloading for IPv4 and IPv6. | tuexen | 2012-05-30 | 1 | -4/+4 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 1 | -4/+4 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -2/+0 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -1/+1 |
* | Add support for IPv6 to ipfw fwd: | bz | 2011-08-20 | 1 | -3/+67 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -2/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -3/+0 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 1 | -1/+1 |
* | Remove the single global unlocked route cache ip6_forward_rt | bz | 2009-02-01 | 1 | -69/+38 |
* | Coalesce two consecutive #ifdef IPSEC blocks. | bz | 2009-01-31 | 1 | -4/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -42/+43 |
* | Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6 | rwatson | 2008-07-03 | 1 | -1/+1 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -4/+4 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -4/+1 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -16/+16 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -33/+31 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -6/+7 |
* | 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 |