summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reported errno.tuexen2012-04-191-2/+2
* Make stream our stream reset implementationrrs2012-03-291-31/+81
* Small cleanup of the code. No functional change (in FreeBSD kernel).tuexen2012-03-221-17/+20
* Two cleanups. No functional change.tuexen2012-01-151-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-1/+10
* Use NULL instead of 0.tuexen2012-01-061-1/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-35/+37
* Fix unused parameter warnings.tuexen2011-12-171-44/+35
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+1
* Update the inp stored in a HB-timer when moving an stcb to a new inp.tuexen2011-10-091-1/+1
* Cleanup the iterator code, remove code that is never executed.tuexen2011-09-191-7/+0
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-171-0/+3
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-0/+26
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-141-33/+5
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-9/+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-139/+43
* Add support for the newly added SCTP API.tuexen2011-06-151-12/+16
* Get rid of unused functions.tuexen2011-05-291-65/+0
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-5/+5
* Remove code with any effect.tuexen2011-05-031-3/+0
* Some more cleanups related to an kernel without INET.tuexen2011-05-021-39/+91
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-1/+9
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-6/+14
* Improvements to CC modules:rrs2011-02-261-1/+5
* * Cleanup the code computing the retransmission timeout.tuexen2011-02-241-71/+33
* 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-0/+4
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-2/+12
* More ECN fixes:rrs2011-01-311-8/+1
* Fixes to ECN in SCTP.rrs2011-01-291-1/+0
* Keep track of the real last RTT on each net.rrs2011-01-281-0/+7
* Add stream scheduling support.tuexen2011-01-231-3/+7
* Remove unnecessary checking of variable.tuexen2011-01-231-12/+2
* Cleanup the management of CC functions.tuexen2011-01-191-57/+8
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-81/+55
* Bugfix: Do correct accounting using the MIB counters when antuexen2010-12-121-0/+5
* Don't print an empty line when printing mapping arrays.tuexen2010-11-121-2/+0
* Fix a bug which resulted in kevent() reporting an event twice ontuexen2010-11-091-0/+1
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-071-17/+32
* Not only stop all timers when entering the SHUTDOWN_SENT state,tuexen2010-11-071-20/+25
* Remove old debug code.tuexen2010-09-151-8/+0
* Remove unused variable/assignment.tuexen2010-09-151-3/+1
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-4/+7
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-3/+5
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-4/+2
* This fixes a crash in SCTP. It was possible to have arrs2010-07-031-4/+10
* Fix a rece condition in the shutdown handling.tuexen2010-06-181-0/+20
* 3 Fixes -rrs2010-06-111-4/+14
OpenPOWER on IntegriCloud