aboutsummaryrefslogtreecommitdiff
path: root/sys/netkey
Commit message (Expand)AuthorAgeFilesLines
* In raw and raw-derived socket types, maintain and enforce invariant thatRobert Watson2006-04-011-2/+1
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-14/+7
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-6/+3
* Fix stack corruptions on amd64.Bjoern A. Zeeb2006-01-212-15/+3
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-8/+16
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* SADB_UPDATE did not return an error when key length is invalid.Hajimu UMEMOTO2005-08-221-2/+2
* fix build without option INET6.Hajimu UMEMOTO2005-07-301-0/+8
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-28/+35
* fixed an unexpected addr/port matching failure in IPv6 SA managementSUZUKI Shinsuke2005-01-101-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-079-9/+9
* support TCP-MD5(IPv4) in KAME-IPSEC, too.SUZUKI Shinsuke2004-11-083-2/+48
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-10/+10
* Merge netipsec/key.c:1.17 into KAME pfkey implementation:Robert Watson2004-09-301-5/+0
* The KAME IPSEC implementation at one point used its own pseudo-randomRobert Watson2004-09-021-22/+0
* Semi-gratuitous white space synchronization with KAME tree: to reduceRobert Watson2004-08-271-10/+12
* Diff reduce against KAME: minor white space synchronization to KAMERobert Watson2004-08-271-4/+4
* Merge next step in socket buffer locking:Robert Watson2004-06-211-0/+2
* avoid duplicate free.Hajimu UMEMOTO2004-01-251-3/+3
* invalidate secpolicy pcb cache on key_timehandler. part ofHajimu UMEMOTO2004-01-141-0/+3
* add missing key_freesp()s. part ofHajimu UMEMOTO2004-01-141-1/+4
* don't touch after free.Hajimu UMEMOTO2003-12-101-2/+3
* use callout_*() rather than timeout().Hajimu UMEMOTO2003-12-071-2/+5
* missing splx.Hajimu UMEMOTO2003-11-281-0/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-1/+2
* add sysctl MIB net.key.esp_auth which was wrongly droppedHajimu UMEMOTO2003-11-131-0/+6
* ipsec_esp_auth is unused when IPSEC_ESP is not defined.Hajimu UMEMOTO2003-11-111-0/+2
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-045-544/+771
* correct %d/%u mismatch.Hajimu UMEMOTO2003-11-022-11/+11
* exit(3) with negative value does not make sense'Hajimu UMEMOTO2003-11-021-1/+1
* make debugging with "setkey -x" a lot easier.Hajimu UMEMOTO2003-11-021-4/+97
* cleanup secasvar management; refcnt is key.c responsibility;Hajimu UMEMOTO2003-11-023-99/+66
* - do not quit from key_sendup() even if writes to non-targetHajimu UMEMOTO2003-11-022-95/+10
* mib name was changed by fixing a spelling.Hajimu UMEMOTO2003-10-281-1/+1
* drop the code of HAVE_NRL_INPCB part. our system doesn'tHajimu UMEMOTO2003-10-221-10/+0
* nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.Hajimu UMEMOTO2003-10-071-17/+1
* Reduce diffs against KAME. No functional change.Hajimu UMEMOTO2003-09-301-15/+7
* Reduce diffs against KAME. No functional change.Hajimu UMEMOTO2003-09-302-9/+4
* Sync style and comments with latest KAME to reduce diffs.Hajimu UMEMOTO2003-09-301-71/+64
* add /*CONSTCOND*/ to reduce diffs against latest KAME.Hajimu UMEMOTO2003-09-252-8/+8
* panic() doesn't need `\n'.Hajimu UMEMOTO2003-09-253-72/+72
* Use __FBSDID().David E. O'Brien2003-06-114-4/+12
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-27/+27
* Comment out srandom():Andrey A. Chernov2003-02-051-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-27/+27
* "struct route" is not sufficient. NetBSD PR 18751Hajimu UMEMOTO2003-01-082-1/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-4/+4
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1