index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netgraph
/
ng_mppc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.
mav
2007-05-18
1
-0
/
+4
*
Performance optimization of the "encryption without compression" case by
mav
2007-05-11
1
-70
/
+103
*
Avoid extra rc4_init() when ng_mppc_updatekey() going to do it anyway.
mav
2007-05-04
1
-5
/
+7
*
Compact code a bit
mav
2007-05-04
1
-5
/
+3
*
Make coherency counter 12bit as it should
mav
2007-05-04
1
-4
/
+6
*
Fix small mistake (sizeof(pad2) instead of sizeof(pad1))
mav
2007-05-04
1
-1
/
+1
*
Remove unneded bzero().
mav
2007-05-04
1
-1
/
+0
*
In preparation for making the modules actually use opt_*.h files
yar
2005-10-14
1
-0
/
+6
*
MPPC node is not thread safe.
glebius
2005-06-03
1
-0
/
+3
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+3
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+8
*
Take the rc4 code out of ng_mppc module so we don't fail to load when
ambrisko
2003-02-05
1
-0
/
+5
*
Fix two bugs:
archie
2002-12-14
1
-12
/
+27
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-22
1
-2
/
+2
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-1
/
+1
*
Add support for 56 bit MPPE encryption.
archie
2001-12-15
1
-7
/
+9
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-8
/
+8
*
KSE Milestone 2
julian
2001-09-12
1
-0
/
+3
*
Fix some memory leaks
julian
2001-01-10
1
-18
/
+24
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-16
/
+15
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-51
/
+33
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-3
/
+4
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-2
/
+1
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-1
/
+1
*
Remove unnecessary #include's as reported by phk's script.
archie
2000-09-22
1
-1
/
+0
*
Allocate all memory (including within node constructors) with M_NOWAIT
archie
2000-09-21
1
-1
/
+1
*
Allocate memory with M_NOWAIT instead of M_WAITOK because we could
archie
2000-09-21
1
-1
/
+1
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-2
/
+3
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
A netgraph node that implements Microsoft Point-to-Point compression
archie
2000-04-09
1
-0
/
+797