| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove last bits of OS adaptation code from the IPSec code. | gnn | 2008-05-17 | 2 | -310/+8 |
* | Fix a bug that when getting/dumping the soft lifetime we reported | bz | 2008-03-24 | 1 | -1/+1 |
* | Import change from KAME, rev. 1.362 kame/kame/sys/netkey/key.c | bz | 2008-03-24 | 1 | -1/+1 |
* | Add ';' missed with the SYSINIT changes. | bz | 2008-03-21 | 1 | -1/+1 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Correct IPsec behaviour with a 'use' level in SP but no SA available. | bz | 2008-03-14 | 1 | -22/+33 |
* | Remove the "Fast " from the | bz | 2008-03-14 | 1 | -1/+1 |
* | Fix bugs when allocating and passing information of current lifetime and | bz | 2008-03-02 | 2 | -6/+29 |
* | Rather than passing around a cached 'priv', pass in an ucred to | bz | 2008-02-02 | 3 | -13/+16 |
* | Add sysctls to if_enc(4) to control whether the firewalls or | bz | 2007-11-28 | 5 | -7/+72 |
* | Adjust a comment that suggest that we might consider a panic. | bz | 2007-11-28 | 1 | -1/+3 |
* | Move the priv check before the malloc call for so_pcb. | bz | 2007-11-16 | 1 | -6/+6 |
* | Add a missing priv check in key_attach to prevent non-su users | bz | 2007-11-12 | 1 | -0/+7 |
* | Fix for an infinite loop in processing ESP, IPv6 packets. | gnn | 2007-09-12 | 1 | -4/+17 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 3 | -30/+0 |
* | Replace hard coded options by their defined PFIL_{IN,OUT} names. | bz | 2007-07-19 | 3 | -3/+6 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -2/+2 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 9 | -114/+64 |
* | 'spi' and the return value of ntohl are unsigned. Remove the extra >=0 | bz | 2007-06-16 | 1 | -1/+6 |
* | In case of failure we can directly return ENOBUFS because | bz | 2007-06-16 | 1 | -10/+3 |