summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pred1.c
Commit message (Collapse)AuthorAgeFilesLines
* Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepmav2009-01-181-13/+30
| | | | | 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.
* Slightly simplify code.mav2008-01-271-6/+6
|
* Whitespace cleanup.glebius2007-01-151-7/+7
| | | | Checked with: cvs diff -b
* A node that implements Predictor-1 compression for PPP.glebius2006-12-291-0/+698
Submitted by: Alexander Motin <mav alkar.net>
OpenPOWER on IntegriCloud