Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-30 | crypto-native: refactor AES code | Damjan Marion | 4 | -166/+169 |
2020-01-30 | misc: deprecate dpdk hqos | Damjan Marion | 11 | -3355/+0 |
2020-01-30 | misc: deprecate netmap and ixge drivers | Damjan Marion | 17 | -6521/+0 |
2020-01-30 | map: Add several more MAP-T BR tests | Jon Loeliger | 1 | -8/+294 |
2020-01-30 | vppinfra: improve clocks_per_second convergence | Dave Barach | 4 | -58/+84 |
2020-01-30 | tap: fix host mtu configuration setting | Mohsin Kazmi | 1 | -12/+13 |
2020-01-30 | tap: fix the host mac address | Mohsin Kazmi | 3 | -20/+11 |
2020-01-30 | fib: fix typos in doxygen | Paul Vinciguerra | 1 | -10/+10 |
2020-01-30 | gre: Tunnel encap/decap flags | Neale Ranns | 10 | -103/+329 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 6 | -40/+115 |