Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-06-18 | session: fix memory out of bound issue | Lijian.Zhang | 1 | -0/+8 |
2019-06-18 | fib: fib api updates | Neale Ranns | 2 | -115/+116 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -1/+1 |
2019-05-27 | unittest: fix test crypto perf for AEAD algos | Damjan Marion | 1 | -2/+3 |
2019-05-14 | svm: improve fifo segment prealloc support | Florin Coras | 1 | -1/+114 |
2019-05-09 | add mactime plugin unit / code coverage tests | Dave Barach | 2 | -0/+182 |
2019-05-07 | svm: decouple fifo and default chunk allocation | Florin Coras | 1 | -13/+29 |
2019-05-07 | Add bihash statistics hook | Dave Barach | 1 | -1/+67 |
2019-05-03 | session/svm: apis for fifo shrinking | Florin Coras | 1 | -0/+75 |
2019-05-03 | svm: basic support for fifo shrinking | Florin Coras | 1 | -0/+400 |
2019-05-03 | svm: store normalized head/tail for fifo | Florin Coras | 1 | -2/+7 |
2019-04-30 | svm: more fifo refactor/cleanup | Florin Coras | 1 | -83/+83 |
2019-04-27 | svm: fix fifo tail/head/ooo logic for u32 wrap | Florin Coras | 1 | -12/+279 |
2019-04-26 | svm: fifo segment support for chunk allocation | Florin Coras | 1 | -5/+93 |
2019-04-25 | crypto: AES GCM IV length is always 12 | Damjan Marion | 1 | -2/+0 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -73/+73 |
2019-04-25 | unittest: AES GCM test cases cleanup | Damjan Marion | 1 | -270/+126 |
2019-04-25 | crypto: improve key handling | Damjan Marion | 2 | -17/+32 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks | Florin Coras | 1 | -16/+161 |
2019-04-24 | svm: move mq test to ut plugin | Florin Coras | 1 | -4/+101 |
2019-04-24 | session: remove unused fifo allo return value | Florin Coras | 1 | -3/+1 |
2019-04-24 | svm: move fifo tests to ut plugin | Florin Coras | 1 | -0/+271 |
2019-04-23 | Enable 'test crash' command when running unittest plugin. | Paul Vinciguerra | 1 | -0/+1 |
2019-04-19 | rbtree: add successor and predecessor functions | Florin Coras | 1 | -4/+54 |
2019-04-19 | svm: move fifo tests to a separate file | Florin Coras | 3 | -1160/+1199 |
2019-04-19 | svm: support addition of chunks to fifos | Florin Coras | 1 | -2/+135 |