netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Rework SCTP debugging framework
@ 2013-06-26 17:01 Daniel Borkmann
  2013-06-26 17:01 ` [PATCH net-next 1/2] lib: vsprintf: add IPv4/v6 generic %pig/%pIg format specifier Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Daniel Borkmann @ 2013-06-26 17:01 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-sctp

Please see patch 2 for a detailed description. Tested with lksctp-tools
suite and other stress tests.

Daniel Borkmann (2):
  lib: vsprintf: add IPv4/v6 generic %pig/%pIg format specifier
  net: sctp: rework debugging framework to use pr_debug and friends

 include/net/sctp/sctp.h  |  75 ---------------------
 lib/vsprintf.c           |  18 ++++-
 net/sctp/Kconfig         |  12 ++--
 net/sctp/associola.c     |  69 +++++++++----------
 net/sctp/chunk.c         |   5 +-
 net/sctp/debug.c         |   4 --
 net/sctp/endpointola.c   |   5 +-
 net/sctp/input.c         |   6 +-
 net/sctp/inqueue.c       |   9 ++-
 net/sctp/ipv6.c          |  21 +++---
 net/sctp/output.c        |  40 +++++------
 net/sctp/outqueue.c      | 160 ++++++++++++++++++++------------------------
 net/sctp/protocol.c      |  48 +++++++-------
 net/sctp/sm_make_chunk.c |  25 +++----
 net/sctp/sm_sideeffect.c |  97 ++++++++++++---------------
 net/sctp/sm_statefuns.c  |  77 +++++++++++++---------
 net/sctp/socket.c        | 168 ++++++++++++++++++++++-------------------------
 net/sctp/transport.c     |  51 +++++++-------
 18 files changed, 405 insertions(+), 485 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2013-06-27 11:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 17:01 [PATCH net-next 0/2] Rework SCTP debugging framework Daniel Borkmann
2013-06-26 17:01 ` [PATCH net-next 1/2] lib: vsprintf: add IPv4/v6 generic %pig/%pIg format specifier Daniel Borkmann
2013-06-26 17:27   ` Vlad Yasevich
2013-06-26 18:35     ` Daniel Borkmann
2013-06-27 11:00     ` Neil Horman
2013-06-27  1:05   ` Joe Perches
2013-06-27  7:53     ` Daniel Borkmann
2013-06-27  1:37   ` Cong Wang
2013-06-27  7:47     ` Daniel Borkmann
2013-06-26 17:01 ` [PATCH net-next 2/2] net: sctp: rework debugging framework to use pr_debug and friends Daniel Borkmann
2013-06-27  2:32   ` Vlad Yasevich
2013-06-26 20:26 ` [PATCH net-next 0/2] Rework SCTP debugging framework David Miller
2013-06-26 20:53   ` Daniel Borkmann

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).