aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* Add protection code to free memory in case of processing an address whichMichael Tuexen2015-01-181-0/+10
* Remove dead code.Michael Tuexen2015-01-121-8/+1
* Remove dead code.Michael Tuexen2015-01-111-14/+2
* Address another warnings reported by Patrick Laimbock when compilingMichael Tuexen2014-09-071-25/+13
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-22/+22
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-18/+8
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-1/+41
* Make sure that we don't try to build an ASCONF-ACK chunkMichael Tuexen2013-11-071-1/+2
* Use htons()/ntohs() appropriately.Michael Tuexen2013-11-071-1/+1
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-8/+28
* Allow the code to be compiled without warnings for any combinationMichael Tuexen2013-07-201-6/+3
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-18/+12
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-5/+5
* Whitespace cleanup.Michael Tuexen2012-09-081-1/+0
* Using %p in a format string requires a void *.Michael Tuexen2012-09-051-3/+3
* Changes which improve compilation if neither INET nor INET6 is defined.Michael Tuexen2012-07-151-6/+8
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-77/+18
* Use an existing function to get the source address.Michael Tuexen2012-06-031-60/+10
* Small cleanups. No functional change.Michael Tuexen2012-06-011-2/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+3
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-121-2/+1
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-23/+23
* Fix unused parameter warnings.Michael Tuexen2011-12-171-15/+47
* Fix a typo introduced inMichael Tuexen2011-09-151-1/+1
* Make sure that SCTP rejects broadcast, multicast and wildcard addressesMichael Tuexen2011-09-151-6/+14
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-20/+25
* Remove code with any effect.Michael Tuexen2011-05-031-2/+0
* Add a missing break. This bug was introduced in r221249.Michael Tuexen2011-05-031-0/+1
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-345/+506
* Remove addresses from endpoint when there are no associations.Michael Tuexen2011-02-101-3/+10
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* 1) Move per John Baldwin to mp_maxidRandall Stewart2011-02-031-1/+4
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrosMichael Tuexen2010-12-301-2/+1
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,Michael Tuexen2010-12-301-28/+9
* Fix three bugs related to the sequence number wrap-around affectingMichael Tuexen2010-12-301-1/+1
* Delay the assignment of a path for DATA chunk until they hitMichael Tuexen2010-09-151-45/+2
* * Fix a bug where the length of the ASCONF-ACK was calculated wrong dueMichael Tuexen2010-06-141-1/+3
* * Fix compilation when using SCTP_AUDITING_ENABLED.Michael Tuexen2010-04-231-1/+1
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-5/+5
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Do not start the iterator when there are no associations.Michael Tuexen2009-11-171-36/+38
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-171-1/+1
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-0/+198
* - Out with some printfs.Randall Stewart2008-07-291-8/+3
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+3
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-11/+11
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-55/+196
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-102/+138
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-3/+10
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-13/+10