netdev
[Top] [All Lists]

[BK PATCH] 2.6 SCTP updates

To: davem@xxxxxxxxxx
Subject: [BK PATCH] 2.6 SCTP updates
From: Sridhar Samudrala <sri@xxxxxxxxxx>
Date: Fri, 13 Feb 2004 16:07:05 -0800 (PST)
Cc: netdev@xxxxxxxxxxx, lksctp-developers@xxxxxxxxxxxxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
Hi Dave,

Please do a
        bk pull http://linux-lksctp.bkbits.net/lksctp-2.5.work
to get the following fixes to SCTP on top of linux 2.6.2.

# This patch includes the following deltas:
#                  ChangeSet    1.1551  -> 1.1554
#          net/sctp/ssnmap.c    1.2     -> 1.3
#          net/sctp/socket.c    1.105   -> 1.107
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/02/12      sri@xxxxxxxxxx  1.1552
# [SCTP] Use __get_free_pages() to allocate ssnmap.
#
# This is needed to avoid kmalloc()'s 128K limit when an association is
# initialized with a large no. of streams(more than 65000 inbound +
# outbound streams).
# --------------------------------------------
# 04/02/12      sri@xxxxxxxxxx  1.1553
# [SCTP] Fix SCTP_INITMSG set socket option so that a parameter with 0
#        value will not change its current value.
# --------------------------------------------
# 04/02/13      sri@xxxxxxxxxx  1.1554
# [SCTP] Fix sctp_getladdrs()/sctp_getpaddrs() API so that the port
#        value in the returned addresses is in network byte order.
# --------------------------------------------

Thanks
Sridhar

<Prev in Thread] Current Thread [Next in Thread>