aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
...
* Mark the socket as disconnected when freeing the association the firstMichael Tuexen2020-02-121-25/+25
* Revert https://svnweb.freebsd.org/changeset/base/357761Michael Tuexen2020-02-111-2/+2
* Don't start an SCTP timer using a net, which has been removed.Michael Tuexen2020-02-111-0/+1
* Use an int instead of a bool variable, since bool is not supportedMichael Tuexen2020-02-111-2/+2
* Stop the PMTU and HB timer when removing a net, not when freeing it.Michael Tuexen2020-02-091-1/+7
* Cleanup timer handling.Michael Tuexen2020-02-091-45/+6
* Remove unused timer.Michael Tuexen2020-02-041-5/+0
* Return -1 consistently if an error occurs.Michael Tuexen2020-01-051-1/+1
* Improve input validation for some parameters having a too smallMichael Tuexen2019-12-201-1/+4
* Move SCTP DTrace probe definitions into a .c file.Mark Johnston2019-10-131-1/+0
* Improve function definition.Michael Tuexen2019-08-311-1/+1
* Improve consistency. No functional change.Michael Tuexen2019-08-051-3/+4
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-6/+2
* Fix socket state handling when freeing an SCTP endpoint.Michael Tuexen2019-07-151-6/+5
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-2/+5
* Improve locking when tearing down an SCTP association.Michael Tuexen2019-03-251-1/+3
* Allocate an assocition id and register the stcb with holding the lock.Michael Tuexen2019-03-031-7/+2
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-1/+0
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-25/+25
* Use consistently the macors to modify the assoc state.Michael Tuexen2018-08-131-10/+10
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+16
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-36/+21
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-21/+36
* Don't overflow a buffer if we receive an INIT or INIT-ACK chunkMichael Tuexen2018-06-021-0/+2
* 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-10/+55
* Add missing socket lock.Michael Tuexen2017-09-221-0/+2
* Protect the address workqueue timer by a mutex.Michael Tuexen2017-09-201-4/+2
* Silence a Coverity warning from scanning the usrsctp library.Michael Tuexen2017-09-091-2/+2
* Use memset/memcpy instead of bzero/bcopy.Michael Tuexen2017-07-191-14/+14
* Fix the accounting and add code to detect errors in accounting.Michael Tuexen2017-07-191-52/+88
* Handle sctp_get_next_param() in a consistent way.Michael Tuexen2017-06-231-21/+24
* The desired lock here is socket buffer, not socket.Gleb Smirnoff2017-06-081-1/+1
* Use the SCTP_PCB_FLAGS_ACCEPTING flags to check for listeners.Michael Tuexen2017-05-261-2/+2
* Allow SCTP to use the hostcache.Michael Tuexen2017-04-291-16/+8
* Remove IPsec related PCB code from SCTP.Andrey V. Elsukov2017-02-131-18/+0
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-5/+5
* Whitespace changes.Michael Tuexen2016-12-261-45/+73
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-9/+9
* Mark the socket as un-writable when it is 1-to-1 and the SCTP associationMichael Tuexen2016-10-131-0/+1
* Whitespace changes.Michael Tuexen2016-10-131-90/+38
* Remove stream queue entry consistently from wheel.Michael Tuexen2016-08-071-3/+2
* Fix various bugs in relation to the I-DATA chunk supportMichael Tuexen2016-08-061-14/+28
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+1
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-3/+3
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-011-8/+8
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().Michael Tuexen2016-04-301-7/+7
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-55/+102
* Restrict local addresses until they are acked by the peer.Michael Tuexen2016-03-281-0/+4
* Use the SCTP level pointer, not the interface level.Michael Tuexen2016-02-191-3/+2