| Age | Commit message (Expand) | Author |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-31 | Replace more printfs with aprint_normal / aprint_verbose | hubertf |
| 2009-12-01 | Cosmetic: fix indentation, change some spaces to tabs. | dyoung |
| 2009-07-30 | As explained in kern/41701 there's a missing splx() here. | jakllsch |
| 2009-06-25 | Only print debugging messages about policy on error. | christos |
| 2009-05-10 | Adapt FAST_IPSEC to recent KPI changes. | elad |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-20 | Correct bungled bcopy() -> memcpy() conversion | cegger |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-02-14 | remove 2038 comment. | christos |
| 2009-02-09 | Back out my previous change. The problem I'm chasgin is with the | skd |
| 2009-01-28 | These comparison functions return 0 on match. Fix sense of test. | skd |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 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 |