summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ipsec
AgeCommit message (Expand)AuthorFilesLines
2016-12-12ipsec: go straight to lookup after esp encryptSergio Gonzalez Monroy1-4/+4
2016-11-30Enabling AES-GCM-128 with 16B ICV supportRadu Nicolau2-2/+46
2016-11-28dpdk: add ipsec cryptodev supportSergio Gonzalez Monroy11-155/+251
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion2-18/+2
2016-11-22dpdk: quad loop dpdk tx and code optimizationsDamjan Marion1-1/+0
2016-11-15feature: remove old interface output feature codeDamjan Marion6-18/+11
2016-11-15feature: convert ipsec output to new feature codeMatus Fabian3-79/+72
2016-11-11feature: convert all feature nodes to new feature infraDamjan Marion2-40/+14
2016-11-01config: rename ip_config_main_t to vnet_feature_config_main_tDamjan Marion2-3/+5
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns1-14/+13
2016-10-13VPP-483: Fixed IPSec tunnel interfaceMatus Fabian1-1/+10
2016-09-21VPP-414: Fixed IPSec transport mode in esp_encrypt.cMatus Fabian1-2/+5
2016-09-13VPP-404: IKEv2 profile auth rsa-sig cert-file fixedMatus Fabian2-1/+2
2016-09-07VPP-388 Improve IP header lookup in ipsec_outputFlorin Coras1-7/+7
2016-09-07VPP-387: Fixed ipsec-input traceMatus Fabian1-20/+31
2016-09-06IPsec speculative enqueue in exception path, fixes VPP-384Sergio Gonzalez Monroy2-3/+8
2016-08-19VPP-337 Add per interface IN filteringDave Barach2-4/+4
2016-08-17VPP-202: L2-GRE over IPSecv16.12-rc0Matus Fabian8-21/+136
2016-08-17Fix coverity issues in IPSec code, fixes VPP-189Damjan Marion5-17/+29
2016-08-17Coding standards cleanup - remove trailing whitespace, fixes VPP-332Damjan Marion2-17/+17
2016-08-12VPP-237: indent fixes in prep for checkstyleEd Warnicke4-44/+39
2016-08-09VPP-256 - Coding style cleanup vnet/vnet/ipsecKeith Burns (alagalah)19-4169/+4694
2016-07-26VPP-214: IPSec cli/api vector ck and ik initializationMatus Fabian1-2/+2
2016-07-11VPP-183: IPSec transport modeMatus Fabian3-17/+112
2016-07-06VPP-177: IPsec empty buffers allocation fixMatus Fabian2-2/+4
2016-06-29VPP-158: VPP crashes in IKEv2 code when running multithreadedMatthew Smith6-148/+222
2016-06-17Dynamically compute ip feature subgraph orderDave Barach2-4/+4
2016-06-10Copy missing buffer metadata for ESP transport mode packetsDamjan Marion1-1/+4
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion6-1/+19
2016-05-04VPP-42: VPP crashes in IPsec code when running multithreadedMatthew Smith5-33/+58
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion6-38/+38
2016-04-08fix uninitialized vars warnings with -OsBenoƮt Ganne1-2/+2
2016-03-14fix declaration of symbol of different sizeJean-Mickael Guerin5-17/+14
2016-02-26Add support for native vpp_lite (non-dpdk) platformDamjan Marion5-30/+31
2015-12-18Fix warnings/errors reported by clangDamjan Marion1-1/+1
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke19-0/+8565