| Age | Commit message (Expand) | Author |
| 2007-05-08 | Always compute the sp index even if we don't have any sp in spd. It will | degroote |
| 2007-05-08 | Increase the refcount for the default ipv6 policy so nobody can reclaim it | degroote |
| 2007-04-15 | Choose the good default policy, depending of the adress family of the | degroote |
| 2007-04-11 | Add sysctl tree to modify the fast_ipsec options related to ipv6. Similar | degroote |
| 2007-04-11 | When we construct an answer for SADB_X_SPDGET, don't use an hardcoded 0 for s... | degroote |
| 2007-04-11 | In spddelete2, if we can't find the sp by this id, return after sending an er... | degroote |
| 2007-04-09 | Fix a memleak in key_spdget. | degroote |
| 2007-03-25 | Honor the ip4_ah_offsetmask bits (clear or not the ip->ip_off field for ah | degroote |
| 2007-03-25 | Use ip4_ah_cleartos instead of ah_cleartos for consistency | degroote |
| 2007-03-25 | Make an exact match when we are looking for a cached sp for an unconnected | degroote |
| 2007-03-21 | Call key_checkspidup with spi in network bit order in order to make correct | degroote |
| 2007-03-09 | Allow to build without INET6 | liamjfoy |
| 2007-03-07 | Add IPv6 Fast Forward: | liamjfoy |
| 2007-03-04 | Remove useless cast | degroote |
| 2007-03-04 | Fix fallout from caddr_t changes | degroote |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-23 | Oops, I forgot to commit some bits last time | degroote |
| 2007-02-18 | Always free the sav, not only in the mature case | degroote |
| 2007-02-18 | Fix the {ah,esp}4_ctlinput code | degroote |
| 2007-02-18 | Forgot to remove two useless extern | degroote |
| 2007-02-18 | Constify the code following the dyoung change ( the "bug" was hidden by the | degroote |
| 2007-02-18 | Remove __P | degroote |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-02-11 | fixed a unexpected addr/port matching failure in SA management | degroote |
| 2007-02-11 | reqid (for unique policy) is u_int16_t quantity. | degroote |
| 2007-02-10 | Commit my SoC work | degroote |
| 2007-01-26 | KNF: bzero -> memset. | dyoung |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-13 | more __unused | christos |
| 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 |