aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_vjc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-021-12/+8
* MFC: change Archie's and my email addresses Whistle.com->freebsd.orgJulian Elischer2000-10-241-1/+1
* MFC: allocate all memory with M_NOWAITArchie Cobbs2000-10-011-1/+1
* MFC:Archie Cobbs2000-08-221-6/+164
* MFC: misspellingArchie Cobbs2000-08-061-1/+1
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-3/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* Fix bug where hook pointers were not getting updated on disconnection.Archie Cobbs1999-11-191-4/+20
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.Archie Cobbs1999-11-171-0/+1
* More bug fixes for the VJ Compression node. Seems to work now (really).Archie Cobbs1999-11-151-54/+68
* Fix some bugs; seems to work now. Minor change to the configuration fieldArchie Cobbs1999-11-101-35/+29
* Add typedefs for node methodsJulian Elischer1999-11-011-8/+7
* cleanups regarding misused m_pullup() and similar.Julian Elischer1999-10-261-22/+29
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+439