summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace changes.tuexen2016-02-161-1/+1
* Improve the teardown of the SCTP stack.tuexen2016-02-161-1/+8
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-1/+7
* Add FIB support for SCTP.tuexen2015-06-171-1/+2
* Correctly detect the case where the last address is removed.tuexen2015-06-141-9/+16
* Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state.tuexen2015-05-281-4/+8
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-4/+6
* Add protection code to free memory in case of processing an address whichtuexen2015-01-181-0/+10
* Remove dead code.tuexen2015-01-121-8/+1
* Remove dead code.tuexen2015-01-111-14/+2
* Address another warnings reported by Patrick Laimbock when compilingtuexen2014-09-071-25/+13
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-22/+22
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-18/+8
* Honor jails for unbound SCTP sockets when selecting source addresses,tuexen2014-06-201-1/+41
* Make sure that we don't try to build an ASCONF-ACK chunktuexen2013-11-071-1/+2
* Use htons()/ntohs() appropriately.tuexen2013-11-071-1/+1
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-021-8/+28
* Allow the code to be compiled without warnings for any combinationtuexen2013-07-201-6/+3
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-18/+12
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-5/+5
* Whitespace cleanup.tuexen2012-09-081-1/+0
* Using %p in a format string requires a void *.tuexen2012-09-051-3/+3
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-151-6/+8
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-77/+18
* Use an existing function to get the source address.tuexen2012-06-031-60/+10
* Small cleanups. No functional change.tuexen2012-06-011-2/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+3
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-2/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-23/+23
* Fix unused parameter warnings.tuexen2011-12-171-15/+47
* Fix a typo introduced intuexen2011-09-151-1/+1
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-6/+14
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-20/+25
* Remove code with any effect.tuexen2011-05-031-2/+0
* Add a missing break. This bug was introduced in r221249.tuexen2011-05-031-0/+1
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-345/+506
* Remove addresses from endpoint when there are no associations.tuexen2011-02-101-3/+10
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* 1) Move per John Baldwin to mp_maxidrrs2011-02-031-1/+4
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-301-2/+1
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-28/+9
* Fix three bugs related to the sequence number wrap-around affectingtuexen2010-12-301-1/+1
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-45/+2
* * Fix a bug where the length of the ASCONF-ACK was calculated wrong duetuexen2010-06-141-1/+3
* * Fix compilation when using SCTP_AUDITING_ENABLED.tuexen2010-04-231-1/+1
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-5/+5
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Do not start the iterator when there are no associations.tuexen2009-11-171-36/+38
* Support for VNET in SCTP (hopefully)rrs2009-09-171-1/+1
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+198
OpenPOWER on IntegriCloud