aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace changes.Michael Tuexen2016-02-161-3/+2
* Improve the teardown of the SCTP stack.Michael Tuexen2016-02-161-48/+80
* Always look in the TCP pool.Michael Tuexen2016-01-281-15/+2
* Fix a bug in INIT handling on accepted 1-to-1 style sockets when theMichael Tuexen2016-01-151-2/+6
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+2
* Fix the handling of IPSec policies in the SCTP stack. At leastMichael Tuexen2015-11-211-14/+9
* Revert part of r291137 which seems correct, bit does not fix theMichael Tuexen2015-11-211-2/+4
* Don't send SHUTDOWN chunk when the association is in a front stateMichael Tuexen2015-11-211-4/+2
* Use __func__ instead of __FUNCTION__.Michael Tuexen2015-10-191-8/+8
* Provide consistent error causes whenever an ABORT chunk is sent.Michael Tuexen2015-07-271-5/+21
* Add FIB support for SCTP.Michael Tuexen2015-06-171-1/+4
* Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined.Michael Tuexen2015-05-281-4/+0
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-1/+2
* Fix two bugs which resulted in a screwed up end point list:Michael Tuexen2015-03-241-2/+4
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* Remove dead code.Michael Tuexen2015-01-111-3/+0
* Remove dead code.Michael Tuexen2015-01-111-11/+0
* Add a missing break.Michael Tuexen2014-12-171-0/+1
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-3/+1
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-3/+3
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-3/+3
* Use a consistent type for the number of HMAC algorithms.Michael Tuexen2014-09-161-2/+2
* Address warnings generated by the clang analyzer.Michael Tuexen2014-09-071-1/+0
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-27/+17