Age | Commit message (Expand) | Author | Files | Lines |
2018-03-02 | session: first approximation implementation of tls |  Florin Coras | 1 | -0/+2 |
2018-03-01 | SCTP: API to delete a sub-connection |  Marco Varlese | 4 | -2/+106 |
2018-03-01 | SCTP: API to add a sub-connection |  Marco Varlese | 6 | -38/+242 |
2018-02-28 | SCTP: handle COOKIE while in SHUTDOWN phase |  Marco Varlese | 3 | -20/+40 |
2018-02-27 | sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en... |  Steven | 1 | -1/+1 |
2018-02-26 | SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists |  Marco Varlese | 4 | -17/+146 |
2018-02-26 | SCTP: handle INIT corner-case handling |  Marco Varlese | 4 | -5/+215 |
2018-02-25 | SCTP: fix connection memory corruption |  Marco Varlese | 4 | -14/+23 |
2018-02-21 | SCTP: minor refactor |  Marco Varlese | 4 | -30/+49 |
2018-02-20 | SCTP: congestion control |  Marco Varlese | 5 | -184/+251 |
2018-02-17 | SCTP: 'multi-home' support |  Marco Varlese | 5 | -186/+217 |
2018-02-15 | SCTP: coverity warning fix |  Marco Varlese | 1 | -1/+5 |
2018-02-15 | SCTP: fix corrupted buffers seen in output node |  Marco Varlese | 4 | -44/+62 |
2018-02-15 | SCTP: refactoring |  Marco Varlese | 4 | -129/+97 |
2018-02-12 | SCTP: fix build errors on ubuntu bionic |  Marco Varlese | 1 | -4/+2 |
2018-02-08 | SCTP: shutdown phase |  Marco Varlese | 3 | -67/+92 |
2018-02-07 | Refactor vlib_buffer flags |  Damjan Marion | 1 | -1/+1 |
2018-02-07 | SCTP: address coverity-scan warnings |  Marco Varlese | 2 | -19/+10 |
2018-02-06 | SCTP: handling of heartbeating and max-retransmits |  Marco Varlese | 4 | -57/+164 |
2018-02-06 | SCTP: missing spinlock init when multiple threads |  Marco Varlese | 1 | -2/+5 |
2018-02-05 | SCTP: calculate RTO / RTT and RTTVAR as per RFC |  Marco Varlese | 4 | -47/+122 |
2018-02-01 | Out-of-order data chunks handling and more |  Marco Varlese | 4 | -69/+235 |
2018-01-31 | Prep-work patch for congestion-control |  Marco Varlese | 6 | -450/+670 |
2018-01-26 | session: move builtin apps to their own folder |  Florin Coras | 3 | -1419/+0 |
2018-01-25 | session: add support for memfd segments |  Florin Coras | 2 | -10/+2 |
2018-01-24 | SCTP stack (RFC4960) |  Marco Varlese | 13 | -0/+8109 |