Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | sctp: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 1 | -0/+6 |
2019-02-09 | buffers: fix typo | Damjan Marion | 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 | 1 | -3/+3 |
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 | 1 | -2/+2 |
2018-12-07 | VPP-1506: dump local punts and registered punt sockets | Pavel Kotucek | 1 | -0/+23 |
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 | 1 | -1/+0 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -5/+5 |
2018-10-01 | SCTP: fix overflow issue with timestamp | Marco Varlese | 1 | -2/+2 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -4/+12 |
2018-03-13 | SCTP: data retransmission & snd_space fix | Marco Varlese | 1 | -1/+11 |
2018-03-13 | SCTP: cumulative SACK fix | Marco Varlese | 1 | -2/+9 |
2018-03-05 | SCTP: API to configure some tunables | Marco Varlese | 1 | -26/+41 |
2018-03-05 | SCTP: retransmission in INIT/SHUTDOWN phase | Marco Varlese | 1 | -13/+21 |
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 | 1 | -0/+70 |
2018-03-01 | SCTP: API to add a sub-connection | Marco Varlese | 1 | -22/+43 |
2018-02-26 | SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists | Marco Varlese | 1 | -16/+8 |
2018-02-26 | SCTP: handle INIT corner-case handling | Marco Varlese | 1 | -0/+4 |
2018-02-25 | SCTP: fix connection memory corruption | Marco Varlese | 1 | -5/+9 |
2018-02-21 | SCTP: minor refactor | Marco Varlese | 1 | -7/+7 |
2018-02-20 | SCTP: congestion control | Marco Varlese | 1 | -114/+73 |
2018-02-17 | SCTP: 'multi-home' support | Marco Varlese | 1 | -10/+39 |
2018-02-15 | SCTP: coverity warning fix | Marco Varlese | 1 | -1/+5 |
2018-02-15 | SCTP: refactoring | Marco Varlese | 1 | -5/+8 |
2018-02-06 | SCTP: handling of heartbeating and max-retransmits | Marco Varlese | 1 | -20/+29 |
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 | 1 | -3/+11 |
2018-01-31 | Prep-work patch for congestion-control | Marco Varlese | 1 | -178/+171 |
2018-01-24 | SCTP stack (RFC4960) | Marco Varlese | 1 | -0/+848 |