aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-14tcp: minimal set of worker statsFlorin Coras4-7/+115
2020-02-14crypto-native: refactor CBC codeDamjan Marion5-606/+446
2020-02-13nsim: fix quad-loop packet traceDave Barach1-11/+12
2020-02-13vcl: clear accept msg flagsFlorin Coras2-1/+1
2020-02-13vrrp: add plugin providing vrrp supportMatthew Smith17-0/+6872
2020-02-13vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcutDamjan Marion4-18/+33
2020-02-13vcl: handle close after resetFlorin Coras2-10/+32
2020-02-13crypto-native: add AArch64 AES-GCM native implementationDamjan Marion7-55/+78
2020-02-13dpdk: Add iova-mode to startupVladimir Ratnikov1-1/+2
2020-02-13fib: Fix some more realloc errorsNeale Ranns5-55/+34
2020-02-13ikev2: Responder honours the protected tunnel configNeale Ranns2-0/+10
2020-02-13crypto-native: add AArch64 ghash supportDamjan Marion1-1/+23
2020-02-13vppinfra: add cmake option to grow vectors by 1Dave Barach3-0/+13
2020-02-12classify: fix "show classify filter" debug CLIDave Barach1-3/+1
2020-02-12vppinfra: add clib_prefetch_load and clib_prefetch_storeDamjan Marion1-0/+12
2020-02-12vppinfra: add ARM NEON implementation of u8x16_word_shift_{left,right}Damjan Marion1-0/+12
2020-02-12tcp: improve invalid packet handling in syn-rcvdFlorin Coras2-4/+14
2020-02-12tcp: move connections to wrk ctxFlorin Coras3-58/+50
2020-02-12crypto-native: fix ghash function namingDamjan Marion1-6/+6
2020-02-12crypto-native: use and instead of blendDamjan Marion1-4/+1
2020-02-12crypto-native: add missing static_always_inlineDamjan Marion1-6/+6
2020-02-12tcp: postpone rst handlingFlorin Coras3-71/+133
2020-02-12crypto-native: refactor GCM code to use generic typesDamjan Marion3-291/+325
2020-02-12api: do not truncate api dump file sizeBenoƮt Ganne1-1/+1
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach18-2195/+14
2020-02-11misc: fix coverity warningsDave Barach4-9/+19
2020-02-11ikev2: Configure a profile with an existing interfaceNeale Ranns7-30/+141
2020-02-11crypto-native: fix ARM compilatiion flagsDamjan Marion1-1/+1
2020-02-11vppinfra: add ARM cpu typesDamjan Marion1-0/+4
2020-02-11ipsec: add support for chained buffersFilip Tehlar15-300/+1346
2020-02-11session: avoid scanning new io list under loadFlorin Coras2-21/+51
2020-02-11vppinfra: remove unused variable from timing wheelKlement Sekera2-4/+0
2020-02-11sr: update NH value for Ethernet payloadspcamaril11-37/+38
2020-02-11tls: refactor picotls ctx_read process to improve CPSSimon Zhang2-58/+55
2020-02-11svm: numa awareness for ssvm segmentsFlorin Coras4-26/+70
2020-02-11ip: fix ip-local errorsFlorin Coras3-3/+4
2020-02-11vlib: Skip core 0 if workers are configured.Jon Loeliger1-0/+15
2020-02-11tcp: fix input error countersFlorin Coras1-17/+30
2020-02-10tcp: add option to avoid endpoint cleanupFlorin Coras2-2/+4
2020-02-10vppinfra: use vm memory allocator for numa mappingFlorin Coras6-50/+21
2020-02-10ipsec: fix AES-GCM block sizeDamjan Marion1-3/+6
2020-02-10vlib: properly configure main thread's core idJon Loeliger1-0/+2
2020-02-10misc: add FEATURE.yaml filesDave Barach4-0/+47
2020-02-10sctp: API cleanupJakub Grajciar2-26/+30
2020-02-10ip-neighbor: fix MLD reports not being sentNeale Ranns1-3/+3
2020-02-10ikev2: better loggingFilip Tehlar5-187/+317
2020-02-10ipsec: remove dead codeFilip Tehlar1-29/+0
2020-02-10ip: more detailed show reassembly commandsVladimir Ratnikov4-7/+33
2020-02-10ip6: fix l4 checksum with hop-by-hop headerMatthew Smith1-13/+23
2020-02-07tests: skip extended quic tests under developmentDave Wallace1-4/+21