aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-36/+39
2018-10-28session: extend connect api for internal appsFlorin Coras1-4/+4
2018-10-25SCTP: DATA chunk padding fix and hardeningMarco Varlese3-7/+37
2018-10-23c11 safe string handling supportDave Barach4-8/+8
2018-10-04VPP-1430: remove unnecessary paddingMarco Varlese1-2/+0
2018-10-01SCTP: fix overflow issue with timestampMarco Varlese5-23/+29
2018-09-27SCTP: fix advanced debug outputMarco Varlese1-2/+2
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-1/+1
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-4/+12
2018-05-18session: add session process nodeFlorin Coras1-0/+2
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+3
2018-04-18typo fix: UNKOWN -> UNKNOWNAndrey "Zed" Zaikin3-10/+10
2018-04-18SCTP: coverity warningsMarco Varlese1-5/+2
2018-04-17SCTP: coverity scan warningsMarco Varlese3-30/+39
2018-03-28SCTP: use custom fibMarco Varlese2-7/+12
2018-03-13SCTP: data retransmission & snd_space fixMarco Varlese3-4/+88
2018-03-13SCTP: cumulative SACK fixMarco Varlese4-15/+44
2018-03-05SCTP: API to configure some tunablesMarco Varlese6-78/+129
2018-03-05SCTP: retransmission in INIT/SHUTDOWN phaseMarco Varlese4-24/+124
2018-03-02session: first approximation implementation of tlsFlorin Coras1-0/+2
2018-03-01SCTP: API to delete a sub-connectionMarco Varlese4-2/+106
2018-03-01SCTP: API to add a sub-connectionMarco Varlese6-38/+242
2018-02-28SCTP: handle COOKIE while in SHUTDOWN phaseMarco Varlese3-20/+40
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 Varlese4-17/+146
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