| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More ECN fixes: | Randall Stewart | 2011-01-31 | 1 | -2/+1 |
* | * Use 300 ms as the default for RTO_MIN. | Michael Tuexen | 2011-01-26 | 1 | -4/+3 |
* | Fix it so we align with new socket API draft for | Randall Stewart | 2011-01-20 | 1 | -2/+1 |
* | Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros | Michael Tuexen | 2010-12-30 | 1 | -5/+7 |
* | * Implement initial version of send buffer splitting. | Michael Tuexen | 2010-09-17 | 1 | -0/+3 |
* | 1) Optimize the cleanup and don't always depend on | Randall Stewart | 2010-06-06 | 1 | -1/+1 |
* | Ok, yet another bug in killing off all the hundreds | Randall Stewart | 2010-06-06 | 1 | -1/+1 |
* | This adds back the Iterator to the sctp | Randall Stewart | 2010-05-16 | 1 | -5/+0 |
* | Get rid of unused constants. | Michael Tuexen | 2010-05-12 | 1 | -8/+0 |
* | This fixes a bug with the one-2-one model socket when a | Randall Stewart | 2010-05-11 | 1 | -0/+1 |
* | * Fix some race condition in SACK/NR-SACK processing. | Michael Tuexen | 2010-04-03 | 1 | -7/+8 |
* | Remove strange APPLE define that leaked | Randall Stewart | 2010-01-17 | 1 | -12/+0 |
* | Use the default stack size for the iterator thread. | Michael Tuexen | 2009-11-27 | 1 | -1/+1 |
* | Disable (temporary) the thread based interator. It does not work with vnet. | Michael Tuexen | 2009-11-17 | 1 | -0/+3 |
* | Fixes several PR-SCTP releated bugs. | Randall Stewart | 2009-03-14 | 1 | -2/+2 |
* | - PR-SCTP bug, where the CUM-ACK was not being updated | Randall Stewart | 2009-03-04 | 1 | -1/+2 |
* | Add the add-stream capability. Still needs more | Randall Stewart | 2009-02-20 | 1 | -2/+7 |
* | - Cleanup checksum code. | Randall Stewart | 2009-02-03 | 1 | -57/+11 |
* | Code from the hack-session known as the IETF (and a | Randall Stewart | 2008-12-06 | 1 | -54/+47 |
* | -Improvement: Add '\n' on debug output in sctp_lower_sosend(). | Randall Stewart | 2008-11-12 | 1 | -8/+1 |
* | - Out with some printfs. | Randall Stewart | 2008-07-29 | 1 | -2/+0 |
* | 1) Adds the rest of the VIMAGE change macros | Randall Stewart | 2008-07-09 | 1 | -1/+3 |
* | - Adds support for the multi-asconf (From Kozuka-san) | Randall Stewart | 2008-05-20 | 1 | -0/+6 |
* | New logging values. | Randall Stewart | 2008-04-14 | 1 | -29/+30 |
* | - Change the Time Wait of vtags value to match the cookie-life | Randall Stewart | 2007-10-30 | 1 | -3/+2 |
* | - fix sctp_ifn initial refcount issue (prevents deletion) | Randall Stewart | 2007-10-16 | 1 | -0/+2 |
* | - Bug fix managing congestion parameter on immediate | Randall Stewart | 2007-10-01 | 1 | -0/+3 |
* | - fix (global) address handling in the presence of duplicates, the | Randall Stewart | 2007-09-21 | 1 | -1/+1 |
* | - DF bit was on for COOKIE-ECHO chunks. This is | Randall Stewart | 2007-09-13 | 1 | -5/+0 |
* | - send call has a reference to uio->uio_resid in | Randall Stewart | 2007-09-08 | 1 | -6/+15 |
* | - Locking compatiability changes. This involves adding | Randall Stewart | 2007-09-08 | 1 | -0/+7 |
* | - During shutdown pending, when the last sack came in and | Randall Stewart | 2007-08-27 | 1 | -3/+23 |
* | - Fix address add handling to clear cached routes and source addresses | Randall Stewart | 2007-08-24 | 1 | -1/+12 |
* | - change number assignments for SHA225-512 (match artisync | Randall Stewart | 2007-08-06 | 1 | -0/+1 |
* | - added pre-checks to the bindx call. | Randall Stewart | 2007-07-17 | 1 | -0/+4 |
* | - Modular congestion control, with RFC2581 being the default. | Randall Stewart | 2007-07-14 | 1 | -0/+7 |
* | - Fix so ifn's are properly deleted when the ref count goes to 0. | Randall Stewart | 2007-06-14 | 1 | -7/+9 |
* | - Fixed cookie handling to calc an RTO when | Randall Stewart | 2007-06-13 | 1 | -1/+1 |
* | - Restructure so bindx functions are not done inline to socket option | Randall Stewart | 2007-06-12 | 1 | -1/+1 |
* | - Take out the broken table-id concept. Panda Routers have a M-VRF | Randall Stewart | 2007-06-01 | 1 | -16/+18 |
* | - Fix a memory overwrite when the mapping array | Randall Stewart | 2007-05-30 | 1 | -1/+3 |
* | - fixed autclose to not allow setting on 1-2-1 model. | Randall Stewart | 2007-05-28 | 1 | -2/+7 |
* | - Fixed 1-2-1 model to not worry about associd in sockopts | Randall Stewart | 2007-05-17 | 1 | -2/+2 |
* | - Copyright change, cisco's silly tool wants it to say: | Randall Stewart | 2007-05-08 | 1 | -1/+1 |
* | - Get rid of the sctp_inpcb_free() "magic numbers", now they | Randall Stewart | 2007-05-08 | 1 | -0/+10 |
* | - More macros for OS compatabilty | Randall Stewart | 2007-05-08 | 1 | -0/+2 |
* | - Somehow the disable fragment option got lost. We could | Randall Stewart | 2007-05-02 | 1 | -1/+4 |
* | - fix source address selection when picking an acceptable address | Randall Stewart | 2007-04-14 | 1 | -2/+10 |
* | - fixed several places where we did not release INP locks. | Randall Stewart | 2007-04-03 | 1 | -12/+8 |
* | - Found bug in min split point bundling which caused | Randall Stewart | 2007-03-31 | 1 | -4/+4 |