summaryrefslogtreecommitdiffstats
path: root/sys/net/pfkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize the routing table before domains.mpi2015-10-071-3/+1
* Make every subsystem using a radix tree call rn_init() and pass thempi2015-09-041-3/+4
* Use a global table for domains instead of building a list at run time.mpi2015-08-301-2/+1
* manage spd entries by using the radix api directly instead ofblambert2015-07-171-16/+14
* More malloc() -> mallocarray() in the kernel.doug2014-12-091-2/+2
* length argument for some free() calls; ok dougderaadt2014-11-231-2/+2
* remove uneeded route.h includesjsg2014-09-081-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* remove incorrect splnet usage in pfkey interfacemikeb2012-11-271-10/+2
* spltdb() was really just #define'd to be splsoftnet(); replace the formerblambert2012-09-201-2/+2
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-10/+10
* Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable.hshoexer2007-09-131-3/+2
* implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtreemarkus2004-11-261-1/+2
* the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@todd2004-08-031-2/+2
* KNFderaadt2003-02-161-3/+3
* KNFjason2003-02-161-176/+183
* Use m_copym2 to copy the whole mbuf (cluster included) and notfgsch2002-12-111-2/+2
* Yet more include file cleanup.angelos2001-06-081-7/+2
* repair copyright notices for NRL & cmetz; cmetzderaadt2001-06-051-16/+68
* SPD-driven IPsec.angelos2000-09-191-0/+1
* Major style cleanup for pfkeyv2.cangelos2000-01-121-8/+0
* Introduce M_PFKEY kmem type, and use it. (angelos@ ok)ho1999-06-011-5/+5
* For hard expiration-pressure you need to protect PF_KEY socketniklas1999-05-211-1/+5
* Plug mbuf leakniklas1999-05-031-7/+21
* Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.niklas1999-04-111-25/+1
* Unnecessary ifdefangelos1999-02-251-4/+0
* Removed osdep.h dependencies.angelos1999-02-251-3/+17
* PF_KEY_V2, with local extensions for SPD management.angelos1999-02-241-0/+308