aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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