| Commit message (Expand) | Author | Age | Files | Lines |
* | - Macro-izes the packed declaration in all headers. | rrs | 2008-06-14 | 1 | -50/+50 |
* | - sctputil.c - If debug is on, the INPKILL timer can deref a freed value. | rrs | 2008-05-21 | 1 | -4/+4 |
* | - Adds support for the multi-asconf (From Kozuka-san) | rrs | 2008-05-20 | 1 | -11/+29 |
* | - Define changes in sctp.h | rrs | 2008-05-20 | 1 | -0/+5 |
* | Allow SCTP to compile without INET6. | rrs | 2008-04-16 | 1 | -121/+203 |
* | Correct two problems relating to sorflush(), which is called to flush | rwatson | 2008-01-31 | 1 | -1/+1 |
* | - More fixes for lock misses on the transfer of data to | rrs | 2007-12-07 | 1 | -2/+2 |
* | - optimize the initialization of the SB max variables. | rrs | 2007-12-06 | 1 | -2/+9 |
* | - Found a problem in non-blocking sends. When | rrs | 2007-12-04 | 1 | -8/+9 |
* | - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions. | rrs | 2007-11-10 | 1 | -1/+1 |
* | - Change the Time Wait of vtags value to match the cookie-life | rrs | 2007-10-30 | 1 | -6/+12 |
* | - fix sctp_ifn initial refcount issue (prevents deletion) | rrs | 2007-10-16 | 1 | -5/+9 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -1/+1 |
* | - We should return error = 0 and the upper processing would | rrs | 2007-10-04 | 1 | -1/+2 |
* | - Bug fix managing congestion parameter on immediate | rrs | 2007-10-01 | 1 | -3/+12 |
* | - fix (global) address handling in the presence of duplicates, the | rrs | 2007-09-21 | 1 | -2/+6 |
* | - The address lock is changed to a rwlock. This | rrs | 2007-09-18 | 1 | -12/+12 |
* | - DF bit was on for COOKIE-ECHO chunks. This is | rrs | 2007-09-13 | 1 | -22/+12 |
* | - Incorrect error EAGAIN returned for invalid send on a locked | rrs | 2007-09-13 | 1 | -3/+1 |
* | - send call has a reference to uio->uio_resid in | rrs | 2007-09-08 | 1 | -11/+50 |
* | - Locking compatiability changes. This involves adding | rrs | 2007-09-08 | 1 | -48/+266 |
* | - During shutdown pending, when the last sack came in and | rrs | 2007-08-27 | 1 | -16/+5 |
* | - Fix address add handling to clear cached routes and source addresses | rrs | 2007-08-24 | 1 | -40/+124 |
* | - Remove extra comment for 7.0 (no GIANT here). | rrs | 2007-08-16 | 1 | -5/+4 |
* | - change number assignments for SHA225-512 (match artisync | rrs | 2007-08-06 | 1 | -0/+3 |
* | - take out a needless panic under invariants for sctp_output.c | rrs | 2007-07-24 | 1 | -10/+120 |
* | - added pre-checks to the bindx call. | rrs | 2007-07-17 | 1 | -23/+60 |
* | - Modular congestion control, with RFC2581 being the default. | rrs | 2007-07-14 | 1 | -2/+83 |
* | - Consolidate the code that free's chunks to actually also | rrs | 2007-07-02 | 1 | -6/+0 |
* | - Update bindx address checking to properly screen out address | rrs | 2007-06-25 | 1 | -1/+11 |
* | - Fix stream reset so it limits the number of streams that can be listed | rrs | 2007-06-22 | 1 | -2/+2 |
* | - Fixes cstatic issues found by cisco sa tool (missing frees and such | rrs | 2007-06-18 | 1 | -0/+10 |
* | - Matthew's changes to get inlines out, plus a few of my own | rrs | 2007-06-16 | 1 | -2/+2 |
* | Name change SCTP_KTR_SUBSYS -> KTR_SCTP | rrs | 2007-06-15 | 1 | -21/+21 |
* | KTR_GEN -> KTR_SUBSYS (for Kris). | rrs | 2007-06-15 | 1 | -1/+1 |
* | - Fix so ifn's are properly deleted when the ref count goes to 0. | rrs | 2007-06-14 | 1 | -530/+398 |
* | - fix bindx to check addresses against socket's protocol family | rrs | 2007-06-13 | 1 | -0/+34 |
* | - Fixed cookie handling to calc an RTO when | rrs | 2007-06-13 | 1 | -1/+2 |
* | - Restructure so bindx functions are not done inline to socket option | rrs | 2007-06-12 | 1 | -0/+144 |
* | - fix send_failed notification contents | rrs | 2007-06-09 | 1 | -42/+46 |
* | - RTO was not being initialized to 0, thus the rtt calculation | rrs | 2007-06-08 | 1 | -6/+13 |
* | - Fixes a case where doing a sysctl would leave locks held | rrs | 2007-06-06 | 1 | -0/+3 |
* | - Take out the broken table-id concept. Panda Routers have a M-VRF | rrs | 2007-06-01 | 1 | -11/+17 |
* | - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c | rrs | 2007-05-30 | 1 | -41/+37 |
* | - Fix a memory overwrite when the mapping array | rrs | 2007-05-30 | 1 | -14/+21 |
* | - Fixes so we won't try to start a timer when we | rrs | 2007-05-29 | 1 | -8/+13 |
* | - fixed autclose to not allow setting on 1-2-1 model. | rrs | 2007-05-28 | 1 | -9/+37 |
* | - Fixed 1-2-1 model to not worry about associd in sockopts | rrs | 2007-05-17 | 1 | -2/+7 |
* | Two major items here: | rrs | 2007-05-09 | 1 | -138/+187 |
* | - Copyright change, cisco's silly tool wants it to say: | rrs | 2007-05-08 | 1 | -1/+1 |