Age | Commit message (Expand) | Author | Files | Lines |
2018-08-30 | cmake: add missing header |  Damjan Marion | 1 | -0/+4 |
2018-08-30 | cmake: fix vppapigen install permissons |  Damjan Marion | 1 | -1/+9 |
2018-08-30 | Crude stat segment lock recovery |  Dave Barach | 4 | -17/+31 |
2018-08-30 | cmake: missing dependencies |  Damjan Marion | 1 | -2/+2 |
2018-08-30 | Refactor the ARP throttle into a common type so it can be reused |  Neale Ranns | 7 | -33/+130 |
2018-08-30 | Add SHA2 support to IKEv2 implementation |  Berenger Foucher | 2 | -8/+89 |
2018-08-30 | SR-MPLS: fixes and tests |  Neale Ranns | 4 | -3/+30 |
2018-08-30 | cmake: a bit of packaging work |  Damjan Marion | 7 | -20/+59 |
2018-08-30 | Fix array bound failure in api_sr_localsid_add_del |  Lijian Zhang | 1 | -2/+2 |
2018-08-30 | avf: RSS support |  Jakub Grajciar | 6 | -19/+80 |
2018-08-29 | SR-mpls: do not pass empty label stack to fib |  Neale Ranns | 1 | -10/+11 |
2018-08-29 | Address bfd rpc scale issues |  Dave Barach | 3 | -24/+280 |
2018-08-29 | Fix race condition in tls half open ctx get/put |  Ping Yu | 1 | -4/+5 |
2018-08-29 | Consolidate table->index conversion in fib-path CLI processing |  Neale Ranns | 3 | -36/+14 |
2018-08-29 | Add NSH Plugin Maintainers |  Hongjun Ni | 1 | -2/+2 |
2018-08-29 | STATS: stat_client updates. |  Ole Troan | 15 | -470/+1064 |
2018-08-28 | avf: deal willth tx ring full properly |  Damjan Marion | 3 | -11/+52 |
2018-08-28 | cmake: fix marvell plugin build |  Brian Brooks | 1 | -2/+5 |
2018-08-28 | VAPI: bugfixes |  Klement Sekera | 1 | -12/+8 |
2018-08-28 | 32/64 shmem bihash interoperability |  Dave Barach | 10 | -43/+370 |
2018-08-28 | avf: add missing rx_redirect_to_node handler |  Damjan Marion | 1 | -0/+20 |
2018-08-28 | cmake: Add perftool to cmake build |  Mohsin Kazmi | 2 | -1/+36 |
2018-08-28 | cmake: add python api |  Damjan Marion | 2 | -0/+33 |
2018-08-28 | cmake: don't install some test executable |  Damjan Marion | 3 | -3/+8 |
2018-08-28 | cmake: add g2 and elftool tools |  Damjan Marion | 3 | -1/+54 |
2018-08-28 | cmake: install vppapigen |  Damjan Marion | 2 | -3/+22 |
2018-08-28 | cmake: compile libs and plugins with -Wall |  Damjan Marion | 2 | -0/+2 |
2018-08-28 | vlib: add 'show node' and 'set node function' CLI |  Damjan Marion | 3 | -35/+262 |
2018-08-28 | tls: fix handling of failed connects |  Florin Coras | 1 | -8/+11 |
2018-08-28 | vcl: remove session locks |  Florin Coras | 3 | -318/+143 |
2018-08-28 | vcl/session: use mq for bind replies |  Florin Coras | 7 | -57/+184 |
2018-08-28 | Port NSH plugin to VPP |  Hongjun Ni | 22 | -12/+6330 |
2018-08-28 | vxlan: decap use vlib_buffer_enqueue_to_next |  Eyal Bari | 4 | -255/+226 |
2018-08-27 | Adjacency walks protected by 'walk in progress' flag |  Neale Ranns | 2 | -2/+12 |
2018-08-27 | NAT44: fix nat44_ed_not_translate_output_feature for multiple VRF (VPP-1404) |  Matus Fabian | 1 | -9/+15 |
2018-08-27 | VAPI: support enums & unions |  Klement Sekera | 3 | -154/+283 |
2018-08-27 | IGMP: enable command on cli |  Neale Ranns | 5 | -4/+85 |
2018-08-27 | MPLS: allow 16 as a valid output label |  Neale Ranns | 1 | -1/+1 |
2018-08-27 | cmake: Fix plugins .h includes |  Mohsin Kazmi | 25 | -3/+153 |
2018-08-27 | cmake: Fix VAPI .hpp generation |  Mohsin Kazmi | 2 | -2/+2 |
2018-08-27 | cmake: fix clang build and few minor fixes |  Damjan Marion | 3 | -5/+11 |
2018-08-27 | CMake: fix install lib and iOMA missing symbol |  Neale Ranns | 2 | -1/+2 |
2018-08-27 | cmake: add vapi build |  Damjan Marion | 10 | -19/+116 |
2018-08-27 | ioam: fix vat plugin issue introduced by last commit |  Damjan Marion | 1 | -6/+2 |
2018-08-27 | NAT44: add support for session timeout (VPP-1272) |  Matus Fabian | 13 | -534/+684 |
2018-08-27 | cmake: add missing vat plugins |  Damjan Marion | 6 | -0/+18 |
2018-08-27 | cmake: use lib64 for lib dir |  Damjan Marion | 3 | -3/+7 |
2018-08-26 | cmake: add add_vpp_library and add_vpp_executable macros |  Damjan Marion | 13 | -762/+1463 |
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 |