aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-09-06NAT: fix maximum out of order fragments (VPP-1399)Matus Fabian6-8/+38
2018-09-05acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl...Andrew Yourtchenko2-61/+91
2018-09-04NAT: add support for configurable port range (VPP-1346)Matus Fabian5-3/+310
2018-09-04avf: fix random rss keyJakub Grajciar1-2/+2
2018-09-04Fixed showing negative count in stats show CLINaoyuki Mori2-4/+4
2018-09-04add option to allow user to set ciphersPing Yu2-6/+33
2018-09-03Deprecate old buffer replication schemeDamjan Marion4-137/+3
2018-09-03acl-plugin: fix the memory leak with colliding entries storageAndrew Yourtchenko1-4/+73
2018-09-03NAT44: client-IP based session affinity for load-balancing (VPP-1297)Matus Fabian10-40/+524
2018-09-02Switch to cmakeDamjan Marion30-1518/+0
2018-08-31Support lb on both vip and per-port-vip caseHongjun Ni7-201/+735
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