summaryrefslogtreecommitdiffstats
path: root/sys/netkey
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-042-4/+0
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-0/+12
* In raw and raw-derived socket types, maintain and enforce invariant thatrwatson2006-04-011-2/+1
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-14/+7
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-6/+3
* Fix stack corruptions on amd64.bz2006-01-212-15/+3
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-8/+16
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* SADB_UPDATE did not return an error when key length is invalid.ume2005-08-221-2/+2
* fix build without option INET6.ume2005-07-301-0/+8
* scope cleanup. with this changeume2005-07-251-28/+35
* fixed an unexpected addr/port matching failure in IPv6 SA managementsuz2005-01-101-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-079-9/+9
* support TCP-MD5(IPv4) in KAME-IPSEC, too.suz2004-11-083-2/+48
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-10/+10
* Merge netipsec/key.c:1.17 into KAME pfkey implementation:rwatson2004-09-301-5/+0
* The KAME IPSEC implementation at one point used its own pseudo-randomrwatson2004-09-021-22/+0
* Semi-gratuitous white space synchronization with KAME tree: to reducerwatson2004-08-271-10/+12
* Diff reduce against KAME: minor white space synchronization to KAMErwatson2004-08-271-4/+4
* Merge next step in socket buffer locking:rwatson2004-06-211-0/+2
* avoid duplicate free.ume2004-01-251-3/+3
* invalidate secpolicy pcb cache on key_timehandler. part ofume2004-01-141-0/+3
* add missing key_freesp()s. part ofume2004-01-141-1/+4
* don't touch after free.ume2003-12-101-2/+3
* use callout_*() rather than timeout().ume2003-12-071-2/+5
* missing splx.ume2003-11-281-0/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+2
* add sysctl MIB net.key.esp_auth which was wrongly droppedume2003-11-131-0/+6
* ipsec_esp_auth is unused when IPSEC_ESP is not defined.ume2003-11-111-0/+2
* - cleanup SP refcnt issue.ume2003-11-045-544/+771
* correct %d/%u mismatch.ume2003-11-022-11/+11
* exit(3) with negative value does not make sense'ume2003-11-021-1/+1
* make debugging with "setkey -x" a lot easier.ume2003-11-021-4/+97
* cleanup secasvar management; refcnt is key.c responsibility;ume2003-11-023-99/+66
* - do not quit from key_sendup() even if writes to non-targetume2003-11-022-95/+10
* mib name was changed by fixing a spelling.ume2003-10-281-1/+1
* drop the code of HAVE_NRL_INPCB part. our system doesn'tume2003-10-221-10/+0
* nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.ume2003-10-071-17/+1
* Reduce diffs against KAME. No functional change.ume2003-09-301-15/+7
* Reduce diffs against KAME. No functional change.ume2003-09-302-9/+4
* Sync style and comments with latest KAME to reduce diffs.ume2003-09-301-71/+64
* add /*CONSTCOND*/ to reduce diffs against latest KAME.ume2003-09-252-8/+8
* panic() doesn't need `\n'.ume2003-09-253-72/+72
* Use __FBSDID().obrien2003-06-114-4/+12
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-27/+27
* Comment out srandom():ache2003-02-051-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-27/+27
* "struct route" is not sufficient. NetBSD PR 18751ume2003-01-082-1/+6
OpenPOWER on IntegriCloud