aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-0/+1
* Improvements to CC modules:Randall Stewart2011-02-261-1/+2
* Fix bugs related to M_FLOWID:Michael Tuexen2011-02-071-5/+7
* 1) Track when flowid does get set.Randall Stewart2011-02-071-2/+1
* Add support for M_FLOWID.Michael Tuexen2011-02-051-0/+4
* 1) Fix cpu mapping per JB's suggestionsRandall Stewart2011-02-041-14/+29
* Make sure that changing the ECN sysctl does not affectMichael Tuexen2011-02-031-2/+7
* 1) Move per John Baldwin to mp_maxidRandall Stewart2011-02-031-7/+7
* Fix the per CPU stats so that:Randall Stewart2011-02-031-1/+13
* Adds an experimental option to create a pool ofRandall Stewart2011-02-031-0/+149
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-0/+2
* More ECN fixes:Randall Stewart2011-01-311-4/+0
* Fixes to ECN in SCTP.Randall Stewart2011-01-291-0/+1
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+1
* Cleanup the management of CC functions.Michael Tuexen2011-01-191-7/+1
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrosMichael Tuexen2010-12-301-7/+3
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,Michael Tuexen2010-12-301-248/+129
* Adds new dtrace for cwnd functions and lay'sRandall Stewart2010-11-251-0/+1
* Fix a locking issue reported by brucec@ affectingMichael Tuexen2010-11-131-1/+2
* Improve the scalability by using the local and remote port whenMichael Tuexen2010-11-091-30/+33
* Fix typos.Rebecca Cran2010-11-091-16/+16
* Fix a locking issue which shows up when the code is usedMichael Tuexen2010-09-191-3/+3
* Remove old debug code.Michael Tuexen2010-09-151-13/+0
* Delay the assignment of a path for DATA chunk until they hitMichael Tuexen2010-09-151-2/+8
* Fix some CLANG warnings. One clang warning is leftRandall Stewart2010-09-051-2/+2
* Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239Michael Tuexen2010-09-011-1/+1
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-4/+2
* Make sure that we report chunks if a socketRandall Stewart2010-07-261-7/+29
* Fix a bug that WILL cause a panic. BasicallyRandall Stewart2010-07-021-2/+2
* Fix a bug I introduced in r209470.Michael Tuexen2010-06-241-2/+2
* * Implement sctp_does_stcb_own_this_addr() correclty. It was taking theMichael Tuexen2010-06-231-57/+151
* * Fix a bug where the length of the ASCONF-ACK was calculated wrong dueMichael Tuexen2010-06-141-12/+17
* 3 Fixes -Randall Stewart2010-06-111-39/+11
* Found by Michael. In cases where we runRandall Stewart2010-06-091-0/+2
* Fix serveral bugs all having to do with freeing anRandall Stewart2010-06-091-22/+38
* Opps... my bad.. we don't need a SOCK_UNLOCK() afterRandall Stewart2010-06-071-1/+0
* Fix so we call socantrcvmore_locked so weRandall Stewart2010-06-071-1/+1
* 1) Optimize the cleanup and don't always depend onRandall Stewart2010-06-061-3/+10
* Ok, yet another bug in killing off all the hundredsRandall Stewart2010-06-061-1/+3
* Fix a bug in the sctp_inpcb_free. Basically if the socketRandall Stewart2010-06-061-0/+4
* Hopefully this fixes a LOR by makingRandall Stewart2010-06-061-22/+17
* This fixes a bug in the close up of a socket thatRandall Stewart2010-06-051-2/+15
* This adds back the Iterator to the sctpRandall Stewart2010-05-161-85/+97
* This fixes a bug with the one-2-one model socket when aRandall Stewart2010-05-111-4/+5
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-82/+42
* Adds the option of keeping per-cpu statistics in SCTP. ThisRandall Stewart2010-03-241-0/+5
* Get rid of support of an old version of the SCTP-AUTH draft.Michael Tuexen2010-01-161-16/+1
* Correct usage of parenthesis.Michael Tuexen2010-01-041-2/+2
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,Michael Tuexen2009-11-171-7/+7
* Fix a memory leak when destroying an SCTP stack.Michael Tuexen2009-11-171-10/+27