aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* Correct typo in comment.Pawel Jakub Dawidek2010-02-181-1/+1
* Enable IPcomp by default.Bjoern A. Zeeb2009-11-291-1/+1
* Add more statistics variables for IPcomp.Bjoern A. Zeeb2009-11-292-3/+19
* Assimilate very similar input and output code pathsBjoern A. Zeeb2009-11-291-4/+2
* Only add the IPcomp header if crypto reported success and we have a lowerBjoern A. Zeeb2009-11-291-51/+53
* Remove whitespace.Bjoern A. Zeeb2009-11-281-3/+3
* Directly send data uncompressed if the packet payload size is lower thanBjoern A. Zeeb2009-11-281-0/+11
* Correct a typo.Bjoern A. Zeeb2009-11-281-1/+1
* fixed two race conditions when inserting/removing SAs via PFKey,VANHULLEBUS Yvan2009-11-171-2/+3
* Changed an IPSEC_ASSERT to a simple test, as such invalid packetsVANHULLEBUS Yvan2009-10-011-3/+9
* When checking traffic endpoint's adresses families in key_spdadd(),VANHULLEBUS Yvan2009-09-161-12/+2
* Silent gcc? Yeah, you wish. What I ment was to silence gcc.Pawel Jakub Dawidek2009-09-061-2/+2
* Initialize state_valid and arraysize variable so gcc won't complain.Pawel Jakub Dawidek2009-09-061-1/+3
* Improve code a bit by eliminating goto and having one unlock per lock.Pawel Jakub Dawidek2009-09-061-4/+3
* Correct typo in comment.Pawel Jakub Dawidek2009-09-061-1/+1
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-0111-11/+0
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-232-26/+4
* Garbage collect vnet module registrations that have neither constructorsRobert Watson2009-07-203-23/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-1611-51/+51
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-1421-713/+274
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingRobert Watson2009-06-251-2/+8
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsRobert Watson2009-06-241-1/+1
* Move setting of ports from NAT-T below key_getsah() and actuallyBjoern A. Zeeb2009-06-191-8/+9
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-171-0/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-125-5/+691
* Properly hide IPv4 only variables and functions under #ifdef INET.Bjoern A. Zeeb2009-06-103-0/+6
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-082-2/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-084-3/+91
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-011-1/+1
* Lock SPTREE before parsing it in key_spddump()VANHULLEBUS Yvan2009-05-271-1/+5
* Only decrease refcnt once when flushing SPD entries, toVANHULLEBUS Yvan2009-05-271-4/+14
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELBjoern A. Zeeb2009-05-234-0/+22
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-0/+1
* Make indentation more uniform accross vnet container structs.Marko Zec2009-05-021-2/+2
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+1
* Stub out IN6_LOOKUP_MULTI() for GETSPI requests, for now.Bruce M Simpson2009-04-291-0/+4
* key_gettunnel() has been unsued with FAST_IPSEC (now IPSEC).Bjoern A. Zeeb2009-04-272-0/+6
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-115-0/+67
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-066-13/+68
* Fixed comments so it stays in 80 chars by lineVANHULLEBUS Yvan2009-03-231-5/+9
* Spelling fix in a commentVANHULLEBUS Yvan2009-03-201-1/+1
* Fixed style for some commentsVANHULLEBUS Yvan2009-03-191-1/+2
* Fixed style for some commentsVANHULLEBUS Yvan2009-03-191-3/+4
* Fixed deletion of sav entries in key_delsah()VANHULLEBUS Yvan2009-03-181-1/+6
* SAs are valid (but dying) when they reached soft lifetime,VANHULLEBUS Yvan2009-03-051-14/+7
* Add size-guards evaluated at compile-time to the main struct vnet_*Bjoern A. Zeeb2009-03-011-0/+3
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-272-0/+2