summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove remain <= MHLEN restriction in m_makespace(),vanhu2009-01-281-52/+53
* Switch the last protosw* structs to C99 initializers.bz2009-01-051-12/+16
* Fix non-C99 initialization for protosw initializing pr_ousrreq.rwatson2009-01-041-1/+0
* Unlike with struct protosw, several instances of struct ip6protoswrwatson2009-01-041-1/+0
* Like in the rest of the file and the network stack use inp asbz2008-12-271-30/+30
* Non-functional (style) changes:bz2008-12-271-206/+208
* Convert function definitions to constantly use ANSI-stylebz2008-12-271-98/+34
* Rewrite ipsec6_setspidx_inpcb() to match the logic in thebz2008-12-271-21/+11
* For consistency with ipsec4_setspidx_inpcb() rename file local functionbz2008-12-271-3/+3
* Change the in6p variable names to inp to be able to diffbz2008-12-271-16/+16
* Make ipsec_getpolicybysock() static and no longer export it. It has notbz2008-12-272-8/+2
* Remove long unused netinet/ipprotosw.h (basically since r82884).bz2008-12-231-2/+0
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-152-42/+24
* Second round of putting global variables, which were virtualizedbz2008-12-131-0/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-102-0/+12
* Rather than using hidden includes (with cicular dependencies),bz2008-12-026-14/+17
* Unhide declarations of network stack virtualization structs fromzec2008-11-283-7/+5
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-273-24/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-264-27/+19
* Unbreak the build without INET6.bz2008-11-251-0/+2
* Change the initialization methodology for global variables scheduledzec2008-11-198-51/+129
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-4/+4
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-0212-99/+448
* Commit step 1 of the vimage project, (network stack)bz2008-08-1712-344/+354
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-122-0/+22
* Add lifetime informations to generated SPD entries when SPDDUMPvanhu2008-08-051-0/+17
* Fill in a few sysctl descriptions.trhodes2008-07-261-24/+29
OpenPOWER on IntegriCloud