summaryrefslogtreecommitdiff
path: root/sys/net/pfkey.c
AgeCommit message (Expand)Author
2015-10-07Initialize the routing table before domains.Martin Pieuchot
2015-09-04Make every subsystem using a radix tree call rn_init() and pass theMartin Pieuchot
2015-08-30Use a global table for domains instead of building a list at run time.Martin Pieuchot
2015-07-17manage spd entries by using the radix api directly instead ofBret Lambert
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-11-23length argument for some free() calls; ok dougTheo de Raadt
2014-09-08remove uneeded route.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2012-11-27remove incorrect splnet usage in pfkey interfaceMike Belopuhov
2012-09-20spltdb() was really just #define'd to be splsoftnet(); replace the formerBret Lambert
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2007-09-13Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable.Hans-Joerg Hoexer
2004-11-26implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtreeMarkus Friedl
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2003-02-16KNFTheo de Raadt
2003-02-16KNFJason Wright
2002-12-11Use m_copym2 to copy the whole mbuf (cluster included) and notFederico G. Schwindt
2001-06-08Yet more include file cleanup.Angelos D. Keromytis
2001-06-05repair copyright notices for NRL & cmetz; cmetzTheo de Raadt
2000-09-19SPD-driven IPsec.Angelos D. Keromytis
2000-01-12Major style cleanup for pfkeyv2.cAngelos D. Keromytis
1999-06-01Introduce M_PFKEY kmem type, and use it. (angelos@ ok)Hakan Olsson
1999-05-21For hard expiration-pressure you need to protect PF_KEY socketNiklas Hallqvist
1999-05-03Plug mbuf leakNiklas Hallqvist
1999-04-11Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.Niklas Hallqvist
1999-02-25Unnecessary ifdefAngelos D. Keromytis
1999-02-25Removed osdep.h dependencies.Angelos D. Keromytis
1999-02-24PF_KEY_V2, with local extensions for SPD management.Angelos D. Keromytis