summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.tuexen2010-02-201-3/+13
* Get rid of a lot of duplicated code for NR-SACK handle.tuexen2010-01-171-13/+9
* Remove another set of "leaked" ifdefs that somehow foundrrs2010-01-171-4/+0
* Get rid of support of an old version of the SCTP-AUTH draft.tuexen2010-01-161-8/+0
* Get rid of unused fields addr_over which is never really used,tuexen2009-11-171-5/+0
* Fix a bug where queued ASCONF messags are not sent out.tuexen2009-11-171-0/+1
* Improve round robin stream scheduler and cleanup some code.tuexen2009-10-291-21/+24
* Improve the round robin stream scheduler.tuexen2009-10-261-11/+5
* Use correct arguments when calling SCTP_RTALLOC().tuexen2009-10-081-2/+2
* Fix so that round robing stream scheduling works as advertisedrrs2009-10-081-25/+4
* Fix errnos.tuexen2009-09-201-6/+12
* Support for VNET in SCTP (hopefully)rrs2009-09-171-9/+9
* Fix a crash when using one-to-one stlye socket in non-blockingtuexen2009-08-181-1/+2
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-52/+48
* Changes to the NR-Sack code so that:rrs2009-06-171-7/+0
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-1931/+121
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-6/+50
* Fixes for window probes:rrs2009-03-061-1/+1
* Fix the add stream feature of strm-reset to really work:rrs2009-02-271-6/+10
* Add the add-stream capability. Still needs morerrs2009-02-201-20/+54
* Fix a bug. The sending was being restricted improperly byrrs2009-02-201-2/+2
* - Cleanup checksum code.rrs2009-02-031-407/+399
* Code from the hack-session known as the IETF (and arrs2008-12-061-151/+2463
* More issues with pre-blocking:rrs2008-10-271-4/+10
* Two inter-related bugs.rrs2008-10-271-2/+8
* - Adapt layer indication was always being given (it should onlyrrs2008-10-181-33/+28
* - Make strict-sacks be the default.rrs2008-08-281-0/+1
* Make the kernel compile with SCTP and SCTP_DEBUG butbz2008-08-241-1/+2
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-1/+19
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-13/+17
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-130/+193
* - sctputil.c - If debug is on, the INPKILL timer can deref a freed value.rrs2008-05-211-90/+95
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-131/+527
* Allow SCTP to compile without INET6.rrs2008-04-161-280/+491
* 1) adds some additional loggingrrs2008-04-141-1/+106
* - Takes out stray ifdef code that should not have been present.rrs2008-02-221-5/+0
* - More fixes for lock misses on the transfer of data torrs2007-12-071-103/+119
* - optimize the initialization of the SB max variables.rrs2007-12-061-7/+11
* - More fixes for the non-blocking msg send, had the skip of the pre-blockrrs2007-12-041-3/+4
* - Opps, signedness issue with one of the new var's (this is an issuerrs2007-12-041-1/+1
* - Found a problem in non-blocking sends. Whenrrs2007-12-041-71/+96
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-2/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-0/+11
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-7/+34
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-6/+6
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-2/+2
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-1/+10
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-5/+7
* - send call has a reference to uio->uio_resid inrrs2007-09-081-20/+86
OpenPOWER on IntegriCloud