summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_deflate.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove alignment constraints.mav2010-04-011-4/+5
|
* Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepmav2009-01-181-14/+27
| | | | | original mbuf chain headers. It can be less efficient in some cases, but it looks better then mess of copying headers into the nonempty chain.
* Whitespace cleanup.glebius2007-01-151-7/+7
| | | | Checked with: cvs diff -b
* Fix accounting of incoming octets.glebius2007-01-101-1/+2
| | | | Submitted by: Alexander Motin <mav alkar.net>
* A node that implements the Deflate sub-protocols of the Compression Controlglebius2006-12-281-0/+683
Protocol (CCP). Submitted by: Alexander Motin <mav alkar.net>
OpenPOWER on IntegriCloud