summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/sctp_sys_calls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC intuexen2013-07-091-0/+5
* Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled bytuexen2013-07-091-0/+3
* Remove the number of addresses restriction from sctp_connectx().tuexen2013-04-101-202/+94
* Improve code style. No functional change.tuexen2013-02-101-7/+7
* Cleanup the code a bit, which improves the portability.tuexen2012-11-191-43/+42
* Fix the handling of mapped IPv6 addresses in sctp_connectx().tuexen2012-11-191-1/+0
* Fix errno in a couple of error cases.tuexen2012-11-031-1/+3
* Update copyright date.tuexen2012-05-231-2/+3
* Remove debug output.tuexen2012-05-041-1/+0
* Address warnings found by clang.tuexen2011-12-171-36/+28
* Fix a bug where sctp_sendmdg() uses uninitialized memory.tuexen2011-12-151-0/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+3
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-0/+3
* Add SCTP_MAX_BURST support to sctp_opt_info().tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().tuexen2011-06-171-3/+6
* Fix two typos and remove redundant code.tuexen2011-06-161-5/+2
* * Fix the handling of addresses in sctp_sendv().tuexen2011-06-161-42/+83
* Add support for the newly added SCTP API.tuexen2011-06-151-21/+253
* * Update copyright notice.tuexen2011-05-051-78/+63
* If a user calls sctp_sendx() with a NULLrrs2010-07-071-0/+5
* Increment 'sa' at the end of the loop; otherwise, only the firstbrucec2010-07-051-1/+1
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.brucec2010-07-041-13/+13
* Remove extra semicolon.brucec2010-01-311-1/+1
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+107
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-7/+13
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* - Validate incoming addresses and sizes for connectx and bindx.rrs2007-06-111-5/+16
* -Fix so getoptinfo() is in conformance with socket api (itrrs2007-05-161-32/+33
* - Sysctl's move to seperate filerrs2007-03-151-6/+11
* Fixes build breakage.. invalid type casts.. and invalidrrs2007-02-221-6/+6
* Fixes __FreeBSD__ being present (they should not)rrs2007-02-221-6/+4
* Adds a performance improvement for when sctp_sendx isrrs2007-02-221-23/+43
* Consistently use a socklen_t type where required, and eliminaterodrigc2006-12-161-6/+6
* This adds the "system calls"rrs2006-12-151-0/+828
OpenPOWER on IntegriCloud