aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-02NAT44: LB NAT - local backends in multiple VRFs (VPP-1345)Matus Fabian5-34/+37
2018-08-01Move java api to extras/Damjan Marion1-3/+1
2018-08-01Store USE_DLMALLOC in vppinfra/config.hDamjan Marion1-1/+1
2018-07-31memif: socket filename fixJakub Grajciar1-11/+19
2018-07-31acl-plugin: move the acl epoch calculation into inline functionAndrew Yourtchenko1-7/+15
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns2-8/+8
2018-07-26pp2: change default queue sizeBrian Brooks1-2/+2
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach2-32/+26
2018-07-26avf: used tx queue should be enabledDamjan Marion2-2/+8
2018-07-26avf: request queues supportJakub Grajciar3-3/+68
2018-07-26avf: fix interrupt modeDamjan Marion2-2/+25
2018-07-25VPP-1332 memif: add/del socket filename bugfixJakub Grajciar1-1/+27
2018-07-25avf: api fixJakub Grajciar4-7/+25
2018-07-24Create a unit-test pluginDave Barach6-0/+2386
2018-07-23tls: avoid possible async handler duplicationPing Yu1-1/+1
2018-07-23NAT44: fix forwarding feature bug (VPP-1349)Matus Fabian1-3/+3
2018-07-23fix vector index range checksEyal Bari3-11/+6
2018-07-20IP directed broadcastNeale Ranns1-0/+1