Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-02-04 | vppapigen: fix options representation |  Ole Troan | 1 | -1/+1 |
2020-02-04 | virtio: update FEATURE.yaml to include description for vhost-user |  Steven Luong | 1 | -3/+7 |
2020-02-04 | teib: Rename NHRP to TEIB |  Neale Ranns | 12 | -452/+456 |
2020-02-04 | ip: translate fragmented icmp to fragmented icmp6 |  Alexander Chernavin | 2 | -9/+59 |
2020-02-03 | vppinfra: fix typo in tw_timer_template.c |  Dave Barach | 1 | -1/+1 |
2020-02-03 | tls: refactor for tls async event handling |  Yu Ping | 6 | -198/+163 |
2020-02-03 | virtio: vhost gso is broken in some topology |  Steven Luong | 1 | -2/+8 |
2020-02-03 | fib: invalid check for adj types. |  Neale Ranns | 1 | -1/+1 |
2020-02-03 | fib: refresh adj pointer after fib_walk_sync due to possible realloc |  Steven Luong | 2 | -0/+13 |
2020-02-03 | gre: improve .api descriptions |  Vratko Polak | 1 | -8/+28 |
2020-02-03 | gre: add missing .api edits |  Vratko Polak | 1 | -2/+2 |
2020-01-31 | session: fix chunk batch alloc for large fifos |  Florin Coras | 1 | -6/+8 |
2020-01-31 | quic: quicly crypto offloading |  MathiasRaoul | 4 | -57/+579 |
2020-01-31 | crypto-native: add ARMv8 AES-CBC implementation |  Damjan Marion | 8 | -367/+762 |
2020-01-31 | quic: update quicly to v0.0.10-vpp |  MathiasRaoul | 1 | -1/+1 |