aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-5/+5
* promote fast ipsec's m_clone routine for public use; it is renamedSam Leffler2006-03-151-149/+0
* Replace custom mbuf writeability test with generic M_WRITABLE() testAndre Oppermann2005-09-261-1/+1
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-151-2/+0
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-16/+14
* Replace ovbcopy() with bcopy().Dag-Erling Smørgrav2003-04-041-3/+2
* add missing copyright noticesSam Leffler2003-03-281-1/+27
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* o handle jumbograms in m_cloneSam Leffler2003-01-091-52/+82
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+1
* o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need toSam Leffler2002-12-301-8/+29
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+401