summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-40/+58
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-10/+14
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-31/+82
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-5/+8
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-0/+2
* Fix a bug reported by Jonathan Leighton in his web-sctp testingrrs2011-02-131-7/+15
* Fix bugs related to M_FLOWID:tuexen2011-02-071-0/+10
* 1) Track when flowid does get set.rrs2011-02-071-0/+2
* 1) Use same scheme Michael and I discussed for a selected for a flowidrrs2011-02-061-20/+20
* Add support for M_FLOWID.tuexen2011-02-051-0/+6
* 1) Fix cpu mapping per JB's suggestionsrrs2011-02-041-5/+21
* Make sure that changing the ECN sysctl does not affecttuexen2011-02-031-1/+3
* 1) Move per John Baldwin to mp_maxidrrs2011-02-031-3/+6
* Adds an experimental option to create a pool ofrrs2011-02-031-4/+27
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-9/+18
* More ECN fixes:rrs2011-01-311-110/+35
* Fixes to ECN in SCTP.rrs2011-01-291-29/+83
* Add stream scheduling support.tuexen2011-01-231-9/+14
* Bugfix: Make sure that the COMM_UP notificatin is delivered first alsotuexen2011-01-021-5/+18
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-301-20/+13
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-67/+35
* Fix three bugs related to the sequence number wrap-around affectingtuexen2010-12-301-1/+1
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-1/+1
* Fix a flightsize bug related to the processing of PKTDRP reports.tuexen2010-12-171-1/+1
* Bugfix: Take also the nr-mapping array into account when detectingtuexen2010-12-161-5/+7
* Fix a bug where also the number of non-renegable gap reportstuexen2010-12-041-0/+2
* 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
OpenPOWER on IntegriCloud