aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in r221129 that leads to a panic wen using bundledBjoern A. Zeeb2012-07-221-2/+1
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-0/+2
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-271-1/+23
* Fix two SA refcount:Fabien Thomas2011-03-311-1/+0
* Make the IPsec SADB embedded route cache a union to be able to hold both theBjoern A. Zeeb2010-10-231-1/+2
* Remove dead code:Bjoern A. Zeeb2010-10-141-3/+1
* Style: make the asterisk go with the variable name, not the type.Bjoern A. Zeeb2010-10-141-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-8/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-0/+55
* Use NULL rather than 0 when comparing pointers.Bjoern A. Zeeb2009-01-301-2/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+7
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-17/+18
* Increase statistic counters for enc0 interface when enabledVANHULLEBUS Yvan2008-08-121-0/+11
* In addition to the ipsec_osdep.h removal a week ago, now also eliminateBjoern A. Zeeb2008-05-241-3/+0
* Correct IPsec behaviour with a 'use' level in SP but no SA available.Bjoern A. Zeeb2008-03-141-22/+33
* Add sysctls to if_enc(4) to control whether the firewalls orBjoern A. Zeeb2007-11-281-2/+24
* Replace hard coded options by their defined PFIL_{IN,OUT} names.Bjoern A. Zeeb2007-07-191-1/+2
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-13/+18
* In ipsec6_output_tunnel() make sure that the SA contents do not change.Bjoern A. Zeeb2007-05-291-1/+8
* fix typo: s,applyed,applied,gBjoern A. Zeeb2007-05-291-2/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterAndrew Thompson2006-06-261-0/+13
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-1/+1
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'Sam Leffler2004-01-201-1/+4
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-44/+46
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-011-4/+4
* correct transfer statisticsSam Leffler2003-06-301-0/+1
* ovbcopy -> bcopyDag-Erling Smørgrav2003-04-041-1/+1
* add missing copyright noticesSam Leffler2003-03-281-2/+27
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+737