lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 30 Oct 2013 07:29:07 -0400
From:	Neil Horman <nhorman@...driver.com>
To:	Daniel Borkmann <dborkman@...hat.com>
Cc:	davem@...emloft.net, netdev@...r.kernel.org,
	linux-sctp@...r.kernel.org
Subject: Re: [PATCH net-next 0/5] SCTP fix/updates

On Wed, Oct 30, 2013 at 11:50:47AM +0100, Daniel Borkmann wrote:
> Please see patch 5 for the main description/motivation, the rest just
> brings in the needed functionality for that. Although this is actually
> a fix, I've based it against net-next as some additional work for
> fixing it was needed.
> 
> Thanks!
> 
> Daniel Borkmann (5):
>   lib: crc32: clean up spacing in test cases
>   lib: crc32: add functionality to combine two crc32{,c}s in GF(2)
>   lib: crc32: add test cases for crc32{,c}_combine routines
>   net: skb_checksum: allow custom update/combine for walking skb
>   net: sctp: fix and consolidate SCTP checksumming code
> 
>  include/linux/crc32.h       |  40 ++++
>  include/linux/skbuff.h      |  13 +-
>  include/net/checksum.h      |   6 +
>  include/net/sctp/checksum.h |  56 ++----
>  lib/crc32.c                 | 453 +++++++++++++++++++++++++-------------------
>  net/core/skbuff.c           |  31 ++-
>  net/sctp/output.c           |   9 +-
>  7 files changed, 350 insertions(+), 258 deletions(-)
> 
> -- 
> 1.8.3.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Acked-by: Neil Horman <nhorman@...driver.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ