summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it toglebius2014-05-281-1/+1
* Eliminate duplicated & dead code.zec2013-11-081-29/+0
* Assume the link to be dead if bit error rate (BER) parameter is set to 1.zec2011-05-241-1/+30
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Simplify ng_pipe locking model by relying on the netgraph frameworkzec2010-11-241-147/+85
* Fix a double-free bug which can occur if both bit error rate and packetzec2010-07-061-2/+3
* Avoid undefined behaviour.trasz2010-04-301-8/+11
* Start copyright notice with /*-joel2010-04-071-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+5
* Add Marko's pipe node.julian2008-09-031-0/+1053
OpenPOWER on IntegriCloud