| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -4/+4 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 11 | -11/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 2 | -26/+4 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 3 | -23/+0 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 11 | -51/+51 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 21 | -713/+274 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -2/+8 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+3 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Move setting of ports from NAT-T below key_getsah() and actually | bz | 2009-06-19 | 1 | -8/+9 |
* | Add the explicit include of vimage.h to another five .c files still | bz | 2009-06-17 | 1 | -0/+1 |
* | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | vanhu | 2009-06-12 | 5 | -5/+691 |
* | Properly hide IPv4 only variables and functions under #ifdef INET. | bz | 2009-06-10 | 3 | -0/+6 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 2 | -2/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 4 | -3/+91 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -1/+1 |
* | Lock SPTREE before parsing it in key_spddump() | vanhu | 2009-05-27 | 1 | -1/+5 |
* | Only decrease refcnt once when flushing SPD entries, to | vanhu | 2009-05-27 | 1 | -4/+14 |
* | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | bz | 2009-05-23 | 4 | -0/+22 |
* | 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 |