aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/sctp_sys_calls.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+5
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-5/+1
* libc sctp: improve conformance of sctp_getpaddrs()Michael Tuexen2021-12-011-1/+5
* libc sctp: fix sctp_getladdrs() when reporting no addressesMichael Tuexen2021-12-011-4/+4
* libc sctp: improve error reporting of sctp_getladdrs()Michael Tuexen2021-12-011-2/+0
* libc sctp: fix sctp_getladdrs() for 64-bit BE platformsMichael Tuexen2021-12-011-10/+10
* Add include missing from my last commit.Michael Tuexen2020-06-211-0/+1
* Cleanup the defintion of struct sctp_getaddresses. This stuctureMichael Tuexen2020-06-211-8/+8
* Use a struct sockaddr_in pr struct sockaddr_in6 as the option valueMichael Tuexen2020-06-201-22/+13
* Whitespace changes, not functional change intended.Michael Tuexen2020-06-181-22/+23
* Use correct buffer sizes in sctp_get[lp]addrs().Michael Tuexen2019-03-021-4/+2
* 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