summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't send kernel provided information in the User Initiatedtuexen2013-02-111-32/+13
* Make sure that received packets for removed addresses are handledtuexen2013-02-101-180/+192
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-43/+46
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-6/+7
* Minor cleanups of debug messages.tuexen2012-12-271-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Find the endpoint for an incoming packet also if the endpointtuexen2012-11-261-1/+2
* Get the accounting working. We now have counters how manytuexen2012-11-161-1/+15
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-071-0/+9
* Whitespace change.tuexen2012-09-231-2/+1
* Whitespace changes.tuexen2012-09-091-6/+4
* Using %p in a format string requires a void *.tuexen2012-09-051-10/+10
* Fix a refcount issue. The called only decrements is stcb is NULL.tuexen2012-08-051-4/+3
* Fix a bug reported by Simon L. B. Nielsen:tuexen2012-08-041-2/+0
* Fix a refcount bug when freeing an association.tuexen2012-07-171-7/+3
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-1/+9
* Use case for selecting the address family (as in other places).tuexen2012-07-141-3/+10
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-196/+23
* Remove code which is not needed.tuexen2012-06-031-4/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-6/+5
OpenPOWER on IntegriCloud