summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace changes due to upstream integration of SCTP changes in thetuexen2012-10-291-24/+10
* Remove __P.delphij2012-10-221-10/+10
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Whitespace changes.tuexen2012-04-191-1/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-6/+7
* Fix unused parameter warnings.tuexen2011-12-171-3/+3
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-2/+3
* Add support for the newly added SCTP API.tuexen2011-06-151-0/+24
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-4/+4
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-0/+7
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-3/+3
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-1/+3
* Code from the hack-session known as the IETF (and arrs2008-12-061-54/+17
* - Make strict-sacks be the default.rrs2008-08-281-0/+32
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-1/+2
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+1
* More prep for Vimage:rrs2008-06-151-1/+0
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-12/+13
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-0/+2
* Allow SCTP to compile without INET6.rrs2008-04-161-2/+0
* Use the pru_flush infrastructure to avoid a panicrrs2008-04-141-0/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-1/+1
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-2/+4
* - send call has a reference to uio->uio_resid inrrs2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andrrs2007-08-271-19/+26
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-10/+3
* - added pre-checks to the bindx call.rrs2007-07-171-0/+1
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-16/+31
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-0/+5
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-3/+3
* - More macros for OS compatabiltyrrs2007-05-081-3/+0
* - More work on making send lock contention.rrs2007-04-191-21/+6
* - Add more comments to sctps_stats struture in sctp_uio.hrrs2007-04-151-0/+2
* - fix source address selection when picking an acceptable addressrrs2007-04-141-0/+51
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-191-5/+0
* - Sysctl's move to seperate filerrs2007-03-151-209/+18
* - Copyright updates (aka 2007)rrs2007-02-121-81/+79
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-2/+1
* - Macroizes the V6ONLY flag check.rrs2007-01-151-0/+3
* a) macro-ization of all mbuf and random numberrrs2006-12-291-41/+39
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+476
OpenPOWER on IntegriCloud