summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_mppc.c
Commit message (Expand)AuthorAgeFilesLines
* Take the rc4 code out of ng_mppc module so we don't fail to load whenambrisko2003-02-051-0/+5
* Fix two bugs:archie2002-12-141-12/+27
* Don't use "NULL" when "0" is really meant.archie2002-08-221-2/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-1/+1
* Add support for 56 bit MPPE encryption.archie2001-12-151-7/+9
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-8/+8
* KSE Milestone 2julian2001-09-121-0/+3
* Fix some memory leaksjulian2001-01-101-18/+24
* Part 2 of the netgraph rewrite.julian2001-01-081-16/+15
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-51/+33
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-3/+4
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Remove unnecessary #include's as reported by phk's script.archie2000-09-221-1/+0
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-1/+1
* Allocate memory with M_NOWAIT instead of M_WAITOK because we couldarchie2000-09-211-1/+1
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* A netgraph node that implements Microsoft Point-to-Point compressionarchie2000-04-091-0/+797
OpenPOWER on IntegriCloud