| Commit message (Expand) | Author | Age | Files | Lines |
* | Update packet filter (pf) code to OpenBSD 4.5. | bz | 2011-06-28 | 1 | -0/+2 |
* | Make IPsec compile without INET adding appropriate #ifdef checks. | bz | 2011-04-27 | 1 | -1/+23 |
* | Fix two SA refcount: | fabient | 2011-03-31 | 1 | -1/+0 |
* | Make the IPsec SADB embedded route cache a union to be able to hold both the | bz | 2010-10-23 | 1 | -1/+2 |
* | Remove dead code: | bz | 2010-10-14 | 1 | -3/+1 |
* | Style: make the asterisk go with the variable name, not the type. | bz | 2010-10-14 | 1 | -1/+1 |
* | 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 | -8/+1 |
* | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | vanhu | 2009-06-12 | 1 | -0/+55 |
* | Use NULL rather than 0 when comparing pointers. | bz | 2009-01-30 | 1 | -2/+2 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+7 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -17/+18 |
* | Increase statistic counters for enc0 interface when enabled | vanhu | 2008-08-12 | 1 | -0/+11 |
* | In addition to the ipsec_osdep.h removal a week ago, now also eliminate | bz | 2008-05-24 | 1 | -3/+0 |
* | Correct IPsec behaviour with a 'use' level in SP but no SA available. | bz | 2008-03-14 | 1 | -22/+33 |
* | Add sysctls to if_enc(4) to control whether the firewalls or | bz | 2007-11-28 | 1 | -2/+24 |
* | Replace hard coded options by their defined PFIL_{IN,OUT} names. | bz | 2007-07-19 | 1 | -1/+2 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -13/+18 |
* | In ipsec6_output_tunnel() make sure that the SA contents do not change. | bz | 2007-05-29 | 1 | -1/+8 |
* | fix typo: s,applyed,applied,g | bz | 2007-05-29 | 1 | -2/+2 |
* | Add a pseudo interface for packet filtering IPSec connections before or after | thompsa | 2006-06-26 | 1 | -0/+13 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -1/+1 |
* | Fix ipip_output() to always set *mp to NULL on failure, even if 'm' | sam | 2004-01-20 | 1 | -1/+4 |
* | MFp4: portability work, general cleanup, locking fixes | sam | 2003-09-29 | 1 | -44/+46 |
* | Locking and misc cleanups; most of which I've been running for >4 months: | sam | 2003-09-01 | 1 | -4/+4 |
* | correct transfer statistics | sam | 2003-06-30 | 1 | -0/+1 |
* | ovbcopy -> bcopy | des | 2003-04-04 | 1 | -1/+1 |
* | add missing copyright notices | sam | 2003-03-28 | 1 | -2/+27 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -1/+1 |
* | "Fast IPsec": this is an experimental IPsec implementation that is derived | sam | 2002-10-16 | 1 | -0/+737 |