netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] sctp updates
@ 2007-08-02 17:55 Vlad Yasevich
  2007-08-03  2:44 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Vlad Yasevich @ 2007-08-02 17:55 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, lksctp-developers

Hi David

Please pull the following changes since commit fc34f6c617bf2a845d793af12b96bcc0afd472c4:
 Andrew Morton (1):
       Fix up "remove the arm26 port"

which are found in branch 'master' of the git repository at:

 master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git

Dave Johnson (1):
      SCTP: IPv4 mapped addr not returned in SCTPv6 accept()

Sebastian Siewior (2):
      sctp: try to fix readlock
      sctp: fix shadow symbol in net/sctp/tsnmap.c

Vlad Yasevich (1):
      SCTP: IPv4 mapped addr not returned in SCTPv6 accept()

Wei Yongjun (2):
      SCTP: drop SACK if ctsn is not less than the next tsn of assoc
      SCTP: remove useless code in function sctp_init_cause

sebastian@breakpoint.cc (3):
      sctp: make locally used function static
      sctp: move global declaration to header file.
      sctp: remove shadowed symbols

 include/net/sctp/sctp.h  |   10 ++++
 net/sctp/input.c         |    2 +-
 net/sctp/ipv6.c          |    2 +
 net/sctp/sm_make_chunk.c |    6 ---
 net/sctp/sm_statefuns.c  |  103 ++++++++++++++++++++++++++++++++++-----------
 net/sctp/socket.c        |   45 +++++++++++---------
 net/sctp/tsnmap.c        |   14 +++---
 7 files changed, 123 insertions(+), 59 deletions(-)

Thanks
-vlad



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

* Re: [GIT PULL] sctp updates
  2007-08-02 17:55 [GIT PULL] sctp updates Vlad Yasevich
@ 2007-08-03  2:44 ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2007-08-03  2:44 UTC (permalink / raw)
  To: vyasevich; +Cc: netdev, lksctp-developers

From: Vlad Yasevich <vyasevich@verizon.net>
Date: Thu, 02 Aug 2007 13:55:33 -0400

> Hi David
> 
> Please pull the following changes since commit fc34f6c617bf2a845d793af12b96bcc0afd472c4:
>  Andrew Morton (1):
>        Fix up "remove the arm26 port"
> 
> which are found in branch 'master' of the git repository at:
> 
>  master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git

Pulled, thanks a lot Vlad.

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

* [GIT PULL] SCTP updates
@ 2007-08-30 21:26 Vlad Yasevich
  2007-08-31  5:14 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Vlad Yasevich @ 2007-08-30 21:26 UTC (permalink / raw)
  To: davem; +Cc: lksctp-developers, netdev

Hi David

Please pull the  following changes since commit
b07d68b5ca4d55a16fab223d63d5fb36f89ff42f:
  Linus Torvalds (1):
        Linux 2.6.23-rc4

that are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git master

Vlad Yasevich (7):
      SCTP: properly clean up fragment and ordering queues during FWD-TSN.
      SCTP: Assign stream sequence numbers to the entire message
      SCTP: Pick the correct port when binding to 0.
      SCTP: Uncomfirmed transports can't become Inactive
      SCTP: Do not retransmit chunks that are newer then rtt.
      SCTP: Correctly disable listening when backlog is 0.
      SCTP: Abort on COOKIE-ECHO if backlog is exceeded.

Wei Yongjun (4):
      SCTP: Fix sctp_addto_chunk() to add pad with correct length
      SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly
      SCTP: Use net_ratelimit to suppress error messages print too fast
      SCTP: Fix to handle invalid parameter length correctly

 include/net/sctp/sm.h       |    2 +-
 include/net/sctp/structs.h  |    1 +
 include/net/sctp/ulpqueue.h |    1 +
 net/sctp/associola.c        |    7 ++-
 net/sctp/outqueue.c         |    7 +++
 net/sctp/sm_make_chunk.c    |  112 +++++++++++++++++++++++++++++-------------
 net/sctp/sm_sideeffect.c    |    8 ++-
 net/sctp/sm_statefuns.c     |   51 ++++++++++----------
 net/sctp/socket.c           |    3 +
 net/sctp/ulpqueue.c         |   75 ++++++++++++++++++++++++-----
 10 files changed, 190 insertions(+), 77 deletions(-)

Thanks
-vlad

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

* Re: [GIT PULL] SCTP updates
  2007-08-30 21:26 [GIT PULL] SCTP updates Vlad Yasevich
@ 2007-08-31  5:14 ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2007-08-31  5:14 UTC (permalink / raw)
  To: vladislav.yasevich; +Cc: lksctp-developers, netdev

From: Vlad Yasevich <vladislav.yasevich@hp.com>
Date: Thu, 30 Aug 2007 17:26:30 -0400

> that are available in the git repository at:
> 
>   master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git master

Pulled, thanks a lot Vlad.

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

end of thread, other threads:[~2007-08-31  5:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02 17:55 [GIT PULL] sctp updates Vlad Yasevich
2007-08-03  2:44 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2007-08-30 21:26 [GIT PULL] SCTP updates Vlad Yasevich
2007-08-31  5:14 ` 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).