| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r310590: | tuexen | 2016-12-29 | 1 | -33/+41 |
* | MFC r309607: | tuexen | 2016-12-18 | 1 | -45/+9 |
* | Add the UDP encaps port as a parameter to sctp_add_remote_addr(). | tuexen | 2016-04-30 | 1 | -1/+2 |
* | Whitespace changes. | tuexen | 2016-02-16 | 1 | -1/+1 |
* | Improve the teardown of the SCTP stack. | tuexen | 2016-02-16 | 1 | -1/+8 |
* | Provide consistent error causes whenever an ABORT chunk is sent. | tuexen | 2015-07-27 | 1 | -1/+7 |
* | Add FIB support for SCTP. | tuexen | 2015-06-17 | 1 | -1/+2 |
* | Correctly detect the case where the last address is removed. | tuexen | 2015-06-14 | 1 | -9/+16 |
* | Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state. | tuexen | 2015-05-28 | 1 | -4/+8 |
* | Fix and cleanup the debug information. This has no user-visible changes. | tuexen | 2015-05-28 | 1 | -4/+6 |
* | Add protection code to free memory in case of processing an address which | tuexen | 2015-01-18 | 1 | -0/+10 |
* | Remove dead code. | tuexen | 2015-01-12 | 1 | -8/+1 |
* | Remove dead code. | tuexen | 2015-01-11 | 1 | -14/+2 |
* | Address another warnings reported by Patrick Laimbock when compiling | tuexen | 2014-09-07 | 1 | -25/+13 |
* | Use union sctp_sockstore instead of struct sockaddr_storage. This | tuexen | 2014-09-07 | 1 | -22/+22 |
* | Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED | tuexen | 2014-08-12 | 1 | -18/+8 |
* | Honor jails for unbound SCTP sockets when selecting source addresses, | tuexen | 2014-06-20 | 1 | -1/+41 |
* | Make sure that we don't try to build an ASCONF-ACK chunk | tuexen | 2013-11-07 | 1 | -1/+2 |
* | Use htons()/ntohs() appropriately. | tuexen | 2013-11-07 | 1 | -1/+1 |
* | Changes from upstream to improve compilation when INET or INET6 | tuexen | 2013-11-02 | 1 | -8/+28 |
* | Allow the code to be compiled without warnings for any combination | tuexen | 2013-07-20 | 1 | -6/+3 |
* | 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 |