| Commit message (Expand) | Author | Age | Files | Lines |
* | 1) Adds the rest of the VIMAGE change macros | rrs | 2008-07-09 | 1 | -13/+17 |
* | - Macro-izes the packed declaration in all headers. | rrs | 2008-06-14 | 1 | -130/+193 |
* | - sctputil.c - If debug is on, the INPKILL timer can deref a freed value. | rrs | 2008-05-21 | 1 | -90/+95 |
* | - Adds support for the multi-asconf (From Kozuka-san) | rrs | 2008-05-20 | 1 | -131/+527 |
* | Allow SCTP to compile without INET6. | rrs | 2008-04-16 | 1 | -280/+491 |
* | 1) adds some additional logging | rrs | 2008-04-14 | 1 | -1/+106 |
* | - Takes out stray ifdef code that should not have been present. | rrs | 2008-02-22 | 1 | -5/+0 |
* | - More fixes for lock misses on the transfer of data to | rrs | 2007-12-07 | 1 | -103/+119 |
* | - optimize the initialization of the SB max variables. | rrs | 2007-12-06 | 1 | -7/+11 |
* | - More fixes for the non-blocking msg send, had the skip of the pre-block | rrs | 2007-12-04 | 1 | -3/+4 |
* | - Opps, signedness issue with one of the new var's (this is an issue | rrs | 2007-12-04 | 1 | -1/+1 |
* | - Found a problem in non-blocking sends. When | rrs | 2007-12-04 | 1 | -71/+96 |
* | - Change the Time Wait of vtags value to match the cookie-life | rrs | 2007-10-30 | 1 | -2/+2 |
* | - fix sctp_ifn initial refcount issue (prevents deletion) | rrs | 2007-10-16 | 1 | -0/+11 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -1/+1 |
* | - Bug fix managing congestion parameter on immediate | rrs | 2007-10-01 | 1 | -7/+34 |
* | - The address lock is changed to a rwlock. This | rrs | 2007-09-18 | 1 | -6/+6 |
* | - Get rid of unsused constants for sysctl variables. | rrs | 2007-09-15 | 1 | -2/+2 |
* | - DF bit was on for COOKIE-ECHO chunks. This is | rrs | 2007-09-13 | 1 | -1/+10 |
* | - Incorrect error EAGAIN returned for invalid send on a locked | rrs | 2007-09-13 | 1 | -5/+7 |
* | - send call has a reference to uio->uio_resid in | rrs | 2007-09-08 | 1 | -20/+86 |
* | - Locking compatiability changes. This involves adding | rrs | 2007-09-08 | 1 | -40/+70 |
* | - During shutdown pending, when the last sack came in and | rrs | 2007-08-27 | 1 | -94/+207 |
* | - Fix address add handling to clear cached routes and source addresses | rrs | 2007-08-24 | 1 | -67/+196 |
* | - Remove extra comment for 7.0 (no GIANT here). | rrs | 2007-08-16 | 1 | -41/+48 |
* | - take out a needless panic under invariants for sctp_output.c | rrs | 2007-07-24 | 1 | -50/+62 |
* | - remove duplicate code from sctp_asconf.c | rrs | 2007-07-21 | 1 | -1/+3 |
* | - added pre-checks to the bindx call. | rrs | 2007-07-17 | 1 | -8/+18 |
* | - Modular congestion control, with RFC2581 being the default. | rrs | 2007-07-14 | 1 | -41/+160 |
* | - Consolidate the code that free's chunks to actually also | rrs | 2007-07-02 | 1 | -10/+10 |
* | - Two more static analisys bugs found by cisco's tool on a subsequent | rrs | 2007-06-18 | 1 | -2/+3 |
* | Add additional logging level mask for packet_logging too. | rrs | 2007-06-18 | 1 | -8/+16 |
* | - For sctp_input/sctp6_input add announcment when a packet arrives (debug) | rrs | 2007-06-17 | 1 | -4/+3 |
* | - Better handle sending large pkt-drops. We were not triming | rrs | 2007-06-16 | 1 | -12/+20 |
* | - Matthew's changes to get inlines out, plus a few of my own | rrs | 2007-06-16 | 1 | -6/+6 |
* | When removing a stream from the output-stream-wheel, if its the | rrs | 2007-06-15 | 1 | -0/+10 |
* | - Fix so ifn's are properly deleted when the ref count goes to 0. | rrs | 2007-06-14 | 1 | -98/+112 |
* | - Restructure so bindx functions are not done inline to socket option | rrs | 2007-06-12 | 1 | -1/+1 |
* | - Opps.. takes out debug printfs I accidentally left in :-( | rrs | 2007-06-09 | 1 | -7/+0 |
* | - fix send_failed notification contents | rrs | 2007-06-09 | 1 | -36/+30 |
* | - fix initial pcb vrf setting when the initial vrf is not the | rrs | 2007-06-02 | 1 | -4/+5 |
* | - Take out the broken table-id concept. Panda Routers have a M-VRF | rrs | 2007-06-01 | 1 | -24/+15 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c | rrs | 2007-05-30 | 1 | -39/+38 |
* | - Fix a memory overwrite when the mapping array | rrs | 2007-05-30 | 1 | -1/+1 |
* | - Fixes so we won't try to start a timer when we | rrs | 2007-05-29 | 1 | -6/+32 |
* | - fixed autclose to not allow setting on 1-2-1 model. | rrs | 2007-05-28 | 1 | -10/+41 |
* | - Fixed 1-2-1 model to not worry about associd in sockopts | rrs | 2007-05-17 | 1 | -5/+9 |
* | Two major items here: | rrs | 2007-05-09 | 1 | -375/+214 |
* | - Copyright change, cisco's silly tool wants it to say: | rrs | 2007-05-08 | 1 | -1/+1 |