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