Age | Commit message (Expand) | Author | Files | Lines |
2020-02-17 | bfd: use tw_timer_template instead of legacy wheel | Klement Sekera | 8 | -311/+336 |
2020-02-17 | gtpu: offload RX flow | Chenmin Sun | 6 | -2/+785 |
2020-02-17 | ikev2: IKE plugin manages the state of the protected tunnel interface | Neale Ranns | 1 | -2/+8 |
2020-02-17 | crypto-native: calculate ghash using vpclmulqdq instructions | Damjan Marion | 2 | -0/+141 |
2020-02-17 | vlib: fix code of getting numa node with specific cpu_id | Lijian.Zhang | 1 | -3/+18 |
2020-02-15 | tls: Fix Picotls ctx_read rx_content issue | Simon Zhang | 1 | -18/+21 |
2020-02-15 | tap: fix the default parameter for num_rx_queues | Mohsin Kazmi | 3 | -40/+53 |
2020-02-14 | tls: remove session lookup operation in TLS | Yu Ping | 1 | -2/+0 |
2020-02-14 | tcp: reset fin-wait-2 timeout connections | Florin Coras | 2 | -0/+9 |
2020-02-14 | tunnel: add FEATURE.yaml | Neale Ranns | 1 | -0/+9 |
2020-02-14 | vcl: fix ldp read on closing session | Florin Coras | 2 | -15/+10 |
2020-02-14 | vrrp dns: fix coverity warnings | Dave Barach | 3 | -2/+9 |
2020-02-14 | dpdk: TSO does not work for Cisco VIC | Steven Luong | 1 | -0/+11 |
2020-02-14 | dpdk: fix flow(with mark action) deletion crash issue | Chenmin Sun | 1 | -1/+1 |
2020-02-14 | tcp: improve reset generation in reset node | Florin Coras | 2 | -57/+41 |
2020-02-14 | tcp: minimal set of worker stats | Florin Coras | 4 | -7/+115 |
2020-02-14 | crypto-native: refactor CBC code | Damjan Marion | 5 | -606/+446 |
2020-02-13 | nsim: fix quad-loop packet trace | Dave Barach | 1 | -11/+12 |
2020-02-13 | vcl: clear accept msg flags | Florin Coras | 2 | -1/+1 |
2020-02-13 | vrrp: add plugin providing vrrp support | Matthew Smith | 19 | -0/+6912 |
2020-02-13 | vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut | Damjan Marion | 4 | -18/+33 |
2020-02-13 | vcl: handle close after reset | Florin Coras | 2 | -10/+32 |
2020-02-13 | crypto-native: add AArch64 AES-GCM native implementation | Damjan Marion | 7 | -55/+78 |
2020-02-13 | dpdk: Add iova-mode to startup | Vladimir Ratnikov | 1 | -1/+2 |
2020-02-13 | fib: Fix some more realloc errors | Neale Ranns | 5 | -55/+34 |
2020-02-13 | ikev2: Responder honours the protected tunnel config | Neale Ranns | 2 | -0/+10 |
2020-02-13 | crypto-native: add AArch64 ghash support | Damjan Marion | 1 | -1/+23 |
2020-02-13 | vppinfra: add cmake option to grow vectors by 1 | Dave Barach | 3 | -0/+13 |
2020-02-12 | classify: fix "show classify filter" debug CLI | Dave Barach | 1 | -3/+1 |
2020-02-12 | vppinfra: add clib_prefetch_load and clib_prefetch_store | Damjan Marion | 1 | -0/+12 |
2020-02-12 | vppinfra: add ARM NEON implementation of u8x16_word_shift_{left,right} | Damjan Marion | 1 | -0/+12 |
2020-02-12 | tcp: improve invalid packet handling in syn-rcvd | Florin Coras | 2 | -4/+14 |
2020-02-12 | tcp: move connections to wrk ctx | Florin Coras | 3 | -58/+50 |
2020-02-12 | crypto-native: fix ghash function naming | Damjan Marion | 1 | -6/+6 |
2020-02-12 | crypto-native: use and instead of blend | Damjan Marion | 1 | -4/+1 |
2020-02-12 | crypto-native: add missing static_always_inline | Damjan Marion | 1 | -6/+6 |
2020-02-12 | tcp: postpone rst handling | Florin Coras | 3 | -71/+133 |
2020-02-12 | crypto-native: refactor GCM code to use generic types | Damjan Marion | 3 | -291/+325 |
2020-02-12 | api: do not truncate api dump file size | Benoît Ganne | 1 | -1/+1 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 18 | -2195/+14 |
2020-02-11 | misc: fix coverity warnings | Dave Barach | 4 | -9/+19 |
2020-02-11 | ikev2: Configure a profile with an existing interface | Neale Ranns | 7 | -30/+141 |
2020-02-11 | crypto-native: fix ARM compilatiion flags | Damjan Marion | 1 | -1/+1 |
2020-02-11 | vppinfra: add ARM cpu types | Damjan Marion | 1 | -0/+4 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 17 | -351/+1376 |
2020-02-11 | session: avoid scanning new io list under load | Florin Coras | 2 | -21/+51 |
2020-02-11 | vppinfra: remove unused variable from timing wheel | Klement Sekera | 2 | -4/+0 |
2020-02-11 | http_static: VPP web application HowTo | Dave Barach | 2 | -1/+275 |
2020-02-11 | sr: update NH value for Ethernet payloads | pcamaril | 12 | -38/+39 |
2020-02-11 | tls: refactor picotls ctx_read process to improve CPS | Simon Zhang | 2 | -58/+55 |