aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1.22-1.23 from NetBSD:Andrey V. Elsukov2018-04-261-6/+10
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-2/+2
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-4/+16
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-3/+0
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsAndrey V. Elsukov2013-06-201-4/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-4/+4
* Correct a typo.Bjoern A. Zeeb2009-11-281-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-3/+2
* Remove remain <= MHLEN restriction in m_makespace(),VANHULLEBUS Yvan2009-01-281-52/+53
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-5/+6
* 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