Age | Commit message (Expand) | Author | Files | Lines |
2023-06-06 | misc: fix the license header |  Mohsin Kazmi | 3 | -30/+0 |
2023-06-05 | linux-cp: Fix add vs update on routes |  Pim van Pelt | 3 | -58/+69 |
2023-06-02 | wireguard: add support for chained buffers |  Alexander Chernavin | 3 | -79/+353 |
2023-06-02 | api: nat44_ed - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+10 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 3 | -16/+3 |
2023-05-30 | misc: fix tracedump API |  Maxime Peim | 1 | -1/+2 |
2023-05-26 | linux-cp: update adjs for subifs too when mac changes |  Alexander Chernavin | 1 | -4/+21 |
2023-05-23 | misc: fix tracedump API to match CLI behavior |  Maxime Peim | 3 | -4/+227 |
2023-05-23 | bufmon: ptd should be alloced in main thread |  Xiaoming Jiang | 1 | -1/+2 |
2023-05-20 | hsa: add an option to configure ns in http cli |  Filip Tehlar | 1 | -1/+16 |
2023-05-19 | fib: fix load-balance and replicate dpos buckets overflow |  Benoît Ganne | 1 | -44/+79 |
2023-05-19 | dpdk: fix compatibility with DPDK < 21.11 |  Andrew Ying | 2 | -2/+1 |
2023-05-19 | tls: flag no app session on handshake failure |  Florin Coras | 1 | -1/+1 |
2023-05-19 | dpdk: fix format device name using wrong index |  Daniel Ding | 1 | -10/+10 |
2023-05-19 | hsa: make http cli client thread safe |  Filip Tehlar | 1 | -6/+29 |
2023-05-16 | hsa: detach app on unsuccessful listen |  Filip Tehlar | 1 | -0/+12 |
2023-05-16 | ip_session_redirect: add session redirect plugin |  Benoît Ganne | 9 | -0/+1044 |
2023-05-16 | dpdk: fix format rx/tx burst function name failed |  Xiaoming Jiang | 1 | -8/+9 |
2023-05-16 | memif: fix coverity warnings |  Marvin Liu | 3 | -8/+7 |
2023-05-16 | misc: make format_hexdump length u32 |  Benoît Ganne | 1 | -3/+2 |
2023-05-15 | hsi: interop with ip reassembly |  Florin Coras | 1 | -19/+46 |
2023-05-15 | dpdk: Be wary of the return value from rte_eth_dev_socket_id |  Steven Luong | 1 | -1/+7 |
2023-05-12 | gre: move to a plugin |  Chuhao Tang | 12 | -1/+3207 |
2023-04-27 | api: Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
2023-04-25 | crypto-sw-scheduler: fix interrupt mode |  Alexander Skorichenko | 1 | -0/+10 |
2023-04-25 | perfmon: fix perfmon start type argument |  Maxime Peim | 1 | -5/+3 |
2023-04-25 | memif: support dma option |  Marvin Liu | 8 | -20/+925 |
2023-04-25 | dpdk: code preparation for bumping to DPDK 22.11 |  Xinyao Cai | 9 | -34/+147 |
2023-04-21 | rdma: fix rx CQ mask to calculate right next_cqe_index |  Jieqiang Wang | 1 | -1/+1 |
2023-04-21 | lb: improve formatting in lb_types.api |  Vratko Polak | 1 | -5/+5 |
2023-04-19 | lb: initialize lb_vip_add_args_t |  Vratko Polak | 1 | -2/+2 |
2023-04-14 | linux-cp: Handle RTA_VIA routes. |  Adrian Pistol | 1 | -2/+3 |
2023-04-13 | nat: distribute nat44-ed in2out sessions by rx vrf |  Vladislav Grishenko | 1 | -1/+3 |
2023-04-13 | nat: fix the wrong unformat type |  Ted Chen | 2 | -2/+2 |
2023-04-13 | nat: adding a new api nat44_ed_vrf_tables_v2_dump |  Daniel Béreš | 2 | -0/+76 |
2023-04-11 | linux-cp: don't create tap for non-eth ifaces |  Stanislav Zaikin | 1 | -0/+8 |
2023-04-11 | rdma: disable compressed CQE mode for txq CQ |  Jieqiang Wang | 1 | -3/+1 |
2023-03-31 | nat: fix nat44 vrf handlers |  Daniel Béreš | 1 | -2/+2 |
2023-03-29 | dpdk-cryptodev: fix name formatting of session pools |  Gabriel Oginski | 1 | -2/+2 |
2023-03-24 | dpdk-cryptodev: fix formatting name of pools |  Gabriel Oginski | 1 | -2/+2 |
2023-03-23 | vppinfra: AES-CBC and AES-GCM refactor and optimizations |  Damjan Marion | 4 | -2450/+72 |
2023-03-21 | linux-cp: fix get_default_ns api method |  Stanislav Zaikin | 1 | -13/+7 |
2023-03-20 | wireguard: fix sending peer events from worker threads |  Alexander Chernavin | 1 | -5/+23 |
2023-03-18 | vppinfra: fix corner-cases in bihash lookup |  Dave Barach | 2 | -3/+8 |
2023-03-15 | crypto-native: 256-bit AES CBC support |  Damjan Marion | 7 | -86/+353 |
2023-03-15 | dma_intel: fix potential invalid batch status |  Marvin Liu | 1 | -5/+6 |
2023-03-14 | dpdk: enable Google Virtual Ethernet |  Marvin Liu | 2 | -0/+7 |
2023-03-14 | vlib: pre-alloc dma backend batches |  Marvin Liu | 1 | -0/+27 |
2023-03-14 | crypto-native: avoid crash on 12th and 13th gen Intel client CPUs |  Damjan Marion | 1 | -2/+4 |
2023-03-14 | memif: don't leak error strings in API handlers |  Damjan Marion | 1 | -4/+4 |