freebsd-dev/sys/netinet/libalias
Randall Stewart eef9e53e55 This commit fixes the issue with alias_sctp.c. No
longer do we require SCTP to be in the kernel for the
lib to be able to handle SCTP. We do this by moving
the CRC32c checksum into libkern/crc32.c and then adjusting
all routines to use the common methods. Note that this
will improve the performance of iSCSI since they were
using the old single 256 bit table lookup versus the
slicing 8 algorithm (which gives a 4x speed up in
CRC32c calculation :-D)

Reviewed by:rwatson, gnn, scottl, paolo
MFC after:	4 week? (assuming we MFC the alias_sctp changes)
2009-02-14 11:34:57 +00:00
..
alias_cuseeme.c Summer of Code 2005: improve libalias - part 1 of 2 2006-09-26 23:26:53 +00:00
alias_db.c Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias_dummy.c Summer of Code 2005: improve libalias - part 1 of 2 2006-09-26 23:26:53 +00:00
alias_ftp.c Silent userland warnings about missing prototypes. 2009-01-15 19:35:23 +00:00
alias_irc.c Silent userland warnings about missing prototypes. 2009-01-15 19:35:23 +00:00
alias_local.h Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias_mod.c o made in kernel libalias mpsafe 2006-12-15 12:50:06 +00:00
alias_mod.h Summer of Code 2005: improve libalias - part 1 of 2 2006-09-26 23:26:53 +00:00
alias_nbt.c Silent userland warnings about missing prototypes. 2009-01-15 19:35:23 +00:00
alias_pptp.c Summer of Code 2005: improve libalias - part 1 of 2 2006-09-26 23:26:53 +00:00
alias_proxy.c MFP4: 2008-03-06 21:50:41 +00:00
alias_sctp.c This commit fixes the issue with alias_sctp.c. No 2009-02-14 11:34:57 +00:00
alias_sctp.h Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias_skinny.c Prevent the usage of an uninitialized variable: do not accept 2007-04-07 09:52:36 +00:00
alias_smedia.c MFP4: 2008-03-06 21:50:41 +00:00
alias_util.c Simpler version of the previous commit. 2007-12-06 09:31:13 +00:00
alias.c Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
alias.h -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn 2008-03-12 11:58:29 +00:00
HISTORY
libalias.3 Merge the rest of my changes. 2006-10-11 07:11:56 +00:00