Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-02-11 | svm: numa awareness for ssvm segments |  Florin Coras | 4 | -26/+70 |
2020-02-11 | ip: fix ip-local errors |  Florin Coras | 4 | -5/+6 |
2020-02-11 | vlib: Skip core 0 if workers are configured. |  Jon Loeliger | 1 | -0/+15 |
2020-02-11 | tcp: fix input error counters |  Florin Coras | 1 | -17/+30 |
2020-02-10 | tcp: add option to avoid endpoint cleanup |  Florin Coras | 2 | -2/+4 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping |  Florin Coras | 6 | -50/+21 |
2020-02-10 | ipsec: fix AES-GCM block size |  Damjan Marion | 1 | -3/+6 |
2020-02-10 | vlib: properly configure main thread's core id |  Jon Loeliger | 1 | -0/+2 |
2020-02-10 | misc: add FEATURE.yaml files |  Dave Barach | 4 | -0/+47 |
2020-02-10 | sctp: API cleanup |  Jakub Grajciar | 2 | -26/+30 |
2020-02-10 | ip-neighbor: fix MLD reports not being sent |  Neale Ranns | 2 | -4/+34 |
2020-02-10 | ikev2: better logging |  Filip Tehlar | 5 | -187/+317 |
2020-02-10 | ipsec: remove dead code |  Filip Tehlar | 1 | -29/+0 |
2020-02-10 | ip: more detailed show reassembly commands |  Vladimir Ratnikov | 4 | -7/+33 |
2020-02-10 | ip6: fix l4 checksum with hop-by-hop header |  Matthew Smith | 1 | -13/+23 |
2020-02-08 | misc: fix the MAKE_PARALLEL_JOBS for 'make verify' target |  Andrew Yourtchenko | 1 | -4/+2 |
2020-02-07 | tests: skip extended quic tests under development |  Dave Wallace | 1 | -4/+21 |
2020-02-07 | quic: update config values for large stream tests |  Dave Wallace | 1 | -84/+88 |
2020-02-07 | build: Makefile dep change for ubuntu |  Ed Kern | 1 | -3/+5 |
2020-02-07 | fib: fix non-NULL terminated vectors in cli output |  Benoît Ganne | 2 | -2/+2 |
2020-02-07 | tests: support python 3.8 |  Ole Troan | 4 | -8/+7 |
2020-02-07 | svm: use default SVM address in fifo unit tests |  Benoît Ganne | 1 | -1/+2 |
2020-02-07 | quic: fix coverity warning |  MathiasRaoul | 1 | -2/+1 |
2020-02-07 | misc: address sanitizer: fix vm instrumentation |  Benoît Ganne | 2 | -0/+9 |
2020-02-07 | nat: api & cli command for forcing session cleanup |  Filip Varga | 4 | -0/+98 |