aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Properly hide IPv4 only variables and functions under #ifdef INET.Bjoern A. Zeeb2009-06-101-0/+2
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-2/+18
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELBjoern A. Zeeb2009-05-231-0/+16
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+1
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+14
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-0/+12
* Try to remove/assimilate as much of formerly IPv4/6 specificBjoern A. Zeeb2009-02-081-214/+56
* Like in the rest of the file and the network stack use inp asBjoern A. Zeeb2008-12-271-30/+30
* Non-functional (style) changes:Bjoern A. Zeeb2008-12-271-206/+208
* Convert function definitions to constantly use ANSI-styleBjoern A. Zeeb2008-12-271-98/+34
* Rewrite ipsec6_setspidx_inpcb() to match the logic in theBjoern A. Zeeb2008-12-271-21/+11
* For consistency with ipsec4_setspidx_inpcb() rename file local functionBjoern A. Zeeb2008-12-271-3/+3
* Change the in6p variable names to inp to be able to diffBjoern A. Zeeb2008-12-271-16/+16
* Make ipsec_getpolicybysock() static and no longer export it. It has notBjoern A. Zeeb2008-12-271-6/+2
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-151-20/+20
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+6
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb2008-11-271-22/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-1/+1
* Unbreak the build without INET6.Bjoern A. Zeeb2008-11-251-0/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-22/+57
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-52/+86
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-15/+16
* Fill in a few sysctl descriptions.Tom Rhodes2008-07-261-24/+29
* Document a few sysctls. While here, remove dead codeTom Rhodes2008-07-201-26/+24
* In addition to the ipsec_osdep.h removal a week ago, now also eliminateBjoern A. Zeeb2008-05-241-4/+0
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Rather than passing around a cached 'priv', pass in an ucred toBjoern A. Zeeb2008-02-021-11/+14
* Adjust a comment that suggest that we might consider a panic.Bjoern A. Zeeb2007-11-281-1/+3
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-7/+11
* Implement ICMPv6 support in ipsec6_get_ulp().Bjoern A. Zeeb2007-05-291-0/+10
* add include now required for crypto flagsSam Leffler2007-03-221-0/+2
* Overhaul driver/subsystem api's:Sam Leffler2007-03-211-1/+1
* s,#if INET6,#ifdef INET6,Bjoern A. Zeeb2006-12-141-1/+1
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-1/+5
* Add priv.h include required to build FAST_IPSEC, which is not present inRobert Watson2006-11-071-0/+1
* Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.Pawel Jakub Dawidek2006-06-041-2/+2
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.Pawel Jakub Dawidek2006-04-101-0/+2
* Introduce two new sysctls:Pawel Jakub Dawidek2006-04-091-0/+15
* Remove unintended DEBUG flag setting.George V. Neville-Neil2006-04-041-1/+0
* First steps towards IPSec cleanup.George V. Neville-Neil2006-03-251-0/+1
* Correct typo in a comment describing vshiftl().Hiten Pandya2005-06-021-1/+1
* correct space checkSam Leffler2005-03-091-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add missing locking for secpolicy refcnt manipulations.Sam Leffler2004-09-301-3/+3
* o add missing breakSam Leffler2004-01-271-1/+10
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-129/+105
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-011-9/+24
* plug xform memory leaks:Sam Leffler2003-06-291-0/+2
* fix compilation w/o INET6Sam Leffler2003-02-281-0/+4
* Update to work with the new timewait state.Jonathan Lemon2003-02-241-21/+5