aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-04-23NAT: VPP-1531 api cleanup & updateFilip Varga4-422/+576
2019-04-23dpdk_esp_encrypt: add to prefetch dataZhiyong Yang1-3/+13
2019-04-19rbtree: add successor and predecessor functionsFlorin Coras1-4/+54
2019-04-19Doxygen cleanup.Dave Wallace2-2/+2
2019-04-19svm: move fifo tests to a separate fileFlorin Coras3-1160/+1199
2019-04-19Remove dummy_interface_tx output node from PPPoE pluginJohn Lo1-9/+0
2019-04-19svm: support addition of chunks to fifosFlorin Coras1-2/+135
2019-04-18GBP: update cli to reflect API changesBenoît Ganne3-10/+7
2019-04-18svm: allow indirect fifo data chunksFlorin Coras2-4/+4
2019-04-18tls: allow engines to customize closeFlorin Coras2-0/+48
2019-04-17VPP-1649: Coverity warning in http serverDave Barach1-6/+0
2019-04-17Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIRSimon Zhang1-1/+1
2019-04-17crypto-ipsecmb: enable GCMNeale Ranns1-24/+220
2019-04-17Default nums of RX/TX descriptors changed to 512 for 2M page on DVNZhiyong Yang1-1/+63
2019-04-16gbp: Add support for allow sclass/dclass 1Mohsin Kazmi3-5/+36
2019-04-16Static http serverDave Barach8-0/+1954
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das3-14/+13
2019-04-16QUIC: Initial multi stream supportAloys Augustin2-302/+459
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-2/+6
2019-04-16Add direct packets to specific flow action in dpdk flowSimon Zhang2-4/+17
2019-04-16VPP-1576: nsim-plugin coverity issuesDave Barach1-2/+19
2019-04-16vppinfra: add basic rbtreeFlorin Coras2-0/+203
2019-04-16flow: add rte_flow check before creating by rte_flow_validateSimon Zhang1-0/+14
2019-04-15crypto: fix coverity warningsFilip Tehlar2-2/+7
2019-04-15crypto: openssl - IV len not passed by caller. Callee knows from algo typeNeale Ranns1-2/+2
2019-04-15crypto-openssl-gcm: account for failed decryptsNeale Ranns1-3/+6
2019-04-14crypto: add support for AES-CTR cipherfituldo3-2/+122
2019-04-11Adding check to ensure acl_id matches existing acl_id in abf_policy_updateParixit Gokhale3-9/+23
2019-04-11crypto: add more AES-GCM test casesFilip Tehlar2-3/+313
2019-04-11IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns2-14/+57
2019-04-11crypto: add performace test to unittest pluginDamjan Marion2-1/+197
2019-04-11Make the loss / delay sim available as an output featureDave Barach6-149/+629
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns2-0/+416
2019-04-10API: Fix shared memory only action handlers.Ole Troan8-212/+104
2019-04-10quic: add dummy accepted cbFlorin Coras2-2/+9
2019-04-09rdma: add multiqueue supportBenoît Ganne4-76/+170
2019-04-09nat: initialize fq_in2out_output_indexMatthew Smith1-0/+1
2019-04-08GBP: drop and contract countersNeale Ranns2-16/+126
2019-04-08fixing typosJim Thompson2-7/+7
2019-04-08rdma: fix DPDK MLX driver conflictBenoît Ganne1-5/+1
2019-04-08vlib-punt: fix error node countingNeale Ranns1-5/+0
2019-04-07GBP: coverity uninitialised variable warningNeale Ranns1-1/+1
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion9-218/+488
2019-04-07crypto: coverity issuesDamjan Marion2-15/+27
2019-04-06gbp: Add gbp bd flags unit testMohsin Kazmi1-0/+6
2019-04-06quic: support addition of fifo segmentsFlorin Coras1-1/+2
2019-04-05quic: update app ns on connectFlorin Coras1-0/+1
2019-04-05crypto: fix init dependencyFilip Tehlar1-1/+2
2019-04-05rdma: more batching, compile rdma-core in release modeBenoît Ganne3-101/+299
2019-04-04crypto: pass multiple ops to handlerDamjan Marion1-3/+3