aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp/sctp.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras1-1089/+0
2019-06-27sctp: add option to enable/disableFlorin Coras1-21/+78
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak1-6/+7
2019-03-06sctp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-0/+6
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-02-06transport: cleanupFlorin Coras1-3/+3
2019-01-01buffers: remove unused codeDamjan Marion1-2/+1
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-16/+23
2018-12-28session: free session after transport and app confirmFlorin Coras1-2/+2
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-0/+23
2018-10-28session: extend connect api for internal appsFlorin Coras1-4/+4
2018-10-25SCTP: DATA chunk padding fix and hardeningMarco Varlese1-1/+0
2018-10-23c11 safe string handling supportDave Barach1-5/+5
2018-10-01SCTP: fix overflow issue with timestampMarco Varlese1-2/+2
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-4/+12
2018-03-13SCTP: data retransmission & snd_space fixMarco Varlese1-1/+11
2018-03-13SCTP: cumulative SACK fixMarco Varlese1-2/+9
2018-03-05SCTP: API to configure some tunablesMarco Varlese1-26/+41
2018-03-05SCTP: retransmission in INIT/SHUTDOWN phaseMarco Varlese1-13/+21
2018-03-02session: first approximation implementation of tlsFlorin Coras1-0/+2
2018-03-01SCTP: API to delete a sub-connectionMarco Varlese1-0/+70
2018-03-01SCTP: API to add a sub-connectionMarco Varlese1-22/+43
2018-02-26SCTP: Handle a COOKIE ECHO/ACK when a TCB ExistsMarco Varlese1-16/+8
2018-02-26SCTP: handle INIT corner-case handlingMarco Varlese1-0/+4
2018-02-25SCTP: fix connection memory corruptionMarco Varlese1-5/+9
2018-02-21SCTP: minor refactorMarco Varlese1-7/+7
2018-02-20SCTP: congestion controlMarco Varlese1-114/+73
2018-02-17SCTP: 'multi-home' supportMarco Varlese1-10/+39
2018-02-15SCTP: coverity warning fixMarco Varlese1-1/+5
2018-02-15SCTP: refactoringMarco Varlese1-5/+8
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese1-20/+29
2018-02-06SCTP: missing spinlock init when multiple threadsMarco Varlese1-2/+5
2018-02-05SCTP: calculate RTO / RTT and RTTVAR as per RFCMarco Varlese1-3/+11
2018-01-31Prep-work patch for congestion-controlMarco Varlese1-178/+171
2018-01-24SCTP stack (RFC4960)Marco Varlese1-0/+848