aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-09-30mactime: remove api boilerplateOle Troan6-214/+10
2019-09-30hsa: fix non-NULL terminated C-string use in echoBenoît Ganne1-9/+9
2019-09-30ct6: remove api boilerplateOle Troan6-219/+9
2019-09-30l2e: remove api boilerplateOle Troan4-117/+4
2019-09-30ipsec: allow null cipher with dpdk espChristian E. Hopps1-1/+2
2019-09-27ipsec: fix memleaks in ikev2 openssl codeChristian E. Hopps1-3/+15
2019-09-27l3xc: remove api boilerplateOle Troan4-128/+6
2019-09-27lacp: remove api boilerplateOle Troan5-229/+8
2019-09-27svs: remove api boilerplateOle Troan4-129/+6
2019-09-27ikev2: remove api boilerplateOle Troan6-261/+47
2019-09-27sctp: remove api boilerplateOle Troan4-109/+4
2019-09-27tests: add quic plugin qclose/sclose testsDave Wallace1-25/+197
2019-09-27builtinurl: remove api boilerplateOle Troan5-213/+9
2019-09-27cdp: remove api boilerplateOle Troan5-202/+8
2019-09-27avf: remote api boilerplateOle Troan6-211/+9
2019-09-27igmp: remove api boilerplateOle Troan4-145/+6
2019-09-27http_static: remove api boilerplateOle Troan5-211/+8
2019-09-27gtpu: remove api boilerplateOle Troan6-232/+11
2019-09-27gbp: remove api boilerplateOle Troan4-146/+7
2019-09-27dns: remove api boilerplateOle Troan7-245/+14
2019-09-27abf: remove api boilerplateOle Troan4-128/+6
2019-09-27acl: remove api boilerplateOle Troan2-92/+12
2019-09-26map: use SVR for MAP-EKlement Sekera5-456/+172
2019-09-26lb: add APIs for set interface nat4 and nat6Hongjun Ni2-0/+68
2019-09-26lb: vl_api_lb_conf_t_handler has to ntohlVratko Polak1-4/+4
2019-09-25api: split api generated filesOle Troan10-343/+17
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion8-0/+8
2019-09-23gbp: fix contract rule handlingBenoît Ganne7-20/+50
2019-09-23hsa: fix typo in vpp_echo for tx-bufMathiasRaoul1-6/+6
2019-09-23nat: fix update of outside fibs (output-feature)Dmitry Vakhrushev3-4/+198
2019-09-23gbp: remove loopback interfaces between testsBenoît Ganne1-0/+3
2019-09-20session: fix msg freeing on errorNathan Skrzypczak1-6/+0
2019-09-20classify: remove includes from classifier header fileDamjan Marion7-0/+7
2019-09-20hsa: refactor vpp_echo failure handlingDave Wallace7-97/+214
2019-09-19ikev2: add support for GCM cipherFilip Tehlar3-1/+43
2019-09-19api: split vl_api_prefix into twoOle Troan2-6/+6
2019-09-18hsa: fix vpp_echo stats outputDave Wallace1-16/+37
2019-09-18quic : refactor function namingMathiasRaoul3-56/+51
2019-09-18tcp: compute snd time for rate sampleFlorin Coras1-23/+17
2019-09-18builtinurl: initial working attemptDave Barach8-0/+666
2019-09-16http_static: add dynamic GET / POST method hooksDave Barach2-175/+302
2019-09-16dpdk: initialize rte_mbuf during mempool dequeueDamjan Marion1-1/+44
2019-09-16api: autogenerate api trace print/endianOle Troan14-1/+99
2019-09-13hsa: Fix QUIC sessions count calculationAloys Augustin1-3/+1
2019-09-12map: fix non-null-terminated C-stringBenoît Ganne1-3/+4
2019-09-12dpdk: fix null-termination of stringsElias Rudberg1-0/+3
2019-09-12hsa: fix memory management bugsBenoît Ganne2-5/+9
2019-09-12quic: fix use-after-freeBenoît Ganne1-1/+6
2019-09-11quic: fix non-null terminated hostname stringBenoît Ganne1-9/+5