Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-18 | MFIB: recurse resolution through an MFIB entry |  Neale Ranns | 1 | -22/+467 |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) |  Neale Ranns | 1 | -15/+16 |
2018-12-14 | Revert gerrit 16429 to fix a Debian build-break |  Dave Barach | 1 | -22/+44 |
2018-12-14 | Fix compiling issue with GCC-8.x in string test functions |  Lijian.Zhang | 1 | -44/+22 |
2018-12-05 | Fix gcc-8 compile issues in string_test.c |  Dave Barach | 1 | -1/+35 |
2018-12-03 | move [m]fib and BIER tests to unittest plugin |  Neale Ranns | 4 | -0/+13050 |
2018-12-02 | vppinfra: c11 safe string functions |  Steven | 1 | -25/+1559 |
2018-11-30 | session: segment handle in accept/connect notifications |  Florin Coras | 1 | -2/+2 |
2018-11-21 | session: cleanup use of api_client_index |  Florin Coras | 1 | -2/+2 |
2018-11-18 | vcl/session: apps with process workers |  Florin Coras | 1 | -0/+5 |
2018-11-15 | session: fix endpt cfg test (VPP-1492) |  Florin Coras | 1 | -3/+11 |
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-28 | session: move test to unittest plugin |  Florin Coras | 2 | -2/+1759 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 3 | -8/+154 |
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-09-12 | fix bihash test code |  Dave Barach | 1 | -0/+7 |
2018-08-25 | cmake: improve add_vpp_plugin macro |  Damjan Marion | 1 | -1/+2 |
2018-08-17 | CMake as an alternative to autotools (experimental) |  Damjan Marion | 1 | -0/+18 |
2018-07-24 | Create a unit-test plugin |  Dave Barach | 4 | -0/+2360 |