mav 2007-07-25 14:03:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_mppc.c
Log:
MFC rev. 1.25 - 1.31
Several fixes and performance optimizations.
Revision ChangesPath
1.23.2.2 +124 -86 src/sys/netgraph/ng_mppc.
mav 2007-05-18 15:28:01 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_mppc.c
Log:
Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.
Approved by:glebius (mentor)
Revision ChangesPath
1.31 +4 -0 sr
mav 2007-05-11 14:36:02 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_mppc.c
Log:
Performance optimization of the "encryption without compression" case by
avoiding memory allocation and data copying.
Encrypting directly at the original mbuf chain.
mav 2007-05-04 16:20:47 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_mppc.c
Log:
Avoid extra rc4_init() when ng_mppc_updatekey() going to do it anyway.
Approved by:glebius (mentor)
Revision ChangesPath
1.29 +7 -5 src/sys/ne
mav 2007-05-04 16:12:54 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_mppc.c
Log:
Compact code a bit
Approved by:glebius (mentor)
Revision ChangesPath
1.28 +3 -5 src/sys/netgraph/ng_mppc.c
___
mav 2007-05-04 16:05:58 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_mppc.c
Log:
Make coherency counter 12bit as it should
Approved by:glebius (mentor)
Revision ChangesPath
1.27 +6 -4 src/sys/netgraph/ng_mppc.c
mav 2007-05-04 15:44:22 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_mppc.c
Log:
Fix small mistake (sizeof(pad2) instead of sizeof(pad1))
Approved by:glebius (mentor)
Revision ChangesPath
1.26 +1 -1 src/sys/netgraph/ng_mppc
mav 2007-05-04 15:41:49 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_mppc.c
Log:
Remove unneded bzero().
SHA1Final() does not require clean buffer.
Approved by:glebius (mentor)
Revision ChangesPath
1.25 +0 -1 src/sys/netg