An error occurred fetching the project authors.
- 21 Oct, 2004 1 commit
-
-
Sridhar Samudrala authored
Add support for SCTP_ADAPTION_INDICATION notification, SCTP_ADAPTION_LAYER socket option and SCTP_PARAM_ADAPTION_LAYER_IND parameter. Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
-
- 06 Apr, 2004 1 commit
-
-
Sridhar Samudrala authored
only the receive specific fields of sctp_sndrcvinfo.
-
- 16 Jul, 2003 1 commit
-
-
Sridhar Samudrala authored
skb->cb even on 64-bit systems. Removed the redundant 'asoc' field in struct sctp_ulpevent and instead use sinfo_assoc_id which is present within the other field 'sndrcvinfo'. This makes the size of struct sctp_ulpevent to be less than the size of skb->cb[](48 bytes) even on 64-bit systems.
-
- 11 Jul, 2003 1 commit
-
-
Sridhar Samudrala authored
cleanup.
-
- 03 Jul, 2003 1 commit
-
-
Jon Grimm authored
When the skb was shared with Ethereal, Ethereal was sometimes the last user and the destructor would get called on another CPU, not knowing anything about our sock_lock. Move our rwnd updates and I/O redrive out of the skb destructor. Also, if unable to allocate an skb for our transmission packet, walk the packet's chunks and free the control chunks. Also change list_dels to list_del_init. Fix real later, but this prevent us from a doing damage if we list_del twice.
-
- 09 Apr, 2003 2 commits
- 28 Mar, 2003 1 commit
-
-
Jon Grimm authored
-
- 11 Feb, 2003 1 commit
-
-
Jon Grimm authored
Support pushing a partial record up to the application if we are receiving pressure on rwnd. The most common case is that the sender is sending a record larger than our rwnd. We send as much up the receive queue in hopes that a read will occur up room in rwnd. Other associations on the socket need held off until the partial delivery condition is finally fufilled (or ABORTed). Additionally, one must be careful to "do the right thing" with regards to associations peeled off to new sockets, properly preserving or clearing the partial delivery state.
-
- 06 Feb, 2003 1 commit
-
-
Jon Grimm authored
sndrcvinfo.sinfo_cumtsn is new field added by the latest (05) API I-D. Remove unused fields in ulpevent, minimally to make room for for storing this new field. But I'll clear out even more so I can make room for impending partial data delivery work. See changes in comments for ulpqueue.c. Many naming and typedef removal cleanups.
-
- 29 Aug, 2002 1 commit
-
-
David S. Miller authored
-
- 28 Aug, 2002 1 commit
-
-
David S. Miller authored
-
- 19 Aug, 2002 1 commit
-
-
Jon Grimm authored
-