summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r269436, r269445:tuexen2014-08-221-7/+5
* MFC r269396:tuexen2014-08-221-2/+1
* MFC r268534:tuexen2014-08-221-4/+10
* MFC r268526:tuexen2014-08-221-0/+4
* MFC r267674:tuexen2014-06-231-13/+82
* MFC r265455:tuexen2014-06-221-8/+0
* MFC r263922:tuexen2014-06-221-1/+8
* MFC r263237:tuexen2014-06-221-36/+3
* MFC r258574:tuexen2013-12-031-2/+0
* MFC r256556:tuexen2013-11-211-30/+50
* 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
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-2/+2
* Remove debug code.tuexen2012-05-061-10/+0
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-5/+5
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-23/+13
* Fix unused parameter warnings.tuexen2011-12-171-11/+15
* Remove debug code.tuexen2011-11-281-7/+0
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-6/+3
* Cleanup comparison of interface names.tuexen2011-11-181-24/+4
* Set the MTU of an path to an approriate value if the interface MTUtuexen2011-11-151-16/+26
* Don't copy uninitialized memory. Also simplify the comparisontuexen2011-11-131-15/+5
* When loading addresses from INITs, always use the correcttuexen2011-11-071-37/+48
* When add a new remote address using sctp_add_remote_addr(),tuexen2011-10-271-3/+3
* When moving an stcb to a new inp and we copy over the list oftuexen2011-10-101-0/+3
* Update the inp stored in a HB-timer when moving an stcb to a new inp.tuexen2011-10-091-0/+1
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-171-1/+6
OpenPOWER on IntegriCloud