Age | Commit message (Expand) | Author | Files | Lines |
2018-08-26 | cmake: move functions to src/cmake |  Damjan Marion | 11 | -192/+293 |
2018-08-25 | cmake: handle api_test_plugins in add_vpp_plugin macro |  Damjan Marion | 10 | -63/+21 |
2018-08-25 | ioam: one api test plugin instead of five |  Damjan Marion | 8 | -37/+73 |
2018-08-25 | cmake: improve add_vpp_plugin macro |  Damjan Marion | 29 | -94/+177 |
2018-08-25 | cmake: add more headers to the install list |  Damjan Marion | 7 | -1/+271 |
2018-08-25 | Fix logging to file and summary for crashed tests |  juraj.linkes | 3 | -84/+62 |
2018-08-25 | Add int cast to fit '.*' printf expectations |  Pierre Pfister | 1 | -4/+5 |
2018-08-25 | vcl: remove unused binary api handlers |  Florin Coras | 2 | -296/+73 |
2018-08-24 | session: fix coverity warnings |  Florin Coras | 3 | -5/+12 |
2018-08-24 | session: add support for multiple app workers |  Florin Coras | 17 | -739/+1292 |
2018-08-24 | Clean up packet tracer, especially "clear trace" |  Dave Barach | 3 | -25/+24 |
2018-08-24 | MPLS tunnel: don't reuse hw-indices |  Neale Ranns | 1 | -27/+15 |
2018-08-24 | rx-placement: Add API call for interface rx-placement |  Mohsin Kazmi | 6 | -23/+177 |
2018-08-24 | l2:bvi-dont aceess sup hw int for broadcasts |  Eyal Bari | 1 | -20/+11 |
2018-08-24 | Rename struct mallinfo -> struct dlmallinfo |  Dave Barach | 4 | -11/+11 |
2018-08-24 | cmake: fix -DVPP_USE_DLMALLOC=OFF |  Damjan Marion | 1 | -2/+12 |
2018-08-24 | tcp: fix cc recovery re-entry and persist timer pop |  Florin Coras | 4 | -17/+48 |
2018-08-23 | session: fix retrieval of local sessions if app is detached |  Florin Coras | 1 | -1/+3 |
2018-08-23 | bihash: remove unused counters |  Damjan Marion | 2 | -7/+0 |
2018-08-23 | clib_mem_is_heap_object() needs to recognize sys_alloc segments |  Dave Barach | 1 | -0/+4 |
2018-08-23 | cmake: keep 'make test-debug' on autotools for now |  Damjan Marion | 1 | -1/+1 |
2018-08-23 | sctp: https://jira.fd.io/browse/VPP-1396 |  Marco Varlese | 1 | -1/+1 |
2018-08-23 | ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() |  Damjan Marion | 1 | -355/+270 |
2018-08-23 | CSIT-1139: Implement parallel test execution |  juraj.linkes | 6 | -303/+751 |
2018-08-23 | CMake: Add Cmake support for Vat |  Mohsin Kazmi | 3 | -7/+78 |
2018-08-23 | coverity: l2 arp termination dump |  Mohsin Kazmi | 1 | -4/+5 |
2018-08-23 | fix dpdk_plugin.so load failure with DPDK 18.08 |  Lijian Zhang | 2 | -0/+5 |
2018-08-22 | srv6-ad: Adding support for L2 traffic |  Francois Clad | 4 | -101/+518 |
2018-08-22 | srv6-ad: Adding test cases |  Francois Clad | 1 | -0/+635 |
2018-08-22 | IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes |  Neale Ranns | 11 | -100/+278 |
2018-08-22 | show command for lookup DPOs |  Neale Ranns | 1 | -0/+40 |
2018-08-22 | l2:remove unused members of input, output configs |  Eyal Bari | 2 | -16/+7 |
2018-08-22 | Consolidate the [un]format_mac_address implementations |  Neale Ranns | 7 | -49/+17 |
2018-08-22 | bihash: add support for reuse of expired entry when bucket is full (VPP-1272) |  Matus Fabian | 3 | -2/+81 |
2018-08-22 | NAT: update nat_show_config_reply API (VPP-1403) |  Matus Fabian | 4 | -1/+48 |
2018-08-22 | srv6-ad: Adding rewrite counters |  Francois Clad | 3 | -36/+82 |
2018-08-22 | Refactor vnet.am to expose arp feature |  Hongjun Ni | 1 | -2/+10 |
2018-08-22 | CMake: install .json files in ROOT/share/... for papi. |  Neale Ranns | 2 | -7/+14 |
2018-08-21 | VPP-1268: Add option for memory channels DPDK uses |  Jessica Tallon | 1 | -0/+2 |
2018-08-21 | dpdk: bump DPDK version to 18.08 |  Damjan Marion | 1 | -2/+2 |
2018-08-21 | SUSE: rpm-packaging fixes |  Marco Varlese | 2 | -2/+9 |
2018-08-21 | NASM: update to latest stable 2.13.03 |  Marco Varlese | 1 | -1/+1 |
2018-08-21 | CMake: stats clients depend on the .api header generation |  Neale Ranns | 1 | -0/+2 |
2018-08-21 | Makefile: opensuse 15.0 reporting change |  Ed Kern | 1 | -0/+3 |
2018-08-20 | Add Dockerfiles for run/build. |  Ed Warnicke | 6 | -0/+68 |
2018-08-20 | Enable storing state in flowhash hash tables |  Pierre Pfister | 1 | -1/+12 |
2018-08-20 | make test: remove excessive prints |  Klement Sekera | 1 | -2/+0 |
2018-08-20 | CMake: generate .json from .api files |  Neale Ranns | 3 | -13/+24 |
2018-08-20 | cmake: add packages for opensuse |  Marco Varlese | 1 | -2/+2 |
2018-08-20 | Detect support for memfd_create at compilation |  Pierre Pfister | 1 | -1/+14 |