Age | Commit message (Expand) | Author | Files | Lines |
2021-05-05 | vppinfra: enfoce function pointer cast in CLIB_MARCH_FN_POINTER | Damjan Marion | 1 | -2/+2 |
2021-05-05 | vppinfra: fix x86 packs / packus wrappers | Damjan Marion | 4 | -94/+52 |
2021-05-05 | avf: remove dead store | Damjan Marion | 1 | -1/+0 |
2021-05-05 | vlib: fix adaptive mode flag unset on nodes reforking | Maxime Peim | 1 | -0/+4 |
2021-05-05 | nat: cli commands parsing fix | Filip Varga | 2 | -235/+200 |
2021-05-05 | nat: fixing cfg file parsing cli issues | Filip Varga | 4 | -93/+92 |
2021-05-05 | build: set CMAKE_EXPORT_COMPILE_COMMANDS | Damjan Marion | 1 | -0/+2 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 11 | -23/+22 |
2021-05-05 | misc: ipfix process node wait time adjustment | Matthew Smith | 2 | -3/+15 |
2021-05-05 | api: fix crash in custom dump | Paul Vinciguerra | 1 | -1/+1 |
2021-05-05 | crypto crypto-openssl: support hashing operations | Filip Tehlar | 6 | -15/+226 |
2021-05-05 | tcp: cleanup rcv-process and bulk buffer translation | Florin Coras | 1 | -141/+160 |
2021-05-05 | tcp: cleanup listen node and bulk buffer translation | Florin Coras | 1 | -41/+48 |
2021-05-05 | tcp: cleanup syn-sent and bulk buffer translation | Florin Coras | 1 | -112/+124 |
2021-05-04 | tcp: cleanup established and bulk buffer translation | Florin Coras | 1 | -29/+28 |
2021-05-04 | virtio: add simple drop counter for interface | Mohsin Kazmi | 1 | -30/+33 |
2021-05-04 | virtio: fix the interrupt | Mohsin Kazmi | 3 | -162/+202 |
2021-05-04 | stats: adding symlinks for nodes and interfaces in the stat segment | Arthur de Kerhor | 5 | -92/+337 |
2021-05-04 | dpdk: allow configuration of max-simd-bitwidth | Ray Kinsella | 3 | -2/+37 |
2021-05-04 | avf: fix simultaneous txq wrap and tx retry | Mohammed Hawari | 1 | -1/+2 |
2021-05-04 | rdma: add support for RSS configuration | Benoît Ganne | 7 | -14/+338 |
2021-05-04 | rdma: support non-power-of-2 number of rxq | Benoît Ganne | 1 | -13/+19 |
2021-05-04 | build: add set-build-type-* targets to CMake | Damjan Marion | 1 | -2/+10 |
2021-05-03 | quic: fix coverity warning | Florin Coras | 1 | -2/+2 |
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 |