summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* Don't print an empty line when printing mapping arrays.tuexen2010-11-121-2/+0
* Fix a bug which resulted in kevent() reporting an event twice ontuexen2010-11-091-0/+1
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-071-17/+32
* Not only stop all timers when entering the SHUTDOWN_SENT state,tuexen2010-11-071-20/+25
* Remove old debug code.tuexen2010-09-151-8/+0
* Remove unused variable/assignment.tuexen2010-09-151-3/+1
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-4/+7
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-3/+5
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-4/+2
* This fixes a crash in SCTP. It was possible to have arrs2010-07-031-4/+10
* Fix a rece condition in the shutdown handling.tuexen2010-06-181-0/+20
* 3 Fixes -rrs2010-06-111-4/+14
* Ok, yet another bug in killing off all the hundredsrrs2010-06-061-1/+1
* Fix a bug in sctp_abort_assoc(). DON'T call the sctp_inpcb_freerrs2010-06-061-7/+0
* Purge out a Windows def that somehow slippedrrs2010-06-051-7/+1
* This adds back the Iterator to the sctprrs2010-05-161-54/+46
* * Fix compilation when using SCTP_AUDITING_ENABLED.tuexen2010-04-231-3/+3
* Really print the nr_mapping array when it should be printed.`tuexen2010-04-201-1/+1
* Fix a off-by-one bug in zeroing out the mapping arrays.tuexen2010-04-061-30/+16
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-57/+36
* Fix for NR-Sack code. The code was NOT working properly whenrrs2010-03-241-5/+35
* Fixes a bug where SACKs in the face ofrrs2010-03-231-14/+33
* * Fix another u_long -> uint32_t issue.tuexen2010-02-191-4/+1
* Pulls out another leaked windows ifdef that somehowrrs2010-01-171-6/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Get rid of unused fields addr_over which is never really used,tuexen2009-11-171-1/+0
* Do not hold the lock longer than necessary.tuexen2009-11-171-1/+1
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-0/+10
* Fix a bug in the handling of unreliable messagestuexen2009-08-191-5/+9
* * 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
OpenPOWER on IntegriCloud