Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | session: free session after transport and app confirm |  Florin Coras | 1 | -2/+2 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -30/+33 |
2018-10-25 | SCTP: DATA chunk padding fix and hardening |  Marco Varlese | 1 | -6/+29 |
2018-10-01 | SCTP: fix overflow issue with timestamp |  Marco Varlese | 1 | -4/+10 |
2018-04-18 | typo fix: UNKOWN -> UNKNOWN |  Andrey "Zed" Zaikin | 1 | -5/+5 |
2018-04-18 | SCTP: coverity warnings |  Marco Varlese | 1 | -5/+2 |
2018-04-17 | SCTP: coverity scan warnings |  Marco Varlese | 1 | -18/+28 |
2018-03-28 | SCTP: use custom fib |  Marco Varlese | 1 | -0/+3 |
2018-03-13 | SCTP: cumulative SACK fix |  Marco Varlese | 1 | -11/+15 |
2018-03-05 | SCTP: API to configure some tunables |  Marco Varlese | 1 | -34/+38 |
2018-03-05 | SCTP: retransmission in INIT/SHUTDOWN phase |  Marco Varlese | 1 | -3/+17 |
2018-03-01 | SCTP: API to add a sub-connection |  Marco Varlese | 1 | -8/+20 |
2018-02-28 | SCTP: handle COOKIE while in SHUTDOWN phase |  Marco Varlese | 1 | -7/+22 |
2018-02-26 | SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists |  Marco Varlese | 1 | -1/+70 |
2018-02-26 | SCTP: handle INIT corner-case handling |  Marco Varlese | 1 | -5/+17 |
2018-02-25 | SCTP: fix connection memory corruption |  Marco Varlese | 1 | -4/+5 |
2018-02-21 | SCTP: minor refactor |  Marco Varlese | 1 | -4/+9 |
2018-02-20 | SCTP: congestion control |  Marco Varlese | 1 | -28/+33 |
2018-02-17 | SCTP: 'multi-home' support |  Marco Varlese | 1 | -61/+37 |
2018-02-15 | SCTP: fix corrupted buffers seen in output node |  Marco Varlese | 1 | -18/+31 |
2018-02-15 | SCTP: refactoring |  Marco Varlese | 1 | -6/+7 |
2018-02-08 | SCTP: shutdown phase |  Marco Varlese | 1 | -35/+38 |
2018-02-07 | SCTP: address coverity-scan warnings |  Marco Varlese | 1 | -17/+9 |
2018-02-06 | SCTP: handling of heartbeating and max-retransmits |  Marco Varlese | 1 | -6/+29 |
2018-02-05 | SCTP: calculate RTO / RTT and RTTVAR as per RFC |  Marco Varlese | 1 | -9/+17 |
2018-02-01 | Out-of-order data chunks handling and more |  Marco Varlese | 1 | -15/+121 |
2018-01-31 | Prep-work patch for congestion-control |  Marco Varlese | 1 | -87/+151 |
2018-01-24 | SCTP stack (RFC4960) |  Marco Varlese | 1 | -0/+2202 |