Age | Commit message (Expand) | Author | Files | Lines |
2021-03-31 | nat: NAT66 plugin enable&disable calls update |  Filip Varga | 7 | -119/+263 |
2021-03-31 | tests: call venv module directly |  Klement Sekera | 1 | -1/+1 |
2021-03-30 | session: interrupt mode for session node on main thread |  Florin Coras | 1 | -15/+20 |
2021-03-30 | interface: fix coverity |  Damjan Marion | 1 | -2/+2 |
2021-03-30 | stats: python: handle when pattern is not list in ls |  Ole Troan | 1 | -0/+9 |
2021-03-30 | svm: cleanup mq private data on fifo segment cleanup |  Florin Coras | 3 | -2/+16 |
2021-03-30 | misc: vpptop makefile target |  Vladimir Lavor | 4 | -1/+280 |
2021-03-30 | nat: fix HA multi-worker issues |  Klement Sekera | 6 | -154/+176 |
2021-03-30 | avf: fix coverity issues |  Chenmin Sun | 1 | -4/+4 |
2021-03-30 | map: tune dump/details test for socket transport |  Ole Troan | 1 | -1/+1 |
2021-03-29 | svm session vcl: per app rx message queues |  Florin Coras | 11 | -104/+518 |
2021-03-29 | tls: fix app_worker_connect_notify param error |  yedg | 1 | -1/+1 |
2021-03-29 | tests: move vxlan tests to src/vnet/vxlan/tests |  Dave Wallace | 6 | -0/+0 |
2021-03-28 | vcl: fix only first epoll listen session be registered |  nandfan | 1 | -14/+2 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly |  Damjan Marion | 13 | -350/+315 |
2021-03-26 | vlib: split vlib_main_t into global and per-thread |  Damjan Marion | 24 | -456/+469 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 15 | -85/+88 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 43 | -137/+166 |
2021-03-26 | tests: move ping tests to src/plugin/ping/test |  Dave Wallace | 1 | -0/+0 |
2021-03-26 | avf: flow support enhancement |  Chenmin Sun | 1 | -49/+219 |
2021-03-26 | avf: handle flow id in data path |  Chenmin Sun | 3 | -27/+122 |
2021-03-26 | avf: add avf flow framework |  Chenmin Sun | 7 | -34/+2430 |
2021-03-25 | svm: add producer wait function |  Florin Coras | 3 | -14/+47 |
2021-03-25 | acl: fix the integer overflow bug in API message length validation logic |  Andrew Yourtchenko | 1 | -4/+4 |
2021-03-25 | svm: fix producer deadlock in svm_msg_q_wait() |  nandfan | 1 | -5/+9 |
2021-03-25 | nat: allocate enough space for full port usage |  Klement Sekera | 1 | -1/+1 |
2021-03-25 | rdma: fix buggy cqe parsing (truncated packets) |  Mohammed Hawari | 1 | -3/+2 |
2021-03-25 | nat: fix bihash kvp print |  Klement Sekera | 1 | -2/+3 |
2021-03-25 | avf: introduce program flow event |  Chenmin Sun | 3 | -37/+86 |
2021-03-25 | tests: move vppinfra tests to src/vppinfra/test |  Dave Wallace | 1 | -0/+0 |
2021-03-25 | nat: prevent usage of ED nodes in EI code |  Klement Sekera | 2 | -44/+118 |
2021-03-25 | nat: fix vnet_feature_next in source hairpinning |  Klement Sekera | 1 | -3/+11 |
2021-03-25 | tests: introduce test-checkstyle-diff |  Klement Sekera | 2 | -2/+22 |
2021-03-25 | stats: python vpp_stats rewrite to access stat segment directly |  Ole Troan | 11 | -419/+567 |
2021-03-24 | tests: add vpp test dirs to PYTHONPATH |  Dave Wallace | 1 | -4/+10 |
2021-03-24 | tls: fix cleanup on app close with data |  Florin Coras | 1 | -0/+3 |
2021-03-24 | interface: do subif or feature arc work in interface-output only if needed |  Damjan Marion | 1 | -42/+61 |
2021-03-24 | virtio: improve compilation time |  Damjan Marion | 1 | -64/+57 |
2021-03-24 | misc: fuse fs for the stats segment |  Arthur de Kerhor | 5 | -0/+661 |
2021-03-23 | interface: simplify and optimize interface-output node |  Damjan Marion | 1 | -204/+121 |
2021-03-23 | misc: allow explicitelly setting CLANG_FORMAT_VER |  Damjan Marion | 1 | -1/+1 |
2021-03-23 | vlib: add node adaptive mode flag |  Florin Coras | 4 | -8/+37 |
2021-03-23 | interface: reduce duplicate code in the interface-output node |  Damjan Marion | 1 | -42/+41 |
2021-03-22 | tls: fix tlsopenssl for remaining buffer |  Sivaprasad Tummala | 1 | -3/+4 |
2021-03-22 | vcl: fix libc epoll pwait starved |  wanghanlin | 2 | -1/+5 |
2021-03-22 | vlib: graphviz upgrade to allow filters |  Arthur de Kerhor | 5 | -34/+206 |
2021-03-21 | gre: Multipoint GRE fixes |  Neale Ranns | 4 | -7/+86 |
2021-03-20 | tests: add support for worker awareness |  Klement Sekera | 13 | -59/+64 |
2021-03-19 | vxlan: add tunnel cache to graph node |  Junfeng Wang | 9 | -47/+49 |
2021-03-19 | api: Avoid the usage of the freed registration by the API calls |  Andrew Yourtchenko | 2 | -23/+52 |