Age | Commit message (Expand) | Author | Files | Lines |
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 | 15 | -300/+1346 |
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 | sr: update NH value for Ethernet payloads |  pcamaril | 11 | -37/+38 |
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 | 3 | -3/+4 |
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 | 1 | -3/+3 |
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-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 | fib: fix non-NULL terminated vectors in cli output |  Benoît Ganne | 2 | -2/+2 |
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 |
2020-02-06 | hsa: proxy wnd update only if enough space is available |  Florin Coras | 1 | -0/+16 |
2020-02-06 | vlib: add plugin override support |  Dave Barach | 7 | -40/+225 |
2020-02-06 | vcl: fix session closing error |  Florin Coras | 1 | -1/+2 |
2020-02-06 | quic: fix coverity warning |  MathiasRaoul | 1 | -2/+2 |
2020-02-05 | vppinfra: numa vector placement support |  Dave Barach | 19 | -80/+414 |
2020-02-05 | nat: move dslite to separate sub-plugin |  Ole Troan | 19 | -763/+775 |
2020-02-05 | stats: fix state counter removal |  Vladimir Isaev | 6 | -45/+128 |
2020-02-05 | api: fix vl_api_clnt_node process stack overflow |  Chenmin Sun | 1 | -0/+1 |
2020-02-05 | ipsec: set l2_len for GRE-TEB tunnel decap |  John Lo | 1 | -0/+2 |
2020-02-05 | vppinfra: deal with 0 return from os_cpu_clock_frequency() |  Dave Barach | 1 | -0/+16 |
2020-02-05 | dpdk: use port_id as interface name suffix for representors |  Haggai Eran | 1 | -1/+7 |
2020-02-05 | dpdk: output switch information |  Haggai Eran | 1 | -0/+21 |
2020-02-04 | vcl: switch to closed state after app close |  Florin Coras | 3 | -4/+7 |
2020-02-04 | nat: pool allocation function fix |  Filip Varga | 1 | -1/+1 |