aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns6-10/+16
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-17Duplicate pcap tx trace fixNeale Ranns1-3/+0
2019-04-16ADJ: crash in format/show (VPP-1648)Neale Ranns1-1/+1
2019-04-16IPSEC: SA format; don't print keys when there's no algoNeale Ranns1-7/+8
2019-04-16vppinfra: more AVX2 and AVX512 inlinesDamjan Marion2-0/+72
2019-04-16dlmalloc: honor 8 byte alignment requestsFlorin Coras1-1/+1
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 Das22-315/+462
2019-04-16QUIC: Initial multi stream supportAloys Augustin3-302/+460
2019-04-16Allow sessions to be allocated in app's RX callbacksAloys Augustin1-3/+11
2019-04-16stats: Add name vectors to Python clientOle Troan4-47/+81
2019-04-16IPSEC: support GCM in ESPNeale Ranns14-15/+133
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 Coras5-0/+700
2019-04-16flow: add rte_flow check before creating by rte_flow_validateSimon Zhang1-0/+14
2019-04-16IPSEC-GRE: return correct API codeNeale Ranns1-1/+1
2019-04-16vpp-1647: fix typo in pcap_trace_command_internalDave Barach1-1/+1
2019-04-16API: Handle pthread cond signal case where signal is missed.Ole Troan2-3/+10
2019-04-15vppinfra: add SHA-2 family of hash algorithms (including HMAC)Damjan Marion3-0/+647
2019-04-15tap: fix the crashMohsin Kazmi1-0/+3
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-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-14ip4: don't format upper layer if it's a fragmentfaicker.mo1-0/+3
2019-04-14crypto: add support for AES-CTR cipherfituldo4-3/+126
2019-04-12vppinfra: AVX-512 transpose (u32x16 and u64x8)Damjan Marion1-0/+126
2019-04-12Trivial: Update doxygen comments.Paul Vinciguerra1-3/+10
2019-04-12session: drop lock on segment allocation errorFlorin Coras1-12/+9
2019-04-12stats: Off by one error in stats directory vector.Ole Troan1-1/+1
2019-04-11Adding check to ensure acl_id matches existing acl_id in abf_policy_updateParixit Gokhale3-9/+23
2019-04-11IPSEC: ESP with ESN tests and fixesNeale Ranns2-4/+4
2019-04-11crypto: add more AES-GCM test casesFilip Tehlar2-3/+313
2019-04-11IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns5-21/+63
2019-04-11vppinfra: fix the issue that mheap_get_trace record wrong pointerWei CHEN1-1/+1
2019-04-11Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/Ole Troan1-1/+1
2019-04-11crypto: add performace test to unittest pluginDamjan Marion4-1/+219
2019-04-11Make the loss / delay sim available as an output featureDave Barach6-149/+629
2019-04-10udp: fix copyright typoFlorin Coras1-1/+1
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns4-2/+429
2019-04-10ethernet: fix packet tracingBenoƮt Ganne1-1/+1
2019-04-10IPSEC: for each engine and algorithm testsNeale Ranns1-1/+1
2019-04-10session: binary api app names as vectorsFlorin Coras1-2/+2
2019-04-10API: Fix shared memory only action handlers.Ole Troan16-408/+191
2019-04-10quic: add dummy accepted cbFlorin Coras2-2/+9
2019-04-10IPSEC: remove double byte swap of IP addressesNeale Ranns1-18/+10