summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-143/+189
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-80/+146
* Fixes for window probes:rrs2009-03-061-49/+69
* - PR-SCTP bug, where the CUM-ACK was not being updatedrrs2009-03-041-14/+24
* Code from the hack-session known as the IETF (and arrs2008-12-061-79/+2717
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-6/+7
* - Make strict-sacks be the default.rrs2008-08-281-1/+10
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-0/+4
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-177/+123
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-2/+2
* Protection against errant sender sending a streamrrs2008-04-141-1/+7
* - Fixes a comparison wrap issue with sack gap ack blocks thatrrs2008-01-281-1/+1
* - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.rrs2007-11-101-2/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-3/+6
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-2/+7
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-0/+13
* - send call has a reference to uio->uio_resid inrrs2007-09-081-16/+20
* - Locking compatiability changes. This involves addingrrs2007-09-081-50/+123
* - During shutdown pending, when the last sack came in andrrs2007-08-271-84/+86
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-22/+36
* - remove duplicate code from sctp_asconf.crrs2007-07-211-0/+1
* - added pre-checks to the bindx call.rrs2007-07-171-98/+110
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-469/+21
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-11/+15
* - When a SCTP socket is closed, but the last datarrs2007-06-291-13/+0
* - Fix stream reset so it limits the number of streams that can be listedrrs2007-06-221-5/+12
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-1/+1
* - Matthew's changes to get inlines out, plus a few of my ownrrs2007-06-161-3/+3
* - Issue one, new stack reduction left packet_drop handling stillrrs2007-06-151-13/+34
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-364/+336
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-1/+0
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-2/+2
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-1/+1
* - Fixes so we won't try to start a timer when werrs2007-05-291-2/+7
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-18/+15
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-0/+6
* Two major items here:rrs2007-05-091-139/+77
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-3/+3
* - More macros for OS compatabiltyrrs2007-05-081-56/+126
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-24/+52
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-2/+11
* - More work on making send lock contention.rrs2007-04-191-4/+15
* Fix a typeo - unbreak the build.mlaier2007-04-141-1/+1
* - fix source address selection when picking an acceptable addressrrs2007-04-141-220/+197
* - fixed several places where we did not release INP locks.rrs2007-04-031-13/+93
* - Found bug in min split point bundling which causedrrs2007-03-311-111/+198
* - window update sacks sent incorrectly afterrrs2007-03-201-7/+3
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-191-0/+23
* - Sysctl's move to seperate filerrs2007-03-151-106/+104
OpenPOWER on IntegriCloud