| Age | Commit message (Expand) | Author |
| 2008-07-27 | Change how 'while (0)' is commented out to avoid /* within a comment. | dsl |
| 2008-07-25 | Comment out the 'do' and 'while (0)' from KEY_CHKSASTATE(). | dsl |
| 2008-07-01 | Ignore freed rtcache entries. | mlelstv |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | key_usrreq: set in a lock on PRU_ATTACH. Spotted by yamt@. | ad |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU. | thorpej |
| 2008-01-13 | s/DIGAGNOSTIC/DIAGNOSTIC/ | msaitoh |
| 2007-12-07 | Use struct initializers. No functional change. | elad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-04-11 | When we construct an answer for SADB_X_SPDGET, don't use an hardcoded 0 for s... | degroote |
| 2007-03-21 | Call key_checkspidup with spi in network bit order in order to make correct | degroote |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-10 | Remove a superfluous cast. | he |
| 2006-12-09 | Fix misplaced ampersand. Noticed by Greg Troxel. | dyoung |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-14 | Fix argument order | smb |
| 2006-10-14 | more __unused | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | use c99 initializers | christos |
| 2006-09-02 | add missing initializers | christos |
| 2006-09-02 | remove impossible comparison | christos |
| 2006-08-28 | remove excess initializer | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-01-25 | Make this compile without INET6. Spotted by Arto Selonen and Kurt | rpaulo |
| 2006-01-21 | Better support of IPv6 scoped addresses. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-11 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-10-03 | Make sure that the port numbers are set to 0 in SAD and SPD when NAT-T | manu |
| 2005-07-07 | Defopt IPSEC_NAT_T. | tron |
| 2005-07-03 | Another NAT-T fix: don't check for port information in transport mode, as there | manu |
| 2005-05-29 | - sprinkle const | christos |
| 2005-05-05 | Yet another NAT-T fix: don't forbid SP with ports in the policy | manu |
| 2005-04-25 | After more testing, it turns out that we don't really need to check the | manu |
| 2005-04-23 | Enhance IPSEC_NAT_T so that it can work with multiple machines behind the | manu |
| 2005-04-20 | Send NAT-T ports in SAD dump so that setkey -D can display them. | manu |
| 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 |
| 2005-01-11 | fixed a unexpected addr/port matching failure in SA management | itojun |
| 2004-12-06 | move SA header to DEAD if there's no children. markus@openbsd | itojun |
| 2004-12-06 | reqid (for unique policy) is u_int16_t quantity. from markus@openbsd | itojun |
| 2004-10-30 | Use unsigned char * variables when scanning buffer - saves casts and & 0xff | dsl |