summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace changes.tuexen2016-02-161-3/+2
* Improve the teardown of the SCTP stack.tuexen2016-02-161-48/+80
* Always look in the TCP pool.tuexen2016-01-281-15/+2
* Fix a bug in INIT handling on accepted 1-to-1 style sockets when thetuexen2016-01-151-2/+6
* Fix the allocation of outgoing streams:tuexen2015-12-061-1/+2
* Fix the handling of IPSec policies in the SCTP stack. At leasttuexen2015-11-211-14/+9
* Revert part of r291137 which seems correct, bit does not fix thetuexen2015-11-211-2/+4
* Don't send SHUTDOWN chunk when the association is in a front statetuexen2015-11-211-4/+2
* Use __func__ instead of __FUNCTION__.tuexen2015-10-191-8/+8
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-5/+21
* Add FIB support for SCTP.tuexen2015-06-171-1/+4
* Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined.tuexen2015-05-281-4/+0
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-1/+2
* Fix two bugs which resulted in a screwed up end point list:tuexen2015-03-241-2/+4
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+1
* Remove dead code.tuexen2015-01-111-3/+0
* Remove dead code.tuexen2015-01-111-11/+0
* Add a missing break.tuexen2014-12-171-0/+1
* This is the SCTP specific companion oftuexen2014-12-041-3/+1
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-021-3/+3
* Merge from projects/sendfile:glebius2014-11-301-3/+3
* Use a consistent type for the number of HMAC algorithms.tuexen2014-09-161-2/+2
* Address warnings generated by the clang analyzer.tuexen2014-09-071-1/+0
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-27/+17
* Fix a leak of an address, if the address is scheduled for removaltuexen2014-09-061-0/+3
* Change SCTP sysctl from auth_disable to auth_enable. This istuexen2014-08-121-5/+1
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-41/+73
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-3/+5
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-2/+5
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-2/+5
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-3/+6
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-7/+5
* Remove the asconf_auth_nochk sysctl. This was off by default and onlytuexen2014-08-011-2/+1
* Bugfix: When a remote address was added to an endpoint,tuexen2014-07-111-4/+10
* Integrate upstream changes.tuexen2014-07-111-0/+4
* Honor jails for unbound SCTP sockets when selecting source addresses,tuexen2014-06-201-13/+82
* Remove unused code. This is triggered by the bugreport of Sylvestre Ledrutuexen2014-05-061-8/+0
* Handle an edge case of address management similar to TCP.tuexen2014-03-291-1/+8
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-36/+3
* Intuexen2013-11-301-8/+0
* Only initialize some mutexes for the default VNET.rodrigc2013-11-251-2/+8
* When determining if an address belongs to an stcb, take the address familytuexen2013-11-161-0/+3
* Cleanups which result in fixes which have been made upstreamtuexen2013-11-161-24/+21
* Unlock the lock before destroying it.tuexen2013-11-031-0/+2
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-021-5/+23
* Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.tuexen2013-10-281-1/+1
* Fix a bug were only 2048 streams where usable even though more thantuexen2013-07-051-3/+1
* Code cleanups.tuexen2013-07-031-75/+67
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYtuexen2013-05-101-2/+7
* Send the adaptation layer indication only if set by the user.tuexen2013-02-111-1/+2
OpenPOWER on IntegriCloud