summaryrefslogtreecommitdiff
path: root/lib/libc/net/sctp_sys_calls.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix a bug in sctp_sendmsgx(), where the sid provided by the userMichael Tuexen2016-12-071-1/+1
* sctp_sendx() needs to provide the assoc_id back.Michael Tuexen2016-01-241-2/+7
* sctp_sendv() needs to fill in the association id on return.Michael Tuexen2016-01-241-0/+7
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+3
* Initilize the msg_flags field consistently in all code paths.Michael Tuexen2014-12-171-1/+4
* Fix a typo reported by Lennart Grahl.Michael Tuexen2014-12-101-1/+1
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+6
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-0/+7
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-0/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+3
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-0/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+3
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-0/+3
* Fix several bugs in sctp_bindx():Michael Tuexen2014-01-041-9/+18
* Remove an unused variable and fix a memory leak in sctp_connectx().Michael Tuexen2013-09-191-3/+4
* Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC inMichael Tuexen2013-07-091-0/+5
* Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled byMichael Tuexen2013-07-091-0/+3
* Remove the number of addresses restriction from sctp_connectx().Michael Tuexen2013-04-101-202/+94
* Improve code style. No functional change.Michael Tuexen2013-02-101-7/+7
* Cleanup the code a bit, which improves the portability.Michael Tuexen2012-11-191-43/+42
* Fix the handling of mapped IPv6 addresses in sctp_connectx().Michael Tuexen2012-11-191-1/+0
* Fix errno in a couple of error cases.Michael Tuexen2012-11-031-1/+3
* Update copyright date.Michael Tuexen2012-05-231-2/+3
* Remove debug output.Michael Tuexen2012-05-041-1/+0
* Address warnings found by clang.Michael Tuexen2011-12-171-36/+28
* Fix a bug where sctp_sendmdg() uses uninitialized memory.Michael Tuexen2011-12-151-0/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-0/+3
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-0/+3
* Add SCTP_MAX_BURST support to sctp_opt_info().Michael Tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().Michael Tuexen2011-06-171-3/+6
* Fix two typos and remove redundant code.Michael Tuexen2011-06-161-5/+2
* * Fix the handling of addresses in sctp_sendv().Michael Tuexen2011-06-161-42/+83
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-21/+253
* * Update copyright notice.Michael Tuexen2011-05-051-78/+63
* If a user calls sctp_sendx() with a NULLRandall Stewart2010-07-071-0/+5
* Increment 'sa' at the end of the loop; otherwise, only the firstRebecca Cran2010-07-051-1/+1
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.Rebecca Cran2010-07-041-13/+13
* Remove extra semicolon.Rebecca Cran2010-01-311-1/+1
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-6/+107
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-7/+13
* - Removes some incorrect error returns (errno was being overriden inRandall Stewart2007-07-021-4/+2
* Add missing semi-colon.Matt Jacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedRandall Stewart2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenRandall Stewart2007-06-221-3/+3
* - Validate incoming addresses and sizes for connectx and bindx.Randall Stewart2007-06-111-5/+16
* -Fix so getoptinfo() is in conformance with socket api (itRandall Stewart2007-05-161-32/+33
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-6/+11
* Fixes build breakage.. invalid type casts.. and invalidRandall Stewart2007-02-221-6/+6
* Fixes __FreeBSD__ being present (they should not)Randall Stewart2007-02-221-6/+4