aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp
AgeCommit message (Expand)AuthorFilesLines
2018-02-26SCTP: handle INIT corner-case handlingMarco Varlese4-5/+215
2018-02-25SCTP: fix connection memory corruptionMarco Varlese4-14/+23
2018-02-21SCTP: minor refactorMarco Varlese4-30/+49
2018-02-20SCTP: congestion controlMarco Varlese5-184/+251
2018-02-17SCTP: 'multi-home' supportMarco Varlese5-186/+217
2018-02-15SCTP: coverity warning fixMarco Varlese1-1/+5
2018-02-15SCTP: fix corrupted buffers seen in output nodeMarco Varlese4-44/+62
2018-02-15SCTP: refactoringMarco Varlese4-129/+97
2018-02-12SCTP: fix build errors on ubuntu bionicMarco Varlese1-4/+2
2018-02-08SCTP: shutdown phaseMarco Varlese3-67/+92
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-1/+1
2018-02-07SCTP: address coverity-scan warningsMarco Varlese2-19/+10
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese4-57/+164
2018-02-06SCTP: missing spinlock init when multiple threadsMarco Varlese1-2/+5
2018-02-05SCTP: calculate RTO / RTT and RTTVAR as per RFCMarco Varlese4-47/+122
2018-02-01Out-of-order data chunks handling and moreMarco Varlese4-69/+235
2018-01-31Prep-work patch for congestion-controlMarco Varlese6-450/+670
2018-01-26session: move builtin apps to their own folderFlorin Coras3-1419/+0
2018-01-25session: add support for memfd segmentsFlorin Coras2-10/+2
2018-01-24SCTP stack (RFC4960)Marco Varlese13-0/+8109