aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp/sctp_output.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras1-1568/+0
2019-06-26misc: fix sctp test with debug imagesFlorin Coras1-1/+2
2019-03-06sctp chunk_len fixSirshak das1-2/+4
2019-03-06sctp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-371/+0
2019-03-02session: cleanup/rename functionsFlorin Coras1-3/+3
2019-02-06transport: cleanupFlorin Coras1-2/+2
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion1-1/+0
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-6/+6
2018-10-25SCTP: DATA chunk padding fix and hardeningMarco Varlese1-0/+8
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-04VPP-1430: remove unnecessary paddingMarco Varlese1-2/+0
2018-10-01SCTP: fix overflow issue with timestampMarco Varlese1-3/+3
2018-09-27SCTP: fix advanced debug outputMarco Varlese1-2/+2
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-1/+1
2018-05-18session: add session process nodeFlorin Coras1-0/+2
2018-04-18typo fix: UNKOWN -> UNKNOWNAndrey "Zed" Zaikin1-3/+3
2018-04-17SCTP: 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