aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-08-30cmake: a bit of packaging workDamjan Marion1-0/+3
2018-08-30avf: RSS supportJakub Grajciar6-19/+80
2018-08-29Add NSH Plugin MaintainersHongjun Ni1-2/+2
2018-08-28avf: deal willth tx ring full properlyDamjan Marion3-11/+52
2018-08-28cmake: fix marvell plugin buildBrian Brooks1-2/+5
2018-08-28avf: add missing rx_redirect_to_node handlerDamjan Marion1-0/+20
2018-08-28Port NSH plugin to VPPHongjun Ni21-10/+6327
2018-08-27NAT44: fix nat44_ed_not_translate_output_feature for multiple VRF (VPP-1404)Matus Fabian1-9/+15
2018-08-27IGMP: enable command on cliNeale Ranns4-2/+84
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi24-2/+143
2018-08-27CMake: fix install lib and iOMA missing symbolNeale Ranns1-0/+1
2018-08-27ioam: fix vat plugin issue introduced by last commitDamjan Marion1-6/+2
2018-08-27NAT44: add support for session timeout (VPP-1272)Matus Fabian13-534/+684
2018-08-27cmake: add missing vat pluginsDamjan Marion6-0/+18
2018-08-26cmake: move functions to src/cmakeDamjan Marion2-41/+2
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion10-63/+21
2018-08-25ioam: one api test plugin instead of fiveDamjan Marion8-37/+73
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion29-94/+177
2018-08-23fix dpdk_plugin.so load failure with DPDK 18.08Lijian Zhang1-0/+4
2018-08-22srv6-ad: Adding support for L2 trafficFrancois Clad3-101/+344
2018-08-22Consolidate the [un]format_mac_address implementationsNeale Ranns2-24/+1
2018-08-22NAT: update nat_show_config_reply API (VPP-1403)Matus Fabian3-1/+36
2018-08-22srv6-ad: Adding rewrite countersFrancois Clad3-36/+82
2018-08-22CMake: install .json files in ROOT/share/... for papi.Neale Ranns1-3/+3
2018-08-21VPP-1268: Add option for memory channels DPDK usesJessica Tallon1-0/+2
2018-08-18cmake: highlight warning and error messagesDamjan Marion3-9/+8
2018-08-18cmake: DPDK rte_config.h parsingDamjan Marion2-13/+37
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion32-0/+885
2018-08-17lacp: issue with slave interface admin up after it is added to the bond groupSteven1-2/+2
2018-08-17optimize init_server to reduce session overheadPing Yu3-33/+121
2018-08-16dpdk: fix rss hash function handlingDamjan Marion3-6/+23
2018-08-16VPP-1386: fix wrong ip address of hash key for creating user in unknown protocolshubing guo1-1/+1
2018-08-15Remove client_index field from replies in APIOndrej Fabry1-1/+0
2018-08-15NAT44: fix next_src_nat (VPP-1384)Matus Fabian1-6/+7
2018-08-15VPP-1387:foreach outside address vector to find correct index when free outsi...shubing guo3-21/+16
2018-08-15NAT44: fix bug in snat_interface_add_del (VPP-1380)Matus Fabian1-4/+4
2018-08-15NAT64: fix TCP session expire (VPP-1390)Matus Fabian2-7/+20
2018-08-14reduce polling and resume overhead by checking if inflight request existsPing Yu1-3/+6
2018-08-13Multiarch handling in different constructor macrosDamjan Marion8-37/+16
2018-08-13dpdk: support for DPDK 18.08Damjan Marion5-66/+75
2018-08-11VPP-1381: Fix the incorrect if condition when delete session for static mappingshubing guo1-2/+2
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi5-56/+9
2018-08-11avf: fix prefetch bugDamjan Marion1-1/+1
2018-08-10Use the bihash walk functionNeale Ranns1-52/+45
2018-08-09acl-plugin: fix failures in some of IPv4 test-debug testcasesAndrew Yourtchenko1-4/+4
2018-08-09NAT44: delete user with zero sessions (VPP-1282)Matus Fabian5-20/+52
2018-08-06dpdk-flow:fix raw item initEyal Bari1-1/+3
2018-08-03Fix typo in trace trajectory initDave Barach1-1/+1
2018-08-03avf: add avf_create_reply_handler to avf_testJakub Grajciar1-1/+18
2018-08-03acl-plugin: fill in the 5tuple structure all at once, avoid short writesAndrew Yourtchenko1-5/+3