aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp/sctp_output.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-18SCTP: coverity scan warningsMarco Varlese1-3/+3
2018-03-28SCTP: use custom fibMarco Varlese1-7/+9
2018-03-13SCTP: data retransmission & snd_space fixMarco Varlese1-1/+74
2018-03-13SCTP: cumulative SACK fixMarco Varlese1-1/+8
2018-03-05SCTP: API to configure some tunablesMarco Varlese1-5/+5
2018-03-05SCTP: retransmission in INIT/SHUTDOWN phaseMarco Varlese1-4/+78
2018-02-28SCTP: handle COOKIE while in SHUTDOWN phaseMarco Varlese1-12/+15
2018-02-27sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en...Steven1-1/+1
2018-02-26SCTP: Handle a COOKIE ECHO/ACK when a TCB ExistsMarco Varlese1-0/+42
2018-02-26SCTP: handle INIT corner-case handlingMarco Varlese1-0/+181
2018-02-25SCTP: fix connection memory corruptionMarco Varlese1-2/+2
2018-02-21SCTP: minor refactorMarco Varlese1-15/+29
2018-02-20SCTP: congestion controlMarco Varlese1-15/+30
2018-02-17SCTP: 'multi-home' supportMarco Varlese1-58/+62
2018-02-15SCTP: fix corrupted buffers seen in output nodeMarco Varlese1-24/+24
2018-02-15SCTP: refactoringMarco Varlese1-104/+79
2018-02-12SCTP: fix build errors on ubuntu bionicMarco Varlese1-4/+2
2018-02-08SCTP: shutdown phaseMarco Varlese1-31/+52
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-1/+1
2018-02-07SCTP: address coverity-scan warningsMarco Varlese1-2/+1
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese1-24/+72
2018-02-05SCTP: calculate RTO / RTT and RTTVAR as per RFCMarco Varlese1-21/+35
2018-02-01Out-of-order data chunks handling and moreMarco Varlese1-4/+34
2018-01-31Prep-work patch for congestion-controlMarco Varlese1-144/+242
2018-01-24SCTP stack (RFC4960)Marco Varlese1-0/+1331