netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] SCTP fix/updates
@ 2013-10-30 10:50 Daniel Borkmann
  2013-10-30 10:50 ` [PATCH net-next 1/5] lib: crc32: clean up spacing in test cases Daniel Borkmann
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Daniel Borkmann @ 2013-10-30 10:50 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-sctp

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-11-04 21:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 10:50 [PATCH net-next 0/5] SCTP fix/updates Daniel Borkmann
2013-10-30 10:50 ` [PATCH net-next 1/5] lib: crc32: clean up spacing in test cases Daniel Borkmann
2013-10-30 13:56   ` Joe Perches
2013-10-30 14:10     ` David Laight
2013-10-30 14:15       ` Daniel Borkmann
2013-10-30 15:14         ` Joe Perches
2013-10-30 10:50 ` [PATCH net-next 2/5] lib: crc32: add functionality to combine two crc32{,c}s in GF(2) Daniel Borkmann
2013-10-30 10:50 ` [PATCH net-next 3/5] lib: crc32: add test cases for crc32{,c}_combine routines Daniel Borkmann
2013-10-30 10:50 ` [PATCH net-next 4/5] net: skb_checksum: allow custom update/combine for walking skb Daniel Borkmann
2013-10-30 10:50 ` [PATCH net-next 5/5] net: sctp: fix and consolidate SCTP checksumming code Daniel Borkmann
2013-10-30 14:29   ` Vlad Yasevich
2013-11-04 12:11     ` Daniel Borkmann
2013-11-04 16:10       ` Vlad Yasevich
2013-11-04 21:10         ` Daniel Borkmann
2013-10-30 11:29 ` [PATCH net-next 0/5] SCTP fix/updates Neil Horman
2013-10-30 14:29 ` Vlad Yasevich
2013-11-04  4:07 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).