summaryrefslogtreecommitdiff
path: root/sys/netkey
AgeCommit message (Expand)Author
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-01-06more IPSEC header cleanup: don't install unneeded headers to userland,drochner
2011-12-31- fix offsetof usage, and redundant defineschristos
2011-11-19First step of random number subsystem rework described intls
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-09-05fix two bugs in the PFKEY interface:spz
2010-03-03Remove #ifdef KERNFS by using weak symbols. Notably, this approachpooka
2010-01-31Replace more printfs with aprint_normal / aprint_verbosehubertf
2009-05-11Fix the sense of two compares. I previously broke this.skd
2009-05-09Replace splsoftnet() with proper mutexes as suggested by ad@.mlelstv
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-19Correct one more bungled bcopy() -> memcpy() conversion.he
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-02-14remove 2038 comment.christos
2009-01-28These comparison functions return 0 on match. Fix sense of test.skd
2008-07-27Change how 'while (0)' is commented out to avoid /* within a comment.dsl
2008-07-25Comment out the 'do' and 'while (0)' from KEY_CHKSASTATE().dsl
2008-07-01Ignore freed rtcache entries.mlelstv
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28key_usrreq: set in a lock on PRU_ATTACH. Spotted by yamt@.ad
2008-04-24Merge the socket locking patch:ad
2008-04-23PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU.thorpej
2008-01-13s/DIGAGNOSTIC/DIAGNOSTIC/msaitoh
2007-12-07Use struct initializers. No functional change.elad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-04-11When we construct an answer for SADB_X_SPDGET, don't use an hardcoded 0 for s...degroote
2007-03-21Call key_checkspidup with spi in network bit order in order to make correctdegroote
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-10Remove a superfluous cast.he
2006-12-09Fix misplaced ampersand. Noticed by Greg Troxel.dyoung
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-14Fix argument ordersmb
2006-10-14more __unusedchristos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02use c99 initializerschristos
2006-09-02add missing initializerschristos
2006-09-02remove impossible comparisonchristos
2006-08-28remove excess initializerchristos