Age | Commit message (Expand) | Author | Files | Lines |
2021-04-05 | tcp: time infra improvements | Florin Coras | 1 | -12/+19 |
2020-10-26 | tcp: byte tracker fix | Ryujiro Shibuya | 1 | -0/+215 |
2020-10-23 | tcp: remove snd_una_max | Florin Coras | 1 | -8/+2 |
2020-09-09 | tcp: fix the tcp unittest to work | Ryujiro Shibuya | 1 | -0/+2 |
2020-08-20 | tcp: track reorder with sacks | Florin Coras | 1 | -1/+5 |
2020-05-25 | tcp: fix sack block validation on wrap | Florin Coras | 1 | -0/+26 |
2020-04-02 | tcp: move features to separate files | Florin Coras | 1 | -0/+1 |
2020-02-12 | tcp: move connections to wrk ctx | Florin Coras | 1 | -11/+3 |
2020-01-14 | tcp: handle ack advancement with no holes and reneging | Florin Coras | 1 | -1/+35 |
2020-01-08 | tcp: fix last sacked with no holes | Florin Coras | 1 | -0/+44 |
2020-01-07 | tcp: fix duplicate sack whith reneging | Florin Coras | 1 | -11/+99 |
2019-11-20 | session tcp: support pacer idle timeouts | Florin Coras | 1 | -1/+1 |
2019-10-23 | tcp: improve rate samples for retansmitted segments | Florin Coras | 1 | -14/+18 |
2019-10-03 | tcp: unittest: do not access non-existent samples | Benoît Ganne | 1 | -1/+0 |
2019-09-18 | tcp: compute snd time for rate sample | Florin Coras | 1 | -23/+17 |
2019-09-11 | tcp: handle sack reneging | Florin Coras | 1 | -43/+77 |
2019-08-23 | tcp: fix byte tracker samples flush | Florin Coras | 1 | -0/+13 |
2019-08-21 | tcp: add option for always on event logging | Florin Coras | 1 | -1/+1 |
2019-07-10 | tcp: improve rate estimate | Florin Coras | 1 | -10/+13 |
2019-06-26 | tcp session: improvement to tests | Florin Coras | 1 | -8/+21 |
2019-06-25 | tcp: delivery rate estimator | Florin Coras | 1 | -0/+312 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -1/+1 |
2019-04-19 | svm: move fifo tests to a separate file | Florin Coras | 1 | -1160/+1 |
2019-04-19 | svm: support addition of chunks to fifos | Florin Coras | 1 | -2/+135 |
2019-04-18 | svm: allow indirect fifo data chunks | Florin Coras | 1 | -3/+3 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -2/+1 |
2019-03-22 | tcp: improve handling of snd_nxt | Florin Coras | 1 | -2/+2 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 1 | -1/+1 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 1 | -1/+1 |
2019-02-09 | session: refactor listen logic | Florin Coras | 1 | -1/+1 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -1/+1 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -2/+2 |
2018-10-31 | session: add wrk context | Florin Coras | 1 | -5/+5 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -8/+8 |
2018-10-21 | tcp: count first lost hole (VPP-1465) | Florin Coras | 1 | -3/+29 |
2018-10-18 | tcp: fix sacks lost bytes counting (VPP-1465) | Florin Coras | 1 | -34/+90 |
2018-10-18 | tls: fix connection failures/interrupts at scale (VPP-1464) | Florin Coras | 1 | -2/+3 |
2018-10-17 | tcp: avoid sack processing when not needed (VPP-1460) | Florin Coras | 1 | -1/+1 |
2018-07-24 | Create a unit-test plugin | Dave Barach | 1 | -0/+1779 |