| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+1 |
* | Make indentation more uniform accross vnet container structs. | zec | 2009-05-02 | 1 | -2/+2 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+1 |
* | Stub out IN6_LOOKUP_MULTI() for GETSPI requests, for now. | bms | 2009-04-29 | 1 | -0/+4 |
* | key_gettunnel() has been unsued with FAST_IPSEC (now IPSEC). | bz | 2009-04-27 | 2 | -0/+6 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 5 | -0/+67 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 6 | -13/+68 |
* | Fixed comments so it stays in 80 chars by line | vanhu | 2009-03-23 | 1 | -5/+9 |
* | Spelling fix in a comment | vanhu | 2009-03-20 | 1 | -1/+1 |
* | Fixed style for some comments | vanhu | 2009-03-19 | 1 | -1/+2 |
* | Fixed style for some comments | vanhu | 2009-03-19 | 1 | -3/+4 |
* | Fixed deletion of sav entries in key_delsah() | vanhu | 2009-03-18 | 1 | -1/+6 |
* | SAs are valid (but dying) when they reached soft lifetime, | vanhu | 2009-03-05 | 1 | -14/+7 |
* | Add size-guards evaluated at compile-time to the main struct vnet_* | bz | 2009-03-01 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 2 | -0/+2 |
* | Shuffle the vimage.h includes or add where missing. | bz | 2009-02-27 | 1 | -0/+1 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -38/+13 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 3 | -225/+59 |
* | Use NULL rather than 0 when comparing pointers. | bz | 2009-01-30 | 1 | -2/+2 |
* | Remove remain <= MHLEN restriction in m_makespace(), | vanhu | 2009-01-28 | 1 | -52/+53 |
* | Switch the last protosw* structs to C99 initializers. | bz | 2009-01-05 | 1 | -12/+16 |
* | Fix non-C99 initialization for protosw initializing pr_ousrreq. | rwatson | 2009-01-04 | 1 | -1/+0 |
* | Unlike with struct protosw, several instances of struct ip6protosw | rwatson | 2009-01-04 | 1 | -1/+0 |
* | Like in the rest of the file and the network stack use inp as | bz | 2008-12-27 | 1 | -30/+30 |
* | Non-functional (style) changes: | bz | 2008-12-27 | 1 | -206/+208 |
* | Convert function definitions to constantly use ANSI-style | bz | 2008-12-27 | 1 | -98/+34 |
* | Rewrite ipsec6_setspidx_inpcb() to match the logic in the | bz | 2008-12-27 | 1 | -21/+11 |
* | For consistency with ipsec4_setspidx_inpcb() rename file local function | bz | 2008-12-27 | 1 | -3/+3 |
* | Change the in6p variable names to inp to be able to diff | bz | 2008-12-27 | 1 | -16/+16 |
* | Make ipsec_getpolicybysock() static and no longer export it. It has not | bz | 2008-12-27 | 2 | -8/+2 |
* | Remove long unused netinet/ipprotosw.h (basically since r82884). | bz | 2008-12-23 | 1 | -2/+0 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 2 | -42/+24 |
* | Second round of putting global variables, which were virtualized | bz | 2008-12-13 | 1 | -0/+2 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 2 | -0/+12 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 6 | -14/+17 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 3 | -7/+5 |
* | Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy. | bz | 2008-11-27 | 3 | -24/+2 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 4 | -27/+19 |
* | Unbreak the build without INET6. | bz | 2008-11-25 | 1 | -0/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 8 | -51/+129 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -4/+4 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 12 | -99/+448 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 12 | -344/+354 |
* | Increase statistic counters for enc0 interface when enabled | vanhu | 2008-08-12 | 2 | -0/+22 |
* | Add lifetime informations to generated SPD entries when SPDDUMP | vanhu | 2008-08-05 | 1 | -0/+17 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-07-26 | 1 | -24/+29 |
* | Document a few sysctls. While here, remove dead code | trhodes | 2008-07-20 | 2 | -27/+24 |
* | Remove unused support for local and foreign addresses in generic raw | rwatson | 2008-07-09 | 1 | -3/+0 |
* | Enter the 1990s. Use real function declaration. | julian | 2008-06-29 | 1 | -1/+1 |
* | In addition to the ipsec_osdep.h removal a week ago, now also eliminate | bz | 2008-05-24 | 8 | -24/+0 |