Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | tls: Support for client certificate-key pair | sarmurug | 1 | -0/+50 |
2022-03-29 | dpdk: make log pipe non-blocking on both sides | Damjan Marion | 1 | -1/+2 |
2022-03-29 | linux-cp: fix tap interface attrs in case the sw pool realloc'd | Vladislav Grishenko | 1 | -18/+16 |
2022-03-29 | crypto-openssl: fix seed calculation | Damjan Marion | 1 | -1/+1 |
2022-03-29 | linux-cp: handle ipv4 routes when link goes down on subif | Alexander Chernavin | 1 | -17/+43 |
2022-03-29 | linux-cp: add support for table flush if multiple interfaces | Alexander Chernavin | 1 | -15/+39 |
2022-03-29 | perfmon: fix order in cmakelists.txt | Ray Kinsella | 1 | -8/+8 |
2022-03-29 | perfmon: fix non-NULL terminated C-string | Benoît Ganne | 1 | -1/+1 |
2022-03-28 | linux-cp: Fix API response | Pim van Pelt | 1 | -5/+7 |
2022-03-28 | crypto-native: avoid overflow load on data | Damjan Marion | 1 | -1/+4 |
2022-03-27 | linux-cp: fix name formatting | Dmitry Valter | 1 | -1/+1 |
2022-03-25 | hsa: echo client connects as rpc | Florin Coras | 2 | -31/+36 |
2022-03-25 | crypto-native: avoid mem overflow when loading IV | Damjan Marion | 1 | -11/+13 |
2022-03-25 | linux-cp: handle ipv4 routes when link goes down | Alexander Chernavin | 5 | -0/+163 |
2022-03-24 | crypto-native: fix index in VAES aes-cbc encrypt | Benoît Ganne | 1 | -3/+3 |
2022-03-24 | dpdk: enable int mode for virtio | Paul Atkins | 1 | -0/+1 |
2022-03-23 | dpdk: copy the enable_rxq_int flag from driver to conf | Paul Atkins | 1 | -0/+1 |
2022-03-23 | vppinfra: deprecate clib_mem_is_vec | Damjan Marion | 1 | -2/+0 |
2022-03-23 | vppinfra: change vlib_register_node so it takes format string for node name | Damjan Marion | 2 | -6/+3 |
2022-03-23 | dpdk: fix rx/tx burst function name | Tianyu Li | 1 | -2/+2 |
2022-03-23 | vnet: Remove the unused fields from opaque2 | Neale Ranns | 1 | -7/+6 |
2022-03-23 | api: better segregate client and server code | Benoît Ganne | 1 | -4/+4 |
2022-03-23 | perfmon: null-terminate string | Damjan Marion | 1 | -1/+1 |
2022-03-23 | crypto-native: fix dst index typo in VAES | Benoît Ganne | 1 | -1/+1 |
2022-03-22 | session: use safe realloc for pools | Florin Coras | 1 | -7/+1 |
2022-03-22 | memif: fix the maxmimum number of txqs | Mohsin Kazmi | 1 | -1/+1 |
2022-03-21 | vppinfra: use clib_mem_alloc | Damjan Marion | 11 | -11/+11 |
2022-03-21 | wireguard: dont stacksmash bad peer base64 keys | Jon Loeliger | 1 | -1/+1 |
2022-03-21 | wireguard: improve peer dump details | Jon Loeliger | 2 | -11/+22 |
2022-03-21 | hsa: add support for SAPI in vpp_echo | Filip Tehlar | 5 | -48/+491 |
2022-03-18 | cnat: Fix conflicting rsession | Nathan Skrzypczak | 4 | -39/+87 |
2022-03-18 | memif: fix rx/txqueue RC on connected | Nathan Skrzypczak | 1 | -9/+12 |
2022-03-17 | nat: fix ICMP error translation | Klement Sekera | 1 | -0/+3 |
2022-03-15 | flow: add generic flow pattern for 5G flow enhancement | Ting Xu | 1 | -0/+16 |
2022-03-15 | memif: fix memif_process_desc indexing | Mauro Sardara | 1 | -4/+2 |
2022-03-14 | crypto: Enabling IOMMU DMA translation table update for QAT card | Govindarajan | 1 | -1/+2 |
2022-03-14 | hsa: fix error message | Filip Tehlar | 1 | -3/+3 |
2022-03-14 | dpdk: improve rx burst count per loop | Fan Zhang | 1 | -4/+5 |
2022-03-11 | map: fix memory leak | Benoît Ganne | 1 | -1/+2 |
2022-03-11 | vlib: remoove unused field | Damjan Marion | 1 | -1/+1 |
2022-03-10 | dpdk: fix program vlans on ixgbevf | Dzmitry Sautsa | 1 | -2/+7 |
2022-03-09 | stats: refactor | Damjan Marion | 7 | -39/+33 |
2022-03-07 | linux-cp: handle ipv4 routes when interface is disabled | Alexander Chernavin | 1 | -2/+88 |
2022-03-04 | linux-cp: fix issue of possibly closing negative fd | Alexander Chernavin | 1 | -5/+14 |
2022-03-04 | linux-cp: stop signaling read event on every notif | Alexander Chernavin | 1 | -7/+9 |
2022-03-04 | linux-cp: stop ignoring ENOBUFS while reading notif | Alexander Chernavin | 1 | -9/+2 |
2022-03-04 | ping: correct the fib-index used for the reply | Neale Ranns | 1 | -15/+27 |
2022-03-04 | linux-cp: ignore neighbors if ip addr is multicast | Alexander Chernavin | 1 | -0/+17 |
2022-03-03 | linux-cp: detect and delete stale entries after sync | Alexander Chernavin | 1 | -0/+95 |
2022-03-03 | linux-cp: resync with kernel after nl socket error | Alexander Chernavin | 2 | -27/+503 |