aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Kazmi4-5/+76
2019-04-16Static http serverDave Barach9-0/+1960
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 Ranns18-48/+349
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 Ranns4-27/+37
2019-04-11crypto: add more AES-GCM test casesFilip Tehlar2-3/+313
2019-04-11IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns7-23/+65
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-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra35-204/+278
2019-04-11Make the loss / delay sim available as an output featureDave Barach7-149/+654
2019-04-10udp: fix copyright typoFlorin Coras1-1/+1
2019-04-10Initial 19.08-rc0 commitv19.08-rc0Dave Wallace1-0/+10
2019-04-10make test: fix redundant setUp() in template_ipsec.pyDave Wallace1-3/+0
2019-04-10cmake: fix errors in external when building past point-releaseAndrew Yourtchenko1-1/+1
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns6-43/+478
2019-04-10ethernet: fix packet tracingBenoƮt Ganne1-1/+1
2019-04-10make test: Initial QUIC testDave Wallace1-0/+89
2019-04-10IPSEC: for each engine and algorithm testsNeale Ranns4-409/+601
2019-04-10session: binary api app names as vectorsFlorin Coras1-2/+2
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra68-3/+814
2019-04-10API: Fix shared memory only action handlers.Ole Troan18-410/+194
2019-04-10quic: add dummy accepted cbFlorin Coras2-2/+9
2019-04-10IPSEC: remove double byte swap of IP addressesNeale Ranns1-18/+10