| Age | Commit message (Expand) | Author |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-05-31 | Clarify, remove superfluous things. | maxv |
| 2018-04-28 | Inline M_EXT_WRITABLE directly, and remove the XXX, there's nothing wrong | maxv |
| 2018-04-19 | Remove extra long file paths from the headers. | maxv |
| 2018-04-18 | Remove unused includes, remove misleading comments, and style. | maxv |
| 2018-04-17 | Fix a pretty bad mistake, that has always been there. | maxv |
| 2018-04-17 | Don't assume M_PKTHDR is set only on the first mbuf of the chain. It | maxv |
| 2018-03-10 | Add KASSERTs. | maxv |
| 2018-03-05 | Improve stupid check, style, and fix leak (m, not m0). | maxv |
| 2018-02-26 | Merge some minor (mostly stylistic) changes from last week. | maxv |
| 2018-02-14 | Remove m_checkalignment(), unused. This eliminates a reference to | maxv |
| 2018-02-08 | Remove unused net_osdep.h include. | maxv |
| 2018-02-01 | Replace ovbcopy -> memmove, same. | maxv |
| 2017-05-19 | Introduce IPSECLOG and replace ipseclog and DPRINTF with it | ozaki-r |
| 2017-04-19 | Retire ipsec_osdep.h | ozaki-r |
| 2017-04-18 | Convert IPSEC_ASSERT to KASSERT or KASSERTMSG | ozaki-r |
| 2017-04-18 | Remove __FreeBSD__ and __NetBSD__ switches | ozaki-r |
| 2011-05-16 | remove redundant declaration | drochner |
| 2008-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 2007-12-14 | - Remove remain <= MHLEN restriction in m_makespace() | seanb |
| 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 |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-05-07 | Redo net.inet.* sysctl subtree for fast-ipsec from scratch. | jonathan |
| 2004-03-01 | Add missing copyright notice (FreeBSD rev. 1.5.2.2). | thorpej |
| 2003-08-20 | opt_inet6.h is FreeBSD-specific, so wrap it with #ifdef __FreeBSD__/#endif. | jonathan |
| 2003-08-13 | Make sure one (potentially) overlapping copy is safe. | jonathan |
| 2003-08-13 | Initial import of Sam Leffler's `Fast-IPsec' from FreeBSD 4. | jonathan |