Age | Commit message (Expand) | Author | Files | Lines |
2019-02-18 | NAT44: fix snat_get_worker_out2in_cb (VPP-1536) | Matus Fabian | 4 | -17/+126 |
2019-02-18 | tcp: fix handling of retransmitted syns | Florin Coras | 2 | -16/+26 |
2019-02-15 | Optimize ip6-local | Benoît Ganne | 1 | -246/+187 |
2019-02-15 | Fix connexion segfault in session api affecting tcp_echo | Nathan Skrzypczak | 1 | -1/+2 |
2019-02-15 | dpdk-ipsec: store buffer index into crypto-op private | Kingwel Xie | 5 | -44/+115 |
2019-02-15 | 19.01 Release Notes | Andrew Yourtchenko | 1 | -0/+389 |
2019-02-15 | FIB: pass a copy the walk context | Neale Ranns | 1 | -1/+3 |
2019-02-14 | make test: make test-ext working again | Klement Sekera | 2 | -6/+7 |
2019-02-14 | deb-pkg: Add libvom package support | Mohsin Kazmi | 3 | -11/+18 |
2019-02-14 | ipsec: memory leak fixup | Kingwel Xie | 1 | -1/+4 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 27 | -22/+34 |
2019-02-14 | buffer: bug fix vlib_buffer_free_inline | Lollita Liu | 1 | -6/+7 |
2019-02-14 | make install-ext-deps broken. | Paul Vinciguerra | 1 | -1/+1 |
2019-02-13 | ip6: convert code to new multiarch | Damjan Marion | 3 | -97/+87 |
2019-02-13 | vom: Add support for vtr in xconnect | Mohsin Kazmi | 11 | -138/+294 |
2019-02-13 | IPSEC: restack SAs on backend change | Neale Ranns | 3 | -13/+42 |
2019-02-13 | VOM: neighbour API flags | Neale Ranns | 9 | -27/+137 |
2019-02-12 | fix assert failure | Dave Barach | 1 | -0/+6 |
2019-02-12 | ipsec: cli bug fix | Kingwel Xie | 1 | -6/+23 |
2019-02-11 | IPSEC-tun: The tunnel DB uses the network order SPI to save the byte swap in ... | Neale Ranns | 2 | -8/+11 |
2019-02-11 | session: add config for evt qs segment size | Florin Coras | 2 | -3/+6 |
2019-02-11 | session: cleanup application interface | Florin Coras | 16 | -689/+582 |
2019-02-11 | ipsec: multi-arch, next-node-index cleanup | Kingwel Xie | 5 | -27/+55 |
2019-02-09 | buffers: fix typo | Damjan Marion | 25 | -44/+45 |
2019-02-09 | tls: move test certificates to separate header file | Florin Coras | 9 | -132/+102 |
2019-02-09 | session: refactor listen logic | Florin Coras | 19 | -667/+622 |
2019-02-07 | tcp: fix fib_index for v6 ll packets | Florin Coras | 1 | -0/+7 |
2019-02-07 | IPSEC: remove unused members of main struct | Neale Ranns | 1 | -4/+0 |
2019-02-07 | IPSEC: no second lookup after tunnel encap | Neale Ranns | 18 | -504/+781 |
2019-02-07 | Fix parsing overflow in unformat_mac_address_t() | Benoît Ganne | 1 | -3/+3 |
2019-02-07 | tcp: fix reset sending in syn-sent | Florin Coras | 3 | -6/+7 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 27 | -58/+80 |
2019-02-06 | buffers: improve buffer init performance | Damjan Marion | 1 | -17/+14 |
2019-02-06 | virtio: enable msix interrupt mode | Mohsin Kazmi | 4 | -44/+114 |
2019-02-06 | virtio: Use new buffer optimization | Mohsin Kazmi | 5 | -2/+24 |
2019-02-06 | dpdp-crypto: fix cryptodev segfault with dpdk 19.02 | Sergio Gonzalez Monroy | 1 | -11/+16 |
2019-02-06 | transport: cleanup | Florin Coras | 19 | -544/+571 |
2019-02-06 | Update to doxygen documentation for release 19.01 | Andrew Yourtchenko | 1 | -0/+1 |
2019-02-06 | Fix borken install-dep on RHEL | Yichen Wang | 1 | -0/+3 |
2019-02-05 | sock api: allow to start client with no rx_thread | Tomasz Kulasek | 7 | -7/+36 |
2019-02-05 | session: cleanup part 3 | Florin Coras | 7 | -234/+245 |
2019-02-05 | VOM: vxlan_tunnel equals operator | Neale Ranns | 2 | -1/+12 |
2019-02-05 | crypto-input: fix broken buffer trace issue | Kingwel Xie | 1 | -37/+16 |
2019-02-05 | session: cleanup part 2 | Florin Coras | 8 | -1191/+1228 |
2019-02-05 | IPSEC: SPD counters in the stats sgement | Neale Ranns | 17 | -525/+448 |
2019-02-04 | g2-only: add (min,max) stats to the anomaly detector | Dave Barach | 1 | -5/+25 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 46 | -555/+536 |
2019-02-04 | VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type... | Paul Vinciguerra | 17 | -22/+278 |
2019-02-04 | Fix inheritance problem in test/hook.py. | Paul Vinciguerra | 2 | -18/+17 |
2019-02-04 | ipsec: cli 'create ipsec tunnel' more options | Kingwel Xie | 1 | -3/+7 |