aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a leak of an address, if the address is scheduled for removalMichael Tuexen2014-09-061-0/+3
* Change SCTP sysctl from auth_disable to auth_enable. This isMichael Tuexen2014-08-121-5/+1
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-41/+73
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-3/+5
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-2/+5
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-2/+5
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-3/+6
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-7/+5
* Remove the asconf_auth_nochk sysctl. This was off by default and onlyMichael Tuexen2014-08-011-2/+1
* Bugfix: When a remote address was added to an endpoint,Michael Tuexen2014-07-111-4/+10
* Integrate upstream changes.Michael Tuexen2014-07-111-0/+4
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-13/+82
* Remove unused code. This is triggered by the bugreport of Sylvestre LedruMichael Tuexen2014-05-061-8/+0
* Handle an edge case of address management similar to TCP.Michael Tuexen2014-03-291-1/+8
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-36/+3
* InMichael Tuexen2013-11-301-8/+0
* Only initialize some mutexes for the default VNET.Craig Rodrigues2013-11-251-2/+8
* When determining if an address belongs to an stcb, take the address familyMichael Tuexen2013-11-161-0/+3
* Cleanups which result in fixes which have been made upstreamMichael Tuexen2013-11-161-24/+21
* Unlock the lock before destroying it.Michael Tuexen2013-11-031-0/+2
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-5/+23
* Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.Michael Tuexen2013-10-281-1/+1
* Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen2013-07-051-3/+1
* Code cleanups.Michael Tuexen2013-07-031-75/+67
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYMichael Tuexen2013-05-101-2/+7
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-111-1/+2