Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-02-11 | session: cleanup application interface | Florin Coras | 1 | -36/+21 |
2019-02-09 | session: refactor listen logic | Florin Coras | 2 | -22/+24 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 2 | -10/+10 |
2019-01-18 | Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro | Steven Luong | 1 | -0/+12 |
2019-01-12 | session: generate wrong thread errors instead of crashing | Florin Coras | 1 | -1/+2 |
2019-01-10 | strncpy_s_inline copies more bytes than necessary | Steven | 1 | -1/+10 |
2019-01-07 | string_test: coverity woe | Steven | 1 | -6/+0 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 1 | -2/+2 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 2 | -3/+3 |