aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-04-18crypto-ipsecmb: enable GCMNeale Ranns1-24/+220
2019-04-17Doxygen cleanup.Dave Wallace2-2/+2
2019-04-17IPSEC: support GCM in ESPNeale Ranns1-2/+6
2019-04-16crypto: add more AES-GCM test casesFilip Tehlar2-3/+313
2019-04-16crypto: openssl - IV len not passed by caller. Callee knows from algo typeNeale Ranns1-2/+2
2019-04-16crypto-openssl-gcm: account for failed decryptsNeale Ranns1-3/+6
2019-04-15LB crash when receving packets with right dst IP and wrong dst port VPP-1643Hongjun Ni1-0/+7
2019-04-15crypto: fix coverity warningsFilip Tehlar2-2/+7
2019-04-14IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns2-14/+57
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
2019-04-04GBP: Counters per-contractNeale Ranns4-13/+62
2019-04-04Add crypto_ia32 pluginDamjan Marion5-0/+632
2019-04-04gbp: Add bd flagsMohsin Kazmi4-11/+38
2019-04-03lacp: passive mode support [VPP-1551]Steven Luong7-56/+124
2019-04-03rdma: tx: fix stats and add batchingBenoît Ganne1-61/+88
2019-04-03GBP: iVXLAN reflection checkNeale Ranns2-12/+42
2019-04-02session: use app cb function wrappersFlorin Coras1-6/+3
2019-04-02dpdk: fix build error when mlx support enabledMatthew Smith1-1/+1
2019-04-02vppinfra: fix sparse_vec_index() returning non-zero index for some nonexisten...Andrew Yourtchenko2-0/+74
2019-03-29Integrate first QUIC protocol implementationNathan Skrzypczak3-0/+1753
2019-03-29ipsec: esp-decrypt reworkDamjan Marion1-4/+11
2019-03-29rdma: add option to specify inteface nameDamjan Marion4-2/+12
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion1-1/+1
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion3-5/+5
2019-03-28cmake: add vpp_plugin_find_library macroDamjan Marion3-48/+40
2019-03-28Punt InfraNeale Ranns3-19/+422
2019-03-28ipsec: anti-replay code cleanupDamjan Marion1-35/+15
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne8-0/+1401
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra7-12/+13
2019-03-27GBP: fixes for l3-out routingNeale Ranns2-8/+16
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion3-22/+24
2019-03-26perfmon: fix pmc hw indices out-dated when multiple pmcSu Wang1-3/+15
2019-03-22acl-plugin: get rid of doubly-linked list fields in hash applied ACEsAndrew Yourtchenko2-99/+35