summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-141-9/+3
* Fix more issues with the SACK/NR-SACK generation code.tuexen2010-11-121-21/+24
* Fix the SACK/NR-SACK generation code.tuexen2010-11-111-9/+8
* * Fix an accounting bug regarding SACK/NR-SACK chunks.tuexen2010-11-061-56/+22
* Fix a bug where the wrong PR-SCTP policy was considered.tuexen2010-09-171-1/+1
* * Implement initial version of send buffer splitting.tuexen2010-09-171-1/+18
* Remove old debug code.tuexen2010-09-151-11/+0
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-87/+78
* * Remove code which has no effect.tuexen2010-09-091-108/+61
* Implement correct handling of address parameter andtuexen2010-09-051-121/+61
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-3/+10
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-72/+88
* Bugfix: Do not send a packet drop report in response to a receivedtuexen2010-08-281-3/+6
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-44/+56
* Fix a bug where endpoints bound to wildcard addresses wheretuexen2010-08-051-0/+36
* Cleanup code.tuexen2010-08-011-2/+1
* Fix the comment block that has the nicerrs2010-07-291-12/+22
* PR SCTP Bugs. Basically a full sized frame ofrrs2010-07-291-3/+6
* Fix a bug where the length of a FORWARD-TSN chunk was set incorrectly intuexen2010-07-261-4/+2
* This change does the following:rrs2010-06-051-13/+23
* Fix an old long time bug in generating arrs2010-05-121-3/+2
* More PR-SCTP bugs:rrs2010-05-121-2/+2
* Sending a FWDTSN chunk should not affect the retran count.tuexen2010-04-251-1/+1
* Use also SCTP/IPv6 checksum offloading in special cases.tuexen2010-04-031-13/+60
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-375/+138
* Fix for NR-Sack code. The code was NOT working properly whenrrs2010-03-241-47/+25
* 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
OpenPOWER on IntegriCloud