aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lb
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Add crc32c inline function, allows compilation on 32-bit systemsDamjan Marion1-1/+1
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-18/+3
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-2/+1
2017-04-06Use thread local storage for thread indexDamjan Marion4-21/+21
2017-03-22vlib: add description field in plugin registrationDamjan Marion1-0/+1
2017-03-16API:replaced all REPLY_MACRO's with api_helper_macros.hEyal Bari1-23/+4
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-37/+62
2017-02-03Plugin infrastructure improvementsDamjan Marion1-9/+6
2017-02-02Refactor fragile msg macro W and W2 to not burry return control flow.Jon Loeliger1-10/+9
2017-02-02Localize the timeout variable within the W message macro.Jon Loeliger1-3/+0
2017-02-02Convert message macro S to accept a message pointer parameter;Jon Loeliger1-3/+3
2017-02-02Ensure all M() and M2() second parameters are the message pointer.Jon Loeliger1-3/+9
2017-01-25Repair plugin binary API message numberingDave Barach1-0/+2
2017-01-23binary-api debug CLI works with pluginsDave Barach1-31/+4
2017-01-01Move java,lua api and remaining plugins to src/Damjan Marion13-0/+3015