Age | Commit message (Expand) | Author | Files | Lines |
2022-05-02 | vapi: support api clients within vpp process |  Ole Troan | 2 | -1/+104 |
2022-04-12 | tests: fix bihash unit test threads count |  Jing Peng | 1 | -4/+4 |
2022-04-11 | tests: fix bihash unittest error reporting |  Jing Peng | 1 | -15/+21 |
2022-04-05 | vppinfra: refactor address sanitizer |  Damjan Marion | 1 | -1/+1 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 4 | -5/+5 |
2022-03-30 | vppinfra: vector allocator rework |  Damjan Marion | 1 | -25/+2 |
2022-03-23 | api: better segregate client and server code |  Benoît Ganne | 1 | -4/+4 |
2022-03-09 | stats: refactor |  Damjan Marion | 1 | -3/+3 |
2022-02-16 | fib: Use the same adjacency that BFD is using |  Neale Ranns | 1 | -2/+4 |
2022-02-10 | tests: Fix the FIB UT |  Neale Ranns | 1 | -25/+26 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 3 | -62/+60 |
2021-12-02 | tests: add segment manager tests |  Filip Tehlar | 1 | -29/+25 |
2021-11-23 | ip: unlock_fib on if delete |  Nathan Skrzypczak | 1 | -26/+17 |
2021-11-22 | gso: implement gso segementation copy with checksum |  Mohsin Kazmi | 1 | -3/+1 |
2021-11-06 | unittest: remove clib_count_equal_* tests |  Damjan Marion | 1 | -97/+3 |
2021-11-05 | unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s... |  Steven Luong | 1 | -340/+30 |
2021-10-27 | tcp: fix use of invalid local sw_if_index |  Florin Coras | 1 | -4/+4 |
2021-10-22 | session: fix minor issue |  Filip Tehlar | 1 | -1/+1 |
2021-10-21 | fib: respect mfib entry flags on create with paths |  Paul Atkins | 2 | -96/+58 |
2021-10-20 | gso: add support for gso perf unittest |  Mohsin Kazmi | 2 | -0/+380 |
2021-10-12 | unittest: fix crypto key len coverity warning |  Florin Coras | 1 | -1/+1 |
2021-10-11 | ip: fix fib and mfib locks |  Nathan Skrzypczak | 3 | -9/+5 |
2021-10-04 | vppinfra: fix potential memory access error in _pool_init_fixed |  Jieqiang Wang | 1 | -15/+23 |
2021-10-04 | docs: plugin comment nitfixes |  Nathan Skrzypczak | 1 | -1/+1 |
2021-10-01 | devices: add support for pseudo header checksum |  Mohsin Kazmi | 2 | -0/+267 |
2021-09-27 | fib: fix crash on exporter tracker remove |  Vladislav Grishenko | 1 | -1/+39 |
2021-09-23 | svm: remove unused fifo functions |  Florin Coras | 1 | -3/+3 |
2021-09-21 | session: implement app_ns deletion |  Nathan Skrzypczak | 1 | -0/+12 |
2021-09-20 | hash: add support for hashing infra |  Mohsin Kazmi | 2 | -0/+332 |
2021-09-17 | misc: put devtools plugins into separate component/package |  Damjan Marion | 1 | -0/+3 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index |  Nathan Skrzypczak | 3 | -22/+0 |
2021-08-20 | buffers: fix buffer linearization |  Benoît Ganne | 1 | -36/+272 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -4/+4 |
2021-06-21 | fib: Add unit test for RR source using covers labels |  Neale Ranns | 1 | -1/+69 |
2021-06-08 | vppinfra: pool_free_elts() now supports fixed-size pools |  Dave Barach | 2 | -0/+63 |
2021-05-19 | vppinfra: add more llist macros |  Florin Coras | 1 | -25/+25 |
2021-05-14 | session: switch ct to vc and track half-opens |  Florin Coras | 1 | -8/+5 |
2021-05-07 | session: connects seg manager is always first |  Florin Coras | 1 | -1/+4 |
2021-05-05 | crypto crypto-openssl: support hashing operations |  Filip Tehlar | 3 | -0/+106 |
2021-04-26 | session: fix race condition in fifo allocation |  liuyacan | 1 | -1/+1 |
2021-04-05 | tcp: time infra improvements |  Florin Coras | 1 | -12/+19 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 1 | -1/+1 |
2021-03-14 | ip: extend punt CLI for exception packets |  Mohammed Hawari | 1 | -6/+7 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main |  Neale Ranns | 1 | -2/+1 |
2021-02-18 | tests: policer test check unformat return values |  Brian Russell | 1 | -4/+6 |
2021-02-15 | ip: Path MTU |  Neale Ranns | 1 | -4/+26 |
2021-02-15 | policer: improve policer struct |  Brian Russell | 1 | -1/+1 |
2021-02-10 | tests: add policer test helper |  Brian Russell | 2 | -0/+72 |
2021-02-05 | session svm: non blocking mq |  Florin Coras | 1 | -8/+3 |
2021-02-04 | vlib: increase the stats epoch only when necessary |  Miklos Tirpak | 2 | -0/+263 |