Age | Commit message (Expand) | Author | Files | Lines |
2020-02-29 | svm: fix slice locking on fifo alloc |  Florin Coras | 1 | -1/+2 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc |  Florin Coras | 1 | -4/+4 |
2020-02-25 | unittest: Skip string test case for sizeof (src) > sizeof (dst) |  Steven Luong | 1 | -4/+13 |
2020-02-25 | svm: minimal initial fifo |  Florin Coras | 1 | -0/+2 |
2020-02-25 | session svm: tracking segment memory usage |  Ryujiro Shibuya | 2 | -0/+758 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 1 | -799/+724 |
2020-02-25 | svm: refactor fifo chunk tracking |  Florin Coras | 1 | -2/+12 |
2020-02-25 | vlib: Punt reason allocation listener enable/disable callback |  Neale Ranns | 1 | -2/+4 |
2020-02-25 | crypto: fix coverity warnings |  Filip Tehlar | 1 | -2/+3 |
2020-02-18 | crypto: add support for testing quad loops in crypto algos |  Filip Tehlar | 5 | -97/+504 |
2020-02-12 | tcp: move connections to wrk ctx |  Florin Coras | 1 | -11/+3 |
2020-02-11 | ipsec: add support for chained buffers |  Filip Tehlar | 7 | -112/+399 |
2020-02-07 | svm: use default SVM address in fifo unit tests |  Benoît Ganne | 1 | -1/+2 |
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-12-24 | unittest: test_bihash call clib_time_init(...) |  Dave Barach | 1 | -0/+1 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls |  Neale Ranns | 1 | -1/+2 |
2019-12-12 | session svm: per thread fifo segment slices |  Florin Coras | 2 | -13/+16 |
2019-12-09 | vlib: improve test coverage |  Dave Barach | 1 | -1/+40 |
2019-12-04 | fib: Decouple source from priority and behaviour |  Neale Ranns | 1 | -2/+5 |
2019-11-20 | session tcp: support pacer idle timeouts |  Florin Coras | 1 | -1/+1 |
2019-11-20 | vlib: improve code coverage, part deux |  Dave Barach | 1 | -1/+62 |
2019-11-18 | vlib: improve code coverage in src/vlib |  Dave Barach | 2 | -8/+146 |
2019-11-12 | ip: IP address and prefix types (moved from LISP) |  Neale Ranns | 1 | -20/+20 |
2019-11-07 | crypto: fix crypto perf unittest crash |  Fan Zhang | 1 | -1/+33 |
2019-10-23 | tcp: improve rate samples for retansmitted segments |  Florin Coras | 1 | -14/+18 |
2019-10-16 | svm: reset vector data instead of length |  Benoît Ganne | 1 | -1/+1 |
2019-10-11 | vppinfra: fix page boundary crossing bug in hash_memory64 |  Dave Barach | 1 | -0/+62 |
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-29 | ip: remove unused function parameter |  Simon Zhang | 1 | -4/+1 |
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-26 | session tcp: handle rxt and acks as custom events |  Florin Coras | 1 | -2/+1 |
2019-07-24 | vppinfra: add mapped pcap file support |  Gary Boon | 2 | -0/+261 |
2019-07-13 | vppinfra: add doubly linked list |  Florin Coras | 2 | -0/+354 |
2019-07-12 | ipsec: Reference count the SAs |  Neale Ranns | 1 | -1/+3 |
2019-07-10 | tcp: improve rate estimate |  Florin Coras | 1 | -10/+13 |
2019-07-03 | misc: fix coverity warnings |  Dave Barach | 1 | -1/+1 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests |  Florin Coras | 1 | -11/+148 |
2019-07-02 | lisp: fix unitialized ip prefix in cp unit test |  Florin Coras | 1 | -0/+1 |
2019-06-27 | svm: improve fifo segment test |  Florin Coras | 1 | -1/+13 |
2019-06-26 | tcp session: improvement to tests |  Florin Coras | 2 | -12/+29 |
2019-06-26 | svm: fix fifo segment free chunk bytes accounting |  Florin Coras | 1 | -17/+112 |
2019-06-25 | tcp: delivery rate estimator |  Florin Coras | 1 | -0/+312 |
2019-06-25 | lisp: move cp tests to unittest |  Florin Coras | 2 | -0/+1432 |
2019-06-20 | buffers: fix crash |  Klement Sekera | 2 | -0/+92 |
2019-06-19 | vppinfra: fix rbtree node delete |  Florin Coras | 1 | -1/+5 |