Age | Commit message (Expand) | Author | Files | Lines |
2019-06-27 | sctp: add option to enable/disable | Florin Coras | 2 | -21/+79 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -6/+7 |
2019-06-26 | misc: fix sctp test with debug images | Florin Coras | 1 | -1/+2 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -1/+3 |
2019-03-06 | sctp chunk_len fix | Sirshak das | 1 | -2/+4 |
2019-03-06 | sctp: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 5 | -452/+443 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 2 | -5/+5 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 1 | -2/+2 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -1/+1 |
2019-02-09 | session: refactor listen logic | Florin Coras | 1 | -1/+1 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -1/+1 |
2019-02-06 | transport: cleanup | Florin Coras | 2 | -5/+5 |
2019-01-19 | buffers: remove free-list information from buffer metadata | Damjan Marion | 1 | -1/+0 |
2019-01-12 | session: generate wrong thread errors instead of crashing | Florin Coras | 2 | -6/+7 |
2019-01-01 | buffers: remove unused code | Damjan Marion | 1 | -2/+1 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning | Florin Coras | 1 | -16/+23 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 2 | -4/+4 |
2018-12-07 | VPP-1506: dump local punts and registered punt sockets | Pavel Kotucek | 1 | -0/+23 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 2 | -36/+39 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 1 | -4/+4 |
2018-10-25 | SCTP: DATA chunk padding fix and hardening | Marco Varlese | 3 | -7/+37 |
2018-10-23 | c11 safe string handling support | Dave Barach | 4 | -8/+8 |
2018-10-04 | VPP-1430: remove unnecessary padding | Marco Varlese | 1 | -2/+0 |
2018-10-01 | SCTP: fix overflow issue with timestamp | Marco Varlese | 5 | -23/+29 |
2018-09-27 | SCTP: fix advanced debug output | Marco Varlese | 1 | -2/+2 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 1 | -1/+1 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -4/+12 |
2018-05-18 | session: add session process node | Florin Coras | 1 | -0/+2 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+3 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN | Andrey "Zed" Zaikin | 3 | -10/+10 |
2018-04-18 | SCTP: coverity warnings | Marco Varlese | 1 | -5/+2 |
2018-04-17 | SCTP: coverity scan warnings | Marco Varlese | 3 | -30/+39 |
2018-03-28 | SCTP: use custom fib | Marco Varlese | 2 | -7/+12 |
2018-03-13 | SCTP: data retransmission & snd_space fix | Marco Varlese | 3 | -4/+88 |
2018-03-13 | SCTP: cumulative SACK fix | Marco Varlese | 4 | -15/+44 |
2018-03-05 | SCTP: API to configure some tunables | Marco Varlese | 6 | -78/+129 |
2018-03-05 | SCTP: retransmission in INIT/SHUTDOWN phase | Marco Varlese | 4 | -24/+124 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -0/+2 |
2018-03-01 | SCTP: API to delete a sub-connection | Marco Varlese | 4 | -2/+106 |
2018-03-01 | SCTP: API to add a sub-connection | Marco Varlese | 6 | -38/+242 |
2018-02-28 | SCTP: handle COOKIE while in SHUTDOWN phase | Marco Varlese | 3 | -20/+40 |
2018-02-27 | sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en... | Steven | 1 | -1/+1 |
2018-02-26 | SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists | Marco Varlese | 4 | -17/+146 |
2018-02-26 | SCTP: handle INIT corner-case handling | Marco Varlese | 4 | -5/+215 |
2018-02-25 | SCTP: fix connection memory corruption | Marco Varlese | 4 | -14/+23 |
2018-02-21 | SCTP: minor refactor | Marco Varlese | 4 | -30/+49 |
2018-02-20 | SCTP: congestion control | Marco Varlese | 5 | -184/+251 |
2018-02-17 | SCTP: 'multi-home' support | Marco Varlese | 5 | -186/+217 |
2018-02-15 | SCTP: coverity warning fix | Marco Varlese | 1 | -1/+5 |
2018-02-15 | SCTP: fix corrupted buffers seen in output node | Marco Varlese | 4 | -44/+62 |