aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_input.c
Commit message (Expand)AuthorAgeFilesLines
* Replace hard coded options by their defined PFIL_{IN,OUT} names.Bjoern A. Zeeb2007-07-191-1/+2
* Looking at {ah,esp}_input_cb it seems we might be able to end upBjoern A. Zeeb2007-06-151-1/+1
* s,#,*, in a multi-line comment. This is C.Bjoern A. Zeeb2007-06-151-1/+1
* Though we are only called for the three security protocols we canBjoern A. Zeeb2007-06-151-0/+4
* s,#if INET6,#ifdef INET6,Bjoern A. Zeeb2006-12-141-1/+1
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-2/+10
* Add a pseudo interface for packet filtering IPSec connections before or afterAndrew Thompson2006-06-261-0/+13
* Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.Pawel Jakub Dawidek2006-06-041-1/+1
* Extend the notdef #ifdef to cover the packet copy as there is no point in doi...George V. Neville-Neil2006-06-041-8/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-2/+2
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-135/+146
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-011-6/+1
* make sure the packets contains a complete inner headerSam Leffler2003-08-131-0/+28
* add missing copyright noticesSam Leffler2003-03-281-1/+36
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-2/+1
* FAST_IPSEC fixups:Sam Leffler2002-11-081-0/+18
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+728