aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp
AgeCommit message (Expand)AuthorFilesLines
2019-03-06sctp chunk_len fixSirshak das1-2/+4
2019-03-06sctp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar5-452/+443
2019-03-02session: cleanup/rename functionsFlorin Coras2-5/+5
2019-02-18session: move fifo allocation logic to app workerFlorin Coras1-2/+2
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-09session: refactor listen logicFlorin Coras1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-02-06transport: cleanupFlorin Coras2-5/+5
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion1-1/+0
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras2-6/+7
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 Coras2-4/+4
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-0/+23
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