| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK | tuexen | 2013-02-09 | 1 | -18/+12 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -5/+5 |
* | Whitespace cleanup. | tuexen | 2012-09-08 | 1 | -1/+0 |
* | Using %p in a format string requires a void *. | tuexen | 2012-09-05 | 1 | -3/+3 |
* | Changes which improve compilation if neither INET nor INET6 is defined. | tuexen | 2012-07-15 | 1 | -6/+8 |
* | Pass the src and dst address of a received packet explicitly around. | tuexen | 2012-06-28 | 1 | -77/+18 |
* | Use an existing function to get the source address. | tuexen | 2012-06-03 | 1 | -60/+10 |
* | Small cleanups. No functional change. | tuexen | 2012-06-01 | 1 | -2/+0 |
* | Use consistent text at the begining of the files. | tuexen | 2012-05-23 | 1 | -4/+3 |
* | Provide in the association change notification the received ABORT chunk | tuexen | 2012-05-12 | 1 | -2/+1 |
* | Address issues found by clang. While there, fix also some style | tuexen | 2011-12-27 | 1 | -23/+23 |
* | Fix unused parameter warnings. | tuexen | 2011-12-17 | 1 | -15/+47 |
* | Fix a typo introduced in | tuexen | 2011-09-15 | 1 | -1/+1 |
* | Make sure that SCTP rejects broadcast, multicast and wildcard addresses | tuexen | 2011-09-15 | 1 | -6/+14 |
* | The result of a joint work between rrs@ and myself at the IETF: | tuexen | 2011-08-03 | 1 | -20/+25 |
* | Remove code with any effect. | tuexen | 2011-05-03 | 1 | -2/+0 |
* | Add a missing break. This bug was introduced in r221249. | tuexen | 2011-05-03 | 1 | -0/+1 |
* | Improve compilation of SCTP code without INET support. | tuexen | 2011-04-30 | 1 | -345/+506 |
* | Remove addresses from endpoint when there are no associations. | tuexen | 2011-02-10 | 1 | -3/+10 |
* | 1) Typo correction in comments and one spacing change. | rrs | 2011-02-05 | 1 | -3/+2 |
* | 1) Move per John Baldwin to mp_maxid | rrs | 2011-02-03 | 1 | -1/+4 |
* | Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros | tuexen | 2010-12-30 | 1 | -2/+1 |
* | Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH, | tuexen | 2010-12-30 | 1 | -28/+9 |
* | Fix three bugs related to the sequence number wrap-around affecting | tuexen | 2010-12-30 | 1 | -1/+1 |
* | Delay the assignment of a path for DATA chunk until they hit | tuexen | 2010-09-15 | 1 | -45/+2 |
* | * Fix a bug where the length of the ASCONF-ACK was calculated wrong due | tuexen | 2010-06-14 | 1 | -1/+3 |
* | * Fix compilation when using SCTP_AUDITING_ENABLED. | tuexen | 2010-04-23 | 1 | -1/+1 |
* | * Fix some race condition in SACK/NR-SACK processing. | tuexen | 2010-04-03 | 1 | -5/+5 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Do not start the iterator when there are no associations. | tuexen | 2009-11-17 | 1 | -36/+38 |
* | Support for VNET in SCTP (hopefully) | rrs | 2009-09-17 | 1 | -1/+1 |
* | Code from the hack-session known as the IETF (and a | rrs | 2008-12-06 | 1 | -0/+198 |
* | - Out with some printfs. | rrs | 2008-07-29 | 1 | -8/+3 |
* | 1) Adds the rest of the VIMAGE change macros | rrs | 2008-07-09 | 1 | -1/+3 |
* | - Macro-izes the packed declaration in all headers. | rrs | 2008-06-14 | 1 | -11/+11 |
* | - Adds support for the multi-asconf (From Kozuka-san) | rrs | 2008-05-20 | 1 | -55/+196 |
* | Allow SCTP to compile without INET6. | rrs | 2008-04-16 | 1 | -102/+138 |
* | - Bug fix managing congestion parameter on immediate | rrs | 2007-10-01 | 1 | -3/+10 |
* | - The address lock is changed to a rwlock. This | rrs | 2007-09-18 | 1 | -13/+10 |
* | - Get rid of unsused constants for sysctl variables. | rrs | 2007-09-15 | 1 | -73/+76 |
* | - DF bit was on for COOKIE-ECHO chunks. This is | rrs | 2007-09-13 | 1 | -9/+2 |
* | - Removed debug code and more C++ style comments in the mobility | rrs | 2007-09-10 | 1 | -14/+1 |
* | - Added some comments to tell where the htcp | rrs | 2007-09-10 | 1 | -9/+8 |
* | - send call has a reference to uio->uio_resid in | rrs | 2007-09-08 | 1 | -11/+167 |
* | - Locking compatiability changes. This involves adding | rrs | 2007-09-08 | 1 | -6/+6 |
* | - During shutdown pending, when the last sack came in and | rrs | 2007-08-27 | 1 | -13/+158 |
* | - Fix address add handling to clear cached routes and source addresses | rrs | 2007-08-24 | 1 | -1/+13 |
* | - Remove extra comment for 7.0 (no GIANT here). | rrs | 2007-08-16 | 1 | -2/+49 |
* | - take out a needless panic under invariants for sctp_output.c | rrs | 2007-07-24 | 1 | -99/+203 |
* | - remove duplicate code from sctp_asconf.c | rrs | 2007-07-21 | 1 | -3/+0 |