aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-10Make tcp/udp/icmp compute checksum safer for buffer-chain caseJohn Lo2-2/+2
2019-04-09rdma: add multiqueue supportBenoît Ganne4-76/+170
2019-04-09rdma-core: add debug build optionBenoît Ganne1-1/+8
2019-04-09session: fix session flagsFlorin Coras2-5/+2
2019-04-09Fix some python3, cleanup cpu allocationjdenisco3-19/+34
2019-04-09nat: initialize fq_in2out_output_indexMatthew Smith1-0/+1
2019-04-08GBP: drop and contract countersNeale Ranns7-25/+162
2019-04-08fixing typosJim Thompson41-61/+61
2019-04-08virtio: Fix the coverity warningsMohsin Kazmi1-6/+11
2019-04-08IPSEC TEST: various hash alogrithmsNeale Ranns3-11/+90
2019-04-08host stack: update stale copyrightFlorin Coras45-45/+45
2019-04-08rdma: fix DPDK MLX driver conflictBenoît Ganne3-8/+3
2019-04-08vlib-punt: fix error node countingNeale Ranns3-31/+14
2019-04-08vppinfra: u32x8 transposeDamjan Marion1-0/+56
2019-04-08minor spelling errors (both in comments)Jim Thompson2-2/+2
2019-04-07GBP: coverity uninitialised variable warningNeale Ranns1-1/+1
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion21-368/+760
2019-04-07http_server: add timer wheel for session cleanupFlorin Coras1-29/+141