summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275392:ae2015-06-021-3/+0
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-4/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-4/+4
* Correct a typo.bz2009-11-281-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+2
* Remove remain <= MHLEN restriction in m_makespace(),vanhu2009-01-281-52/+53
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-5/+6
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-5/+5
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-149/+0
* Replace custom mbuf writeability test with generic M_WRITABLE() testandre2005-09-261-1/+1
* Push m_apply() and m_getptr() up into the colleciton of standard mbufbms2003-12-151-2/+0
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-16/+14
* Replace ovbcopy() with bcopy().des2003-04-041-3/+2
* add missing copyright noticessam2003-03-281-1/+27
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* o handle jumbograms in m_clonesam2003-01-091-52/+82
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-1/+1
* o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need tosam2002-12-301-8/+29
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+401
OpenPOWER on IntegriCloud