aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_deflate.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Convert ng_deflate to use new zlib.Xin LI2019-08-231-39/+58
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* netgraph: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-2/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+2
* Remove alignment constraints.Alexander Motin2010-04-011-4/+5
* Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepAlexander Motin2009-01-181-14/+27
* Whitespace cleanup.Gleb Smirnoff2007-01-151-7/+7
* Fix accounting of incoming octets.Gleb Smirnoff2007-01-101-1/+2
* A node that implements the Deflate sub-protocols of the Compression ControlGleb Smirnoff2006-12-281-0/+683