| Age | Commit message (Expand) | Author |
| 2008-07-25 | Comment out the 'do' and 'while (0)' from KEY_CHKSASTATE(). | dsl |
| 2008-07-01 | Ignore freed rtcache entries. | mlelstv |
| 2008-06-27 | Kill caddr_t introduced in the previous revision | degroote |
| 2008-06-27 | Verify icmp type and code in IPSEC rules. | mlelstv |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-05-03 | In key_do_allocsa_policy, fix a bad usage of key_setsadbmsg. The third argument | degroote |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | Fix a stupid typo. In ipsec6_process_packet, reinject the packet in AF_INET6, | degroote |
| 2008-04-27 | Fix some fallout from socket locking patch : | degroote |
| 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-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 2008-04-15 | Make ip6 and icmp6 stats per-cpu. | thorpej |
| 2008-04-08 | Change IPv6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-02-10 | Fix build of FAST_IPSEC after the change of ip_newid prototype | degroote |
| 2008-02-04 | Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto" | tls |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2007-12-29 | Fix the ipsec processing in case of USE rules with no SA installed. | degroote |
| 2007-12-29 | Add some statistics for case where compression is not useful | degroote |
| 2007-12-29 | Simplify the FAST_IPSEC output path | degroote |
| 2007-12-14 | - Remove remain <= MHLEN restriction in m_makespace() | seanb |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-09 | Kill _IP_VHL ifdef (from netinet/ip.h history, it has never been used in NetB... | degroote |
| 2007-12-07 | Use struct initializers. No functional change. | elad |
| 2007-12-07 | Let this code compile. | elad |
| 2007-12-04 | Use IFNET_FOREACH() and IFADDR_FOREACH(). | dyoung |
| 2007-11-16 | defflag IPSEC_DEBUG | christos |
| 2007-10-28 | The function ipsec4_get_ulp assumes that ip_off is in host order. This results | adrianp |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-22 | Fix my previous stupid caddr_t fix. | degroote |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-07 | Ansify | degroote |
| 2007-06-27 | Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4). | degroote |
| 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 |