aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_mppc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Yaroslav Tykhiy2006-02-101-0/+6
* MPPC node is not thread safe.Gleb Smirnoff2005-06-031-0/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+8
* Take the rc4 code out of ng_mppc module so we don't fail to load whenDoug Ambrisko2003-02-051-0/+5
* Fix two bugs:Archie Cobbs2002-12-141-12/+27
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-221-2/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-1/+1
* Add support for 56 bit MPPE encryption.Archie Cobbs2001-12-151-7/+9
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-8/+8
* KSE Milestone 2Julian Elischer2001-09-121-0/+3
* Fix some memory leaksJulian Elischer2001-01-101-18/+24
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-16/+15
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-51/+33
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-3/+4
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-2/+1
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Remove unnecessary #include's as reported by phk's script.Archie Cobbs2000-09-221-1/+0
* Allocate all memory (including within node constructors) with M_NOWAITArchie Cobbs2000-09-211-1/+1
* Allocate memory with M_NOWAIT instead of M_WAITOK because we couldArchie Cobbs2000-09-211-1/+1
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-2/+3
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* A netgraph node that implements Microsoft Point-to-Point compressionArchie Cobbs2000-04-091-0/+797