summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Not only stop all timers when entering the SHUTDOWN_SENT state,tuexen2010-11-071-3/+1
* Do not resend DATA chunks without delay when dropped by the peer andtuexen2010-11-061-0/+4
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-6/+11
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-9/+9
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-10/+10
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-16/+12
* Ok, yet another bug in killing off all the hundredsrrs2010-06-061-0/+6
* 1) Further enhance the INVARIANT lock validation (no locks) arerrs2010-06-061-1/+8
* This does two changes:rrs2010-06-051-6/+12
* This fixes a bug with the one-2-one model socket when arrs2010-05-111-2/+10
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-16/+6
* Fix for NR-Sack code. The code was NOT working properly whenrrs2010-03-241-22/+8
* Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.tuexen2010-02-201-2/+10
* Restore the checksum received before processing the packet.tuexen2010-02-041-1/+1
* Get rid of a lot of duplicated code for NR-SACK handle.tuexen2010-01-171-53/+74
* Fix a bug where the system panics when a SHUTDOWN is received with antuexen2009-11-181-0/+3
* Support for VNET in SCTP (hopefully)rrs2009-09-171-1/+1
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-9/+26
* Changes to the NR-Sack code so that:rrs2009-06-171-9/+1
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-2/+7
* Fix the add stream feature of strm-reset to really work:rrs2009-02-271-38/+69
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+1
* Add the add-stream capability. Still needs morerrs2009-02-201-1/+75
* - Cleanup checksum code.rrs2009-02-031-26/+20
* Code from the hack-session known as the IETF (and arrs2008-12-061-26/+352
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-2/+1
* - Out with some printfs.rrs2008-07-291-3/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-2/+6
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-44/+59
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-41/+63
* - Define changes in sctp.hrrs2008-05-201-1/+9
* Allow SCTP to compile without INET6.rrs2008-04-161-25/+42
* Use the pru_flush infrastructure to avoid a panicrrs2008-04-141-1/+28
* Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-311-1/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-42/+23
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-32/+54
* - For the 1-to-1 model, fix an off by one error thatrrs2007-09-161-1/+1
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-10/+18
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-0/+1
* - Added some comments to tell where the htcprrs2007-09-101-2/+2
* - send call has a reference to uio->uio_resid inrrs2007-09-081-10/+42
* - Locking compatiability changes. This involves addingrrs2007-09-081-41/+328
* - During shutdown pending, when the last sack came in andrrs2007-08-271-43/+81
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-47/+120
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-7/+3
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-061-0/+12
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-2/+7
* - remove duplicate code from sctp_asconf.crrs2007-07-211-2/+13
* - added pre-checks to the bindx call.rrs2007-07-171-6/+17
OpenPOWER on IntegriCloud