Age | Commit message (Expand) | Author | Files | Lines |
2022-04-01 | vrrp: add stats support and update API | Emanuele Di Pascale | 9 | -18/+763 |
2022-04-01 | dpdk: fix vlan creation on ixgbe | Alexander Chernavin | 1 | -1/+0 |
2022-04-01 | dpdk: fix coverity issue | Fan Zhang | 1 | -13/+4 |
2022-04-01 | session: leverage new pool functions in safe realloc | Florin Coras | 3 | -54/+50 |
2022-04-01 | nat: VRF routing & FIB improvements | Filip Varga | 8 | -281/+727 |
2022-04-01 | nat: nat44-ed cleanup & fixes | Filip Varga | 10 | -1326/+664 |
2022-04-01 | tls: enable host verification by hostname | satna | 1 | -3/+40 |
2022-03-31 | vppinfra: vectors with non-default heap | Damjan Marion | 7 | -75/+213 |
2022-03-31 | vlib: add support for workers sync | Florin Coras | 3 | -38/+66 |
2022-03-31 | stats: use vlib_stats_validate in collector | Damjan Marion | 1 | -28/+5 |
2022-03-31 | stats: convert error counters to normal counters | Damjan Marion | 13 | -271/+101 |
2022-03-31 | session: fix coverity warning | Florin Coras | 1 | -0/+4 |
2022-03-31 | vcl: fix api detach if attach failed | Florin Coras | 2 | -1/+12 |
2022-03-31 | crypto: drop the frame if there is no handler | Dastin Wilski | 1 | -0/+6 |
2022-03-30 | tls: support to reinitialise ca_chain wo restart | Saravanan Murugesan | 5 | -25/+64 |
2022-03-30 | ip: Reference count the enabling the punt feature | Neale Ranns | 2 | -4/+14 |
2022-03-30 | vppinfra: vector allocator rework | Damjan Marion | 25 | -981/+873 |
2022-03-30 | udp: fix inner packet checksum calculation in udp-encap | Mauro Sardara | 7 | -68/+146 |
2022-03-29 | hsa: refactor echo clients | Florin Coras | 2 | -318/+319 |
2022-03-29 | tls: Support for client certificate-key pair | sarmurug | 1 | -0/+50 |
2022-03-29 | vlib: fix unaligned runtime_data | Dmitry Valter | 1 | -0/+2 |
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 | vnet: set frame overhead at interface registration | Matthew Smith | 1 | -2/+2 |
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 | libmemif: refactor examples | Jakub Grajciar | 19 | -334/+1843 |
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-28 | vlib: use pthread_attr_setstack() to set thread stack | Damjan Marion | 1 | -12/+26 |
2022-03-28 | vppinfra: avoid mem overflow in hash_memory() | Damjan Marion | 3 | -209/+29 |
2022-03-28 | ip: add barrier sync, ip4_ply_pool expand case | Vladislav Grishenko | 1 | -2/+14 |
2022-03-27 | tests: fix core file message | Dmitry Valter | 3 | -5/+7 |
2022-03-27 | linux-cp: fix name formatting | Dmitry Valter | 1 | -1/+1 |
2022-03-26 | session: simplify safe pool realloc | Florin Coras | 1 | -62/+42 |
2022-03-25 | hsa: echo client connects as rpc | Florin Coras | 2 | -31/+36 |
2022-03-25 | build: update .clang-format | Damjan Marion | 1 | -1/+5 |
2022-03-25 | crypto-native: avoid mem overflow when loading IV | Damjan Marion | 1 | -11/+13 |
2022-03-25 | vppinfra: add vec128_t, vec256_t and vec512_t types | Damjan Marion | 1 | -19/+41 |
2022-03-25 | l2: avoid overflow read of mac address | Damjan Marion | 1 | -23/+3 |
2022-03-25 | docs: Add getting started with GoVPP | Nathan Skrzypczak | 3 | -87/+174 |
2022-03-25 | docs: Fix macos clang-format docs | Nathan Skrzypczak | 1 | -9/+10 |
2022-03-25 | linux-cp: handle ipv4 routes when link goes down | Alexander Chernavin | 5 | -0/+163 |
2022-03-25 | build: print compiler version | Damjan Marion | 1 | -1/+1 |
2022-03-25 | fib: fix ip6-ll fib selection for non-ethernet interfaces | Vladislav Grishenko | 2 | -7/+37 |
2022-03-25 | devices: fix high vector rate per dispatch | Mohsin Kazmi | 3 | -13/+44 |
2022-03-25 | session: reorganize local port allocation | Florin Coras | 1 | -29/+24 |