Age | Commit message (Expand) | Author | Files | Lines |
2021-05-03 | session: lookup listener with iface address | liuyacan | 1 | -0/+26 |
2021-05-03 | rdma: avoid unnencessary inlining | Damjan Marion | 1 | -27/+29 |
2021-05-03 | vlib: multiarch vlib_frame_queue_dequeue() | Damjan Marion | 5 | -143/+131 |
2021-05-03 | quic: improve udp dgram write | Florin Coras | 1 | -10/+7 |
2021-05-02 | tls: cleanup dtls migrated context | Florin Coras | 2 | -8/+16 |
2021-05-01 | vcl: attr api to set endpt ext config | Florin Coras | 4 | -6/+25 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 44 | -275/+98 |
2021-05-01 | build: add option to turn off some march variants | Damjan Marion | 2 | -42/+82 |
2021-04-30 | build: declare some CMake variables as advanced | Damjan Marion | 11 | -18/+28 |
2021-04-30 | misc: experimental configure script | Damjan Marion | 9 | -24/+144 |
2021-04-30 | quic: report number of packets sent on custom tx | Florin Coras | 1 | -14/+8 |
2021-04-30 | hsa: vcl test client incremental stats | Florin Coras | 2 | -22/+82 |
2021-04-30 | build: switch release build to -O3 | Damjan Marion | 4 | -21/+14 |
2021-04-29 | session: accept notifies for sessions in created state | Florin Coras | 1 | -0/+2 |
2021-04-29 | session: cleanup CREATED sessions when listener goes down | liuyacan | 3 | -0/+63 |
2021-04-29 | crypto: fix chained buffer integrity support | Benoît Ganne | 1 | -1/+15 |
2021-04-29 | hsa: vcl test perf improvements | Florin Coras | 3 | -88/+93 |
2021-04-28 | vcl: fix epoll wait with indefinite timeout | Florin Coras | 2 | -32/+20 |
2021-04-28 | vppinfra: AArch64 NEON implementation of clib_compare_u16_x64() | Damjan Marion | 2 | -2/+21 |
2021-04-28 | vppinfra: don't fail if config.h is missing, fallback to defaults instead | Damjan Marion | 2 | -0/+7 |
2021-04-28 | papi: change default to use socket transport instead of shared memory transport | Ole Troan | 1 | -2/+2 |
2021-04-28 | pg: exec file fixes | mdr78 | 1 | -1/+6 |
2021-04-28 | hsa: fix quic vcl test | Florin Coras | 1 | -9/+21 |
2021-04-28 | hsa: support sigint in vcl test client | Florin Coras | 1 | -2/+33 |
2021-04-28 | ip: extend the punt cli to accept reason filter for sockets registration | Arthur de Kerhor | 1 | -0/+6 |
2021-04-28 | nat: fix byte order on ipfix message fields | Matthew Smith | 4 | -7/+10 |
2021-04-27 | gre: Remove the debugging logging from the mGRE tests | Neale Ranns | 1 | -6/+1 |
2021-04-27 | misc: fix dead stores | Damjan Marion | 2 | -5/+2 |
2021-04-27 | vlib: improve enqueue_to_next buffer indices extraction | Damjan Marion | 7 | -430/+266 |
2021-04-27 | hsa: custom proto vfts for vcl tests | Florin Coras | 5 | -314/+836 |
2021-04-27 | session: fix mq ext config cleanup | Florin Coras | 1 | -2/+1 |
2021-04-27 | misc: add StatementMacros to .clang-format | Damjan Marion | 1 | -9/+12 |
2021-04-27 | vppinfra: silence coverity warnings related to clib_memcpy_u32() | Damjan Marion | 1 | -0/+10 |
2021-04-27 | vppinfra: Fix a bug related to path_search | Ryo Nishikawa | 1 | -1/+1 |
2021-04-27 | vrrp: increase stack size of process node | Matthew Smith | 1 | -2/+2 |
2021-04-27 | misc: auto-generate go bindings | Vladimir Lavor | 1 | -0/+183 |
2021-04-27 | perfmon: top down level 1 support | mdr78 | 9 | -25/+248 |
2021-04-27 | hsa: use only one conn type for vcl tests | Florin Coras | 3 | -139/+80 |
2021-04-26 | hsa: use tcp for vcl test control channel | Florin Coras | 3 | -195/+242 |
2021-04-26 | vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/stores | Damjan Marion | 4 | -37/+159 |
2021-04-26 | pg: fix packet coalescing cli | Ray Kinsella | 1 | -2/+2 |
2021-04-26 | vppapigen: remove flag day code | Paul Vinciguerra | 1 | -296/+0 |
2021-04-26 | tests: clean up gbp calls from vpp_papi_provider | Paul Vinciguerra | 3 | -134/+200 |
2021-04-26 | session: fix race condition in fifo allocation | liuyacan | 4 | -44/+40 |
2021-04-25 | vppinfra: add COMPILE_TIME_CONST() macro | Damjan Marion | 2 | -1/+2 |
2021-04-25 | vppinfra: AVX512 mask load/stores and compress store | Damjan Marion | 3 | -37/+55 |
2021-04-25 | vppinfra: add clear_lowest_set_bit() function, use BMI2 if available | Damjan Marion | 1 | -0/+10 |
2021-04-23 | nat: correct detection of icmp bypass presence | Klement Sekera | 1 | -2/+2 |
2021-04-23 | vxlan: Fix L3 mode | Nathan Skrzypczak | 5 | -103/+158 |
2021-04-23 | session: set connected session index for ct | Florin Coras | 1 | -2/+5 |