| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing break | kevlo | 2012-09-18 | 1 | -0/+1 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -2/+0 |
* | Clean up some #endif comments removing from short sections. Add #endif | bz | 2012-01-22 | 1 | -1/+1 |
* | Update packet filter (pf) code to OpenBSD 4.5. | bz | 2011-06-28 | 1 | -0/+2 |
* | Make IPsec compile without INET adding appropriate #ifdef checks. | bz | 2011-04-27 | 1 | -23/+39 |
* | 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 | 1 | -1/+0 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -11/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -31/+9 |
* | Properly hide IPv4 only variables and functions under #ifdef INET. | bz | 2009-06-10 | 1 | -0/+2 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+14 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -2/+10 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | 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 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -4/+5 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -1/+6 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -4/+10 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -28/+29 |
* | In addition to the ipsec_osdep.h removal a week ago, now also eliminate | bz | 2008-05-24 | 1 | -2/+0 |
* | Add sysctls to if_enc(4) to control whether the firewalls or | bz | 2007-11-28 | 1 | -1/+15 |
* | Replace hard coded options by their defined PFIL_{IN,OUT} names. | bz | 2007-07-19 | 1 | -1/+2 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -2/+2 |
* | Add a pseudo interface for packet filtering IPSec connections before or after | thompsa | 2006-06-26 | 1 | -0/+7 |
* | Fix more stack corruptions on amd64. | bz | 2006-03-30 | 1 | -18/+10 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -1/+1 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -6/+1 |
* | use native names for if_link, ifa_link, if_addrhead. | luigi | 2004-04-17 | 1 | -4/+2 |
* | Fix ipip_output() to always set *mp to NULL on failure, even if 'm' | sam | 2004-01-20 | 1 | -2/+2 |
* | MFp4: portability work, general cleanup, locking fixes | sam | 2003-09-29 | 1 | -19/+18 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -7/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+4 |
* | "Fast IPsec": this is an experimental IPsec implementation that is derived | sam | 2002-10-16 | 1 | -0/+699 |