summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_input.c
Commit message (Expand)AuthorAgeFilesLines
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+2
* Make IPsec compile without INET adding appropriate #ifdef checks.bz2011-04-271-0/+2
* Fix typo in comment.thomas2010-10-251-1/+1
* MFp4 @178283:bz2010-05-241-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-6/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-0/+9
* Properly hide IPv4 only variables and functions under #ifdef INET.bz2009-06-101-0/+2
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+5
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-57/+58
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-121-0/+11
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-241-2/+0
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-2/+21
* Fix for an infinite loop in processing ESP, IPv6 packets.gnn2007-09-121-4/+17
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-191-1/+2
* Looking at {ah,esp}_input_cb it seems we might be able to end upbz2007-06-151-1/+1
* s,#,*, in a multi-line comment. This is C.bz2007-06-151-1/+1
* Though we are only called for the three security protocols we canbz2007-06-151-0/+4
* s,#if INET6,#ifdef INET6,bz2006-12-141-1/+1
* MFp4: 92972, 98913 + one more changebz2006-12-121-2/+10
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+13
* Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.pjd2006-06-041-1/+1
* Extend the notdef #ifdef to cover the packet copy as there is no point in doi...gnn2006-06-041-8/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-2/+2
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-135/+146
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-011-6/+1
* make sure the packets contains a complete inner headersam2003-08-131-0/+28
* add missing copyright noticessam2003-03-281-1/+36
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-2/+1
* FAST_IPSEC fixups:sam2002-11-081-0/+18
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+728
OpenPOWER on IntegriCloud