aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-10-30vlib: convert frame_index into real pointersAndreas Schultz4-4/+4
2019-10-25vlib: address vlib_error_t scaling issueDave Barach1-1/+1
2019-10-23lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-3/+5
2019-09-09dpdk: initialize rte_mbuf during mempool dequeueDamjan Marion1-1/+44
2019-08-26avf: properly set irq queue masksSteven Luong1-1/+2
2019-07-24api: binary api cleanupDave Barach8-12/+19
2019-06-26avf: fix clear hw statsFilip Tehlar3-2/+14
2019-06-24avf: fix adminq enqueue errorsDamjan Marion2-5/+9
2019-06-18acl vnet vlib: memory leaksSteven Luong1-0/+1
2019-06-12NAT: interface fib fix (VPP-1691)Filip Varga1-8/+16
2019-06-06avf: enable promiscuous modeSteven Luong3-1/+18
2019-05-17ipsec-mb: fix the "make test" on non-AESNI platformsAndrew Yourtchenko1-0/+3
2019-05-17dpdk-ipsec: fix encrypt/decrypt single queueSergio Gonzalez Monroy6-39/+58
2019-05-13plugins: clean up plugin descriptionsDave Wallace36-35/+36
2019-04-24IPSEC; dpdk backend for tunnel interface encryption (VPP-1662)v19.04.1-rc0Neale Ranns2-4/+75
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