summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-34/+0
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-30/+4
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-091-3/+5
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-42/+42
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-0/+1
* Optimisation in IPSEC(4):fabient2011-03-311-6/+10
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-22/+22
* Correct typo in comment.pjd2009-09-061-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-14/+14
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-20/+32
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-0/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-3/+3
* Make ipsec_getpolicybysock() static and no longer export it. It has notbz2008-12-271-2/+0
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-1/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-1/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+2
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-241-1/+0
* Remove last bits of OS adaptation code from the IPSec code.gnn2008-05-171-1/+8
* Rather than passing around a cached 'priv', pass in an ucred tobz2008-02-021-1/+1
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-2/+9
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-9/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+2
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.pjd2006-04-101-0/+2
* Introduce two new sysctls:pjd2006-04-091-0/+2
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-1/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+1
* add spdcachelookup and spdcachemiss to our version of struct ipsecstat sosam2004-01-271-0/+3
* fix build after KAME changessam2004-01-201-0/+4
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-5/+27
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-011-0/+5
* FAST_IPSEC fixups:sam2002-11-081-0/+3
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+389
OpenPOWER on IntegriCloud