Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-04-18 | svm: allow indirect fifo data chunks | Florin Coras | 2 | -4/+4 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -2/+1 |
2019-04-16 | vppinfra: add basic rbtree | Florin Coras | 2 | -0/+203 |
2019-04-15 | crypto: fix coverity warnings | Filip Tehlar | 1 | -2/+5 |
2019-04-14 | crypto: add support for AES-CTR cipher | fituldo | 2 | -1/+118 |
2019-04-11 | crypto: add more AES-GCM test cases | Filip Tehlar | 1 | -1/+309 |
2019-04-11 | crypto: add performace test to unittest plugin | Damjan Marion | 2 | -1/+197 |
2019-04-08 | fixing typos | Jim Thompson | 1 | -6/+6 |
2019-04-08 | vlib-punt: fix error node counting | Neale Ranns | 1 | -5/+0 |
2019-04-07 | crypto: add support for AEAD and AES-GCM | Damjan Marion | 8 | -204/+416 |
2019-04-02 | vppinfra: fix sparse_vec_index() returning non-zero index for some nonexisten... | Andrew Yourtchenko | 2 | -0/+74 |
2019-03-28 | crypto: add vnet_crypto_op_init (...) | Damjan Marion | 1 | -1/+1 |
2019-03-28 | Punt Infra | Neale Ranns | 2 | -0/+403 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 2 | -3/+3 |
2019-03-22 | crypto: implement rfc4231 test cases | Filip Tehlar | 4 | -2/+422 |
2019-03-22 | ADJ: more thorough link up check | Neale Ranns | 1 | -0/+3 |
2019-03-22 | tcp: improve handling of snd_nxt | Florin Coras | 1 | -2/+2 |
2019-03-22 | IPSEC: test for packet drop on sequence number wrap | Neale Ranns | 2 | -0/+76 |
2019-03-20 | tests: implement crypto tests per RFC2202 | Filip Tehlar | 4 | -85/+416 |
2019-03-19 | crypto: introduce crypto infra | Damjan Marion | 6 | -0/+661 |
2019-03-14 | TEST: link-state up/down notifications on FIB forwarding | Neale Ranns | 2 | -0/+76 |
2019-03-13 | VPP-1576: fix a set of coverity warnings | Dave Barach | 1 | -0/+3 |
2019-03-12 | svm mq: add unit test | Florin Coras | 1 | -0/+179 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 1 | -1/+1 |
2019-02-27 | string_test: The dark side of coverity | Steven Luong | 1 | -4/+0 |
2019-02-21 | string_test: Coverity woe | Steven Luong | 1 | -2/+0 |
2019-02-19 | VPP-1568:when entry src cover change, recursive-loop fib still can not work. | mu.duojiao | 1 | -0/+75 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 1 | -1/+1 |