summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-18/+72
* Turns out that when a receiver forwards through its TNS's therrs2009-07-281-12/+21
* Add a missing unlock for the inp lock whentuexen2009-07-261-0/+1
* Fix a small memory leak from the nr-sack code - the mapping arrayrrs2009-05-301-22/+6
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-35/+27
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-49/+156
* Add the add-stream capability. Still needs morerrs2009-02-201-1/+68
* Fix INET only build breakage with SCTP - pointy hat to me :-)rrs2009-02-091-0/+2
* - Cleanup checksum code.rrs2009-02-031-172/+160
* Code from the hack-session known as the IETF (and arrs2008-12-061-103/+169
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-3/+3
* The flags value was not always being copied out in the recv routine like itrrs2008-10-181-2/+3
* - Make strict-sacks be the default.rrs2008-08-281-0/+15
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-1/+1
* - Out with some printfs.rrs2008-07-291-3/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-11/+25
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-50/+50
* - sctputil.c - If debug is on, the INPKILL timer can deref a freed value.rrs2008-05-211-4/+4
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-11/+29
* - Define changes in sctp.hrrs2008-05-201-0/+5
* Allow SCTP to compile without INET6.rrs2008-04-161-121/+203
* Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-311-1/+1
* - More fixes for lock misses on the transfer of data torrs2007-12-071-2/+2
* - optimize the initialization of the SB max variables.rrs2007-12-061-2/+9
* - Found a problem in non-blocking sends. Whenrrs2007-12-041-8/+9
* - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.rrs2007-11-101-1/+1
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-6/+12
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-5/+9
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* - We should return error = 0 and the upper processing wouldrrs2007-10-041-1/+2
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-3/+12
* - fix (global) address handling in the presence of duplicates, therrs2007-09-211-2/+6
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-12/+12
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-22/+12
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-3/+1
* - send call has a reference to uio->uio_resid inrrs2007-09-081-11/+50
* - Locking compatiability changes. This involves addingrrs2007-09-081-48/+266
* - During shutdown pending, when the last sack came in andrrs2007-08-271-16/+5
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-40/+124
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-5/+4
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-061-0/+3
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-10/+120
* - added pre-checks to the bindx call.rrs2007-07-171-23/+60
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-2/+83
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-6/+0
* - Update bindx address checking to properly screen out addressrrs2007-06-251-1/+11
* - Fix stream reset so it limits the number of streams that can be listedrrs2007-06-221-2/+2
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-0/+10
* - Matthew's changes to get inlines out, plus a few of my ownrrs2007-06-161-2/+2
* Name change SCTP_KTR_SUBSYS -> KTR_SCTPrrs2007-06-151-21/+21
OpenPOWER on IntegriCloud