summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-99/+203
* - remove duplicate code from sctp_asconf.crrs2007-07-211-3/+0
* - added pre-checks to the bindx call.rrs2007-07-171-28/+19
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-1/+1
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-0/+2
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulrrs2007-06-151-0/+5
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-2/+4
* - RTO was not being initialized to 0, thus the rtt calculationrrs2007-06-081-1/+1
* - Fixes so we won't try to start a timer when werrs2007-05-291-11/+11
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-12/+26
* Two major items here:rrs2007-05-091-333/+155
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
OpenPOWER on IntegriCloud