An error occurred fetching the project authors.
- 11 Oct, 2002 1 commit
-
-
Sridhar Samudrala authored
* data/notifications waiting in the parent socket's receive queue should be moved to the peeled-off socket's receive queue. * sendmsg() to a peer already on an association that has been peeled off should fail and not create a new association.
-
- 04 Oct, 2002 1 commit
-
-
Jon Grimm authored
In sendmsg(), the lower layers own the association cleanup after the ASSOCIATE call has succeeded, so the error path should _only_ free the asoc if we've failed to pass this responsibility to the lower layer (otherwise we double-free the asoc).
-
- 27 Sep, 2002 1 commit
-
-
Jon Grimm authored
The lksctp project implemenents a regressions suite which needs certain functions exported. SCTP_STATIC is used to compile the function as 'static' when not in the testsuite.
-
- 25 Sep, 2002 1 commit
-
-
Jon Grimm authored
sctp: one more list_t removal. sctp: more whitespace cleanup (jgrimm) sctp: merge with linux bk tree sctp: Minor ABORT updates (ardelle.fan) sctp: Fix misc. COOKIE-ECHO bundling bugs. (jgrimm) There were small windows where the following could occur. -Two DATA chunks bundled with COOKIE-ECHO (only 1 allowed.) -DATA bundled with lost COOKIE-ECHO needs resent too. -DATA sent while in COOKIE-ECHOED if there had not been control data already bundled. sctp: more updates for abort (jgrimm and ardelle.fan) Cleanup T5 upon abort. Send COMM_LOST notification to ULP upon abort. sctp: updates to T5 shutdown timer. (samudrala) I missed a couple changes from Sridhar's last patch. sctp: more ABORT, cleanup shutdown timers (ardelle.fan) When we send or receive an ABORT, there may be a variety of timers running. Turn these timers off when we abort. sctp: Fix bug in COOKIE-ECHO retransmission. (jgrimm) We had saved away the pointer directly to the INIT-ACK state cookie param, but upon COOKIE ECHO retransmission, this skb has already been thrown away. The fix is to save away the cookie. sctp: Unknown chunk processing. (daisyc) Each chunkheader contains the chunk type. For forward compatiblity, 'action' bits in the type describe what action the peer requests if one does not understand that chunk type. This patch is to implement the handling of those 'unrecognized chunk' actions. sctp: Add T5 shutdown guard handling. (samudrala) The T5-shutdown-guard timer is used to bound the time we are willing to try gracefully shutting down. This protects against certain pathological peers. sctp: Add msg_name support for notifications and PF_INET sockets. (jgrimm)
-
- 03 Sep, 2002 1 commit
-
-
Rusty Russell authored
This removes list_t, which is a gratuitous typedef for a "struct list_head". Unless there is good reason, the kernel doesn't usually typedef, as typedefs cannot be predeclared unlike structs.
-
- 29 Aug, 2002 1 commit
-
-
David S. Miller authored
-
- 28 Aug, 2002 4 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
- also fix sctp.h declaration type of sctp_get_port
-
David S. Miller authored
-
- 21 Aug, 2002 2 commits
- 19 Aug, 2002 1 commit
-
-
Jon Grimm authored
-