Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-15 | SCTP: refactoring |  Marco Varlese | 4 | -129/+97 |
2018-02-12 | SCTP: fix build errors on ubuntu bionic |  Marco Varlese | 1 | -4/+2 |
2018-02-08 | SCTP: shutdown phase |  Marco Varlese | 3 | -67/+92 |
2018-02-07 | Refactor vlib_buffer flags |  Damjan Marion | 1 | -1/+1 |
2018-02-07 | SCTP: address coverity-scan warnings |  Marco Varlese | 2 | -19/+10 |
2018-02-06 | SCTP: handling of heartbeating and max-retransmits |  Marco Varlese | 4 | -57/+164 |
2018-02-06 | SCTP: missing spinlock init when multiple threads |  Marco Varlese | 1 | -2/+5 |
2018-02-05 | SCTP: calculate RTO / RTT and RTTVAR as per RFC |  Marco Varlese | 4 | -47/+122 |
2018-02-01 | Out-of-order data chunks handling and more |  Marco Varlese | 4 | -69/+235 |
2018-01-31 | Prep-work patch for congestion-control |  Marco Varlese | 6 | -450/+670 |
2018-01-26 | session: move builtin apps to their own folder |  Florin Coras | 3 | -1419/+0 |
2018-01-25 | session: add support for memfd segments |  Florin Coras | 2 | -10/+2 |
2018-01-24 | SCTP stack (RFC4960) |  Marco Varlese | 13 | -0/+8109 |