summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-0/+55
* Use NULL rather than 0 when comparing pointers.bz2009-01-301-2/+2
* 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/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-17/+18
* 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-3/+0
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-22/+33
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-2/+24
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-191-1/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-13/+18
* In ipsec6_output_tunnel() make sure that the SA contents do not change.bz2007-05-291-1/+8
* fix typo: s,applyed,applied,gbz2007-05-291-2/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+13
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'sam2004-01-201-1/+4
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-44/+46
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-011-4/+4
* correct transfer statisticssam2003-06-301-0/+1
* ovbcopy -> bcopydes2003-04-041-1/+1
* add missing copyright noticessam2003-03-281-2/+27
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+737
OpenPOWER on IntegriCloud