aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a small memory leak from the nr-sack code - the mapping arrayRandall Stewart2009-05-301-22/+6
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-041-35/+27
* Fixes several PR-SCTP releated bugs.Randall Stewart2009-03-141-49/+156
* Add the add-stream capability. Still needs moreRandall Stewart2009-02-201-1/+68
* Fix INET only build breakage with SCTP - pointy hat to me :-)Randall Stewart2009-02-091-0/+2
* - Cleanup checksum code.Randall Stewart2009-02-031-172/+160
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-103/+169
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().Randall Stewart2008-11-121-3/+3
* The flags value was not always being copied out in the recv routine like itRandall Stewart2008-10-181-2/+3
* - Make strict-sacks be the default.Randall Stewart2008-08-281-0/+15
* Adds support for the SCTP_PORT_REUSE optionRandall Stewart2008-07-311-1/+1
* - Out with some printfs.Randall Stewart2008-07-291-3/+3
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-11/+25
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-50/+50
* - sctputil.c - If debug is on, the INPKILL timer can deref a freed value.Randall Stewart2008-05-211-4/+4
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-11/+29
* - Define changes in sctp.hRandall Stewart2008-05-201-0/+5
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-116/+198
* Correct two problems relating to sorflush(), which is called to flushRobert Watson2008-01-311-1/+1
* - More fixes for lock misses on the transfer of data toRandall Stewart2007-12-071-2/+2
* - optimize the initialization of the SB max variables.Randall Stewart2007-12-061-2/+9
* - Found a problem in non-blocking sends. WhenRandall Stewart2007-12-041-8/+9
* - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.Randall Stewart2007-11-101-1/+1
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-10-301-6/+12
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-161-5/+9
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* - We should return error = 0 and the upper processing wouldRandall Stewart2007-10-041-1/+2
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-3/+12
* - fix (global) address handling in the presence of duplicates, theRandall Stewart2007-09-211-2/+6
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-12/+12
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-22/+12
* - Incorrect error EAGAIN returned for invalid send on a lockedRandall Stewart2007-09-131-3/+1
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-11/+50
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-48/+266
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-16/+5
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-40/+124
* - Remove extra comment for 7.0 (no GIANT here).Randall Stewart2007-08-161-5/+4
* - change number assignments for SHA225-512 (match artisyncRandall Stewart2007-08-061-0/+3
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-10/+120
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-22/+59
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-2/+83
* - Consolidate the code that free's chunks to actually alsoRandall Stewart2007-07-021-6/+0
* - Update bindx address checking to properly screen out addressRandall Stewart2007-06-251-1/+11
* - Fix stream reset so it limits the number of streams that can be listedRandall Stewart2007-06-221-2/+2
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchRandall Stewart2007-06-181-0/+10
* - Matthew's changes to get inlines out, plus a few of my ownRandall Stewart2007-06-161-2/+2
* Name change SCTP_KTR_SUBSYS -> KTR_SCTPRandall Stewart2007-06-151-21/+21
* KTR_GEN -> KTR_SUBSYS (for Kris).Randall Stewart2007-06-151-1/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-513/+381
* - fix bindx to check addresses against socket's protocol familyRandall Stewart2007-06-131-0/+34