| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove dead stores reported by clang static code analysis | Michael Tuexen | 2020-10-06 | 1 | -4/+0 |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -24/+0 |
| * | Improve the handling of concurrent send() calls for SCTP sockets, | Michael Tuexen | 2020-08-16 | 1 | -12/+5 |
| * | Enter epoch earlier. This is needed because we are exiting it also | Michael Tuexen | 2020-08-15 | 1 | -1/+1 |
| * | Add reference counts for inp/stcb/net when timers are running. | Michael Tuexen | 2020-07-19 | 1 | -49/+87 |
| * | Improve the locking of address lists by adding some asserts and | Michael Tuexen | 2020-07-17 | 1 | -2/+5 |
| * | Fix a bug introduced in https://svnweb.freebsd.org/changeset/base/362173 | Michael Tuexen | 2020-06-30 | 1 | -1/+5 |
| * | Fix the build for an INET6 only configuration. | Michael Tuexen | 2020-06-21 | 1 | -0/+2 |
| * | Set a variable also in the case of an INET6 only kernel | Michael Tuexen | 2020-06-20 | 1 | -0/+2 |
| * | Cleanup the adding and deleting of addresses via sctp_bindx(). | Michael Tuexen | 2020-06-20 | 1 | -85/+63 |
| * | Remove last argument of sctp_addr_mgmt_ep_sa(), since it is not used. | Michael Tuexen | 2020-06-19 | 1 | -4/+2 |
| * | Allow the self reference to be NULL in case the timer was stopped. | Michael Tuexen | 2020-06-17 | 1 | -1/+1 |
| * | Cleanups, no functional change. | Michael Tuexen | 2020-06-14 | 1 | -17/+3 |
| * | Non-functional changes due to upstream cleanup. | Michael Tuexen | 2020-06-11 | 1 | -37/+12 |
| * | Whitespace cleanups and removal of a stale comment. | Michael Tuexen | 2020-06-08 | 1 | -1/+0 |
| * | Retire SCTP_SO_LOCK_TESTING. | Michael Tuexen | 2020-06-07 | 1 | -181/+0 |
| * | Remove redundant assignment. | Michael Tuexen | 2020-05-18 | 1 | -1/+0 |
| * | Fix logical condition by looking at usecs. | Michael Tuexen | 2020-05-18 | 1 | -1/+1 |
| * | Whitespace change. | Michael Tuexen | 2020-05-18 | 1 | -2/+2 |
| * | Ensure that the SCTP iterator runs with an stcb and inp, which belong to | Michael Tuexen | 2020-05-10 | 1 | -0/+5 |
| * | Ensure that we have a path when starting the T3 RXT timer. | Michael Tuexen | 2020-05-10 | 1 | -4/+9 |
| * | Do more argument validation under INVARIANTS when starting/stopping | Michael Tuexen | 2020-04-06 | 1 | -2/+13 |
| * | Handle integer overflows correctly when converting msecs and secs to | Michael Tuexen | 2020-03-28 | 1 | -22/+100 |
| * | Remove an optimization, which was incorrect a couple of times and | Michael Tuexen | 2020-03-25 | 1 | -21/+3 |
| * | Improve consistency in debug output. | Michael Tuexen | 2020-03-25 | 1 | -13/+13 |
| * | Use consistent debug output. | Michael Tuexen | 2020-03-25 | 1 | -5/+5 |
| * | Don't restore the vnet too early in error cases. | Michael Tuexen | 2020-03-25 | 1 | -4/+4 |
| * | Only call panic when building with INVARIANTS. | Michael Tuexen | 2020-03-24 | 1 | -0/+12 |
| * | Another cleanup of the timer code. Also be more pedantic about the | Michael Tuexen | 2020-03-24 | 1 | -260/+549 |
| * | More timer cleanups, no functional change. | Michael Tuexen | 2020-03-21 | 1 | -2/+2 |
| * | Consistently provide arguments for timer start and stop routines. | Michael Tuexen | 2020-03-19 | 1 | -1/+1 |
| * | Cleanup the stream reset and asconf timer. | Michael Tuexen | 2020-03-19 | 1 | -1/+1 |
| * | The MTU candidates MUST be a multiple of 4, so make them so. | Michael Tuexen | 2020-03-19 | 1 | -1/+1 |
| * | Handle the timers in a consistent sequence according to the definition | Michael Tuexen | 2020-03-17 | 1 | -116/+115 |
| * | Epochify SCTP. | Michael Tuexen | 2020-02-18 | 1 | -3/+10 |
| * | Revert https://svnweb.freebsd.org/changeset/base/357761 | Michael Tuexen | 2020-02-11 | 1 | -2/+2 |
| * | Don't start an SCTP timer using a net, which has been removed. | Michael Tuexen | 2020-02-11 | 1 | -0/+4 |
| * | Use an int instead of a bool variable, since bool is not supported | Michael Tuexen | 2020-02-11 | 1 | -2/+2 |
| * | Cleanup timer handling. | Michael Tuexen | 2020-02-09 | 1 | -9/+57 |
| * | Remove unused timer. | Michael Tuexen | 2020-02-04 | 1 | -1/+0 |
| * | Ensure that we don't miss a trigger for kicking off the SCTP iterator. | Michael Tuexen | 2020-01-05 | 1 | -3/+2 |
| * | Separate out SCTP related dtrace code. | Michael Tuexen | 2019-10-14 | 1 | -1/+1 |
| * | Cleanup the RTO calculation and perform some consistency checks | Michael Tuexen | 2019-09-22 | 1 | -13/+21 |
| * | Fix build issues for the userland stack on Raspbian. | Michael Tuexen | 2019-08-06 | 1 | -1/+1 |
| * | Don't free read control entries, which are still on the stream queue when | Michael Tuexen | 2019-07-15 | 1 | -7/+11 |
| * | Improve input validation for the IPPROTO_SCTP level socket options | Michael Tuexen | 2019-05-19 | 1 | -32/+23 |
| * | Fix an SCTP related locking issue. Don't report that the TCB_SEND_LOCK | Michael Tuexen | 2019-04-11 | 1 | -1/+1 |
| * | Fix build issue for the userland stack. | Michael Tuexen | 2019-03-24 | 1 | -11/+11 |
| * | Fix a signed/unsigned bug when receiving SCTP messages. | Michael Tuexen | 2019-03-24 | 1 | -4/+5 |
| * | Fix a locking issue when reporing outbount messages. | Michael Tuexen | 2019-02-10 | 1 | -1/+1 |