aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve handling of address changesMichael Tuexen2024-11-061-1/+1
* sctp: garbage collect two unused functionsMichael Tuexen2024-11-061-12/+0
* sctp: don't consider the interface name when removing an addressMichael Tuexen2024-11-061-1/+1
* sctp garbage collect sctp_update_ifn_mtuMichael Tuexen2024-10-311-2/+0
* sctp: make sctp_free_ifn() staticMichael Tuexen2024-10-311-1/+0
* sctp: store vtag expire time as time_tMichael Tuexen2024-08-011-1/+1
* sctp: store cookie secret change time as time_tMichael Tuexen2024-08-011-2/+2
* sctp: cleanup cdefs.h includeMichael Tuexen2024-01-111-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sctp: improve handling of sctp inpcb flagsMichael Tuexen2023-02-011-0/+3
* sctp: remove a mutex not used anymoreMichael Tuexen2023-02-011-1/+0
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2022-02-221-0/+4
* sctp: cleanup timewait handling for vtagsMichael Tuexen2022-02-221-8/+2
* sctp: Remove an unused sctp_inpcb fieldMark Johnston2021-09-141-1/+0
* sctp: Implement sctp_inpcb_bind_locked()Mark Johnston2021-09-081-0/+3
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-07-131-2/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-11/+0
* More cleanups due to ifdef cleanup done upstreamMichael Tuexen2020-06-121-3/+2
* Some more uint32_t cleanups, no functional change.Michael Tuexen2020-03-271-5/+5
* Use uint32_t where it is expected to be used. No functional change.Michael Tuexen2020-03-271-1/+1
* Store a handle for the event handler. This will be used when unloading theMichael Tuexen2019-10-241-0/+1
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-1/+1
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-1/+5
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-8/+6
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-6/+8
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-8/+6
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-031-0/+1
* Remove code not used on any platform currently supported.Michael Tuexen2017-09-161-4/+0
* Whitespace changes.Michael Tuexen2016-12-261-2/+4
* Whitespace changes.Michael Tuexen2016-12-061-7/+2
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-2/+2
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-011-2/+2
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().Michael Tuexen2016-04-301-1/+1
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-0/+3
* Improve the teardown of the SCTP stack.Michael Tuexen2016-02-161-4/+0
* Retire sctp_validate_no_locks().Michael Tuexen2015-12-101-6/+0
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+1
* Add FIB support for SCTP.Michael Tuexen2015-06-171-0/+1
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-1/+1
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+1
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-0/+2
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-0/+1
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-0/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+1
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-1/+1
* Make the features a 64-bit value instead of 32-bit.Michael Tuexen2013-08-121-1/+1
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-111-0/+1