Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -371/+0 |
2019-03-02 | session: cleanup/rename functions |  Florin Coras | 1 | -3/+3 |
2019-02-06 | transport: cleanup |  Florin Coras | 1 | -2/+2 |
2019-01-19 | buffers: remove free-list information from buffer metadata |  Damjan Marion | 1 | -1/+0 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -6/+6 |
2018-10-25 | SCTP: DATA chunk padding fix and hardening |  Marco Varlese | 1 | -0/+8 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -1/+1 |
2018-10-04 | VPP-1430: remove unnecessary padding |  Marco Varlese | 1 | -2/+0 |
2018-10-01 | SCTP: fix overflow issue with timestamp |  Marco Varlese | 1 | -3/+3 |
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-05-18 | session: add session process node |  Florin Coras | 1 | -0/+2 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN |  Andrey "Zed" Zaikin | 1 | -3/+3 |
2018-04-17 | SCTP: coverity scan warnings |  Marco Varlese | 1 | -3/+3 |
2018-03-28 | SCTP: use custom fib |  Marco Varlese | 1 | -7/+9 |
2018-03-13 | SCTP: data retransmission & snd_space fix |  Marco Varlese | 1 | -1/+74 |
2018-03-13 | SCTP: cumulative SACK fix |  Marco Varlese | 1 | -1/+8 |
2018-03-05 | SCTP: API to configure some tunables |  Marco Varlese | 1 | -5/+5 |
2018-03-05 | SCTP: retransmission in INIT/SHUTDOWN phase |  Marco Varlese | 1 | -4/+78 |
2018-02-28 | SCTP: handle COOKIE while in SHUTDOWN phase |  Marco Varlese | 1 | -12/+15 |
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 | 1 | -0/+42 |
2018-02-26 | SCTP: handle INIT corner-case handling |  Marco Varlese | 1 | -0/+181 |
2018-02-25 | SCTP: fix connection memory corruption |  Marco Varlese | 1 | -2/+2 |
2018-02-21 | SCTP: minor refactor |  Marco Varlese | 1 | -15/+29 |
2018-02-20 | SCTP: congestion control |  Marco Varlese | 1 | -15/+30 |
2018-02-17 | SCTP: 'multi-home' support |  Marco Varlese | 1 | -58/+62 |
2018-02-15 | SCTP: fix corrupted buffers seen in output node |  Marco Varlese | 1 | -24/+24 |
2018-02-15 | SCTP: refactoring |  Marco Varlese | 1 | -104/+79 |
2018-02-12 | SCTP: fix build errors on ubuntu bionic |  Marco Varlese | 1 | -4/+2 |
2018-02-08 | SCTP: shutdown phase |  Marco Varlese | 1 | -31/+52 |
2018-02-07 | Refactor vlib_buffer flags |  Damjan Marion | 1 | -1/+1 |
2018-02-07 | SCTP: address coverity-scan warnings |  Marco Varlese | 1 | -2/+1 |
2018-02-06 | SCTP: handling of heartbeating and max-retransmits |  Marco Varlese | 1 | -24/+72 |
2018-02-05 | SCTP: calculate RTO / RTT and RTTVAR as per RFC |  Marco Varlese | 1 | -21/+35 |
2018-02-01 | Out-of-order data chunks handling and more |  Marco Varlese | 1 | -4/+34 |
2018-01-31 | Prep-work patch for congestion-control |  Marco Varlese | 1 | -144/+242 |
2018-01-24 | SCTP stack (RFC4960) |  Marco Varlese | 1 | -0/+1331 |