| Age | Commit message (Expand) | Author |
| 2006-08-31 | Make this compile again (hi xtos!). Switch to C99 structure initializations. | matt |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-10 | clarify time scale semantic issue | kardel |
| 2006-06-10 | reference time.tv_sec in non timecounter case | kardel |
| 2006-06-10 | fix a missing conversion for a mono_time reference. | kardel |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-28 | The esp_input_cb function used m_copyback, which fails if the mbuf is | pavel |
| 2006-04-11 | Add two new sysctls protected under IPSEC_DEBUG: | rpaulo |
| 2006-03-23 | FreeBSD SA-06:11 and CVE-2006-0905: update the replay sequence number | rpaulo |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-12-04 | Merge the 3 copies of m_getcl() so that fast ipsec compiles again together | christos |
| 2005-10-05 | PR/31478: YOMURA Masanori: Inconsistent default value of net.inet.ipsec.dfbit | christos |
| 2005-08-18 | - introduce M_MOVE_PKTHDR and use it where appropriate. | yamt |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-06-10 | constify and unshadow. | christos |
| 2005-06-06 | Since we decided "const struct mbuf *" would not do the right thing (tm), | martin |
| 2005-05-27 | - Discrepency between malloc / free types with init vector (see free | seanb |
| 2005-05-08 | Panic strings should not end with \n. | christos |
| 2005-05-07 | PR/30154: YAMAMOTO Takashi: tcp_close locking botch | christos |
| 2005-02-28 | Repair references to nonexistent structs in sys/netipsec/key.c after | jonathan |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-12 | Add support for IPsec Network Address Translator traversal (NAT-T), as | manu |
| 2005-01-23 | Change initialzie of domains to use link sets. Switch to using STAILQ. | matt |
| 2004-10-27 | Fix missing break; Emmanuel Dreyfus. | jonathan |
| 2004-08-15 | Remove redundant instantiation of esp_net_deflev sysctl node. Not | atatat |
| 2004-07-17 | Rework sys/netipsec/ipsec_netbsd.c to present a more consistent tree. | atatat |
| 2004-06-10 | Commit changes to make ACQUIRE messages -- actually, all messages | jonathan |
| 2004-06-10 | Fix oversight from re-using reworked sysctl() code for unicast SPD,SADB dump: | jonathan |
| 2004-05-27 | Rework to make FAST_IPSEC PF_KEY dumps unicast and reliable: | jonathan |
| 2004-05-26 | Fix bugs in SPD refcounts due to PCBpolicy cache, by backporting the | jonathan |
| 2004-05-26 | Thanks to Andrew Brown for the heads-up that fast_ipsec still had | jonathan |
| 2004-05-25 | The FAST_IPSEC code actually supports KEYCTL_PREFERED_OLDSA, so export | atatat |
| 2004-05-07 | Redo net.inet.* sysctl subtree for fast-ipsec from scratch. | jonathan |
| 2004-05-01 | Commit an old diff for AH which has been in my personal tree since | jonathan |
| 2004-04-30 | Minimal cleanup of sys/netipsec/ipsec{,_osdep}.h, to allow compiling | jonathan |
| 2004-04-30 | Fix for setkey(8) to dump SPD and SAdb via sysctl: | jonathan |
| 2004-04-27 | Update sys/netipsec/key.c to check for attempts to add IPv6-related | jonathan |
| 2004-04-26 | xform_tcp.c is needed only with FAST_IPSEC | itojun |
| 2004-04-26 | Remove #else of #if __STDC__ | matt |
| 2004-04-25 | Initial commit of a port of the FreeBSD implementation of RFC 2385 | jonathan |
| 2004-04-24 | Add `const' to the safety-catch local definition of ip6_protosw, | jonathan |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2004-04-06 | s/netbsd.org/NetBSD.org/g | keihan |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2004-03-20 | Delint for compiling with INET6: | jonathan |