summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Use the same pattern for mbuf logging everywhere.tuexen2012-04-191-24/+8
* Make stream our stream reset implementationrrs2012-03-291-8/+109
* Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4tuexen2012-03-281-9/+35
* Fix a bug where the wrong protocol overhead was used. This can leadtuexen2012-02-141-25/+62
* Two cleanups. No functional change.tuexen2012-01-151-2/+2
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-2/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-67/+40
* Fix unused parameter warnings.tuexen2011-12-171-49/+43
* Fix a warning reported by arundel@.tuexen2011-11-271-5/+5
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+24
* Initialize all components of the sent COOKIE.tuexen2011-11-061-0/+4
* Send out control chunks which have no specific destination.tuexen2011-10-271-12/+36
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-3/+3
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-141-17/+12
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-27/+55
* Improve implementation of the Nagle algorithm for SCTP:tuexen2011-09-091-6/+12
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-141-2/+2
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-299/+159
* Add support for the newly added SCTP API.tuexen2011-06-151-112/+345
* Unbreak INET-less build.tuexen2011-05-181-1/+1
* Fix whitespacing.tuexen2011-05-171-23/+23
* Fix the source address selection for boundall socketstuexen2011-05-141-44/+152
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-32/+53
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-653/+780
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-1/+4
* Improvements to CC modules:rrs2011-02-261-0/+7
* Fix bugs related to M_FLOWID:tuexen2011-02-071-8/+6
* If not set (due to some error Michael is working onrrs2011-02-071-0/+12
* Add support for M_FLOWID.tuexen2011-02-051-10/+41
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* Fix several bugs in the stream schedulers.tuexen2011-02-031-1/+1
* Make sure that changing the ECN sysctl does not affecttuexen2011-02-031-27/+14
* 1) Move per John Baldwin to mp_maxidrrs2011-02-031-3/+7
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-1/+23
* More ECN fixes:rrs2011-01-311-77/+6
* Fixes to ECN in SCTP.rrs2011-01-291-19/+58
* Fix a bug in the way ECN-Echo chunkrrs2011-01-281-1/+16
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-24/+29
* Add stream scheduling support.tuexen2011-01-231-128/+17
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-301-13/+10
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-26/+10
* 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-9/+9
* Take out special code for disable CRC computations ontuexen2010-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
OpenPOWER on IntegriCloud