aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_deflate.c
Commit message (Expand)AuthorAgeFilesLines
* 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