summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* MFC: Locks SPTREE when setting some SP entries to state DEAD.vanhu2010-05-171-0/+6
* MFC:vanhu2010-05-121-12/+12
* MFC r207369:bz2010-05-069-44/+50
* MFC r205789:bz2010-04-021-7/+9
* MFC r199947, 199950:bz2009-12-051-1/+1
* MFC r199946:bz2009-12-052-3/+19
* MFC r199905:bz2009-12-051-4/+2
* MFC r199899:bz2009-12-051-51/+53
* MFC r199897:bz2009-12-051-3/+3
* MFC r199896:bz2009-12-051-0/+11
* MFC r199894:bz2009-12-051-1/+1
* Merge r196481 from head to stable/8:rwatson2009-08-281-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-0111-11/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-232-26/+4
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-203-23/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-1611-51/+51
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-1421-713/+274
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-2/+8
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-1/+1
* Move setting of ports from NAT-T below key_getsah() and actuallybz2009-06-191-8/+9
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-171-0/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-125-5/+691
* Properly hide IPv4 only variables and functions under #ifdef INET.bz2009-06-103-0/+6
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-082-2/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-084-3/+91
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-1/+1
* Lock SPTREE before parsing it in key_spddump()vanhu2009-05-271-1/+5
* Only decrease refcnt once when flushing SPD entries, tovanhu2009-05-271-4/+14
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-234-0/+22
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+1
* Make indentation more uniform accross vnet container structs.zec2009-05-021-2/+2
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+1
* Stub out IN6_LOOKUP_MULTI() for GETSPI requests, for now.bms2009-04-291-0/+4
* key_gettunnel() has been unsued with FAST_IPSEC (now IPSEC).bz2009-04-272-0/+6
* Introduce vnet module registration / initialization framework withzec2009-04-115-0/+67
* First pass at separating per-vnet initializer functionszec2009-04-066-13/+68
* Fixed comments so it stays in 80 chars by linevanhu2009-03-231-5/+9
* Spelling fix in a commentvanhu2009-03-201-1/+1
* Fixed style for some commentsvanhu2009-03-191-1/+2
* Fixed style for some commentsvanhu2009-03-191-3/+4
* Fixed deletion of sav entries in key_delsah()vanhu2009-03-181-1/+6
* SAs are valid (but dying) when they reached soft lifetime,vanhu2009-03-051-14/+7
* Add size-guards evaluated at compile-time to the main struct vnet_*bz2009-03-011-0/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-272-0/+2
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-0/+1
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-38/+13
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-083-225/+59
* Use NULL rather than 0 when comparing pointers.bz2009-01-301-2/+2
OpenPOWER on IntegriCloud