summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256556:tuexen2013-11-211-10/+31
* 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
* - Out with some printfs.rrs2008-07-291-8/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+3
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-11/+11
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-55/+196
* Allow SCTP to compile without INET6.rrs2008-04-161-102/+138
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-3/+10
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-13/+10
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-73/+76
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-9/+2
* - Removed debug code and more C++ style comments in the mobilityrrs2007-09-101-14/+1
* - Added some comments to tell where the htcprrs2007-09-101-9/+8
* - send call has a reference to uio->uio_resid inrrs2007-09-081-11/+167
* - Locking compatiability changes. This involves addingrrs2007-09-081-6/+6
* - During shutdown pending, when the last sack came in andrrs2007-08-271-13/+158
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-1/+13
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-2/+49
OpenPOWER on IntegriCloud