summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r295549:tuexen2016-02-251-1/+8
* MFC r285925:tuexen2016-01-161-1/+7
* MFC r284515:tuexen2015-06-201-1/+2
* MFC r284393:tuexen2015-06-171-9/+16
* MFC r283662:tuexen2015-05-311-4/+8
* MFC r283650:tuexen2015-05-311-4/+6
* MFC r277347:tuexen2015-05-291-0/+10
* MFC r277046:tuexen2015-05-291-8/+1
* MFC r277033:tuexen2015-05-291-14/+2
* MFC r270673:tuexen2014-09-181-47/+35
* MFC r269858:tuexen2014-08-221-18/+8
* MFC r267674:tuexen2014-06-231-1/+41
* 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
OpenPOWER on IntegriCloud