aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-18misc: deprecating the pluginFlorin Coras15-8618/+0
2020-02-18crypto: show crypto handlers re-designFilip Tehlar2-24/+37
2020-02-18crypto: add support for testing quad loops in crypto algosFilip Tehlar5-97/+504
2020-02-18tcp: add fib to connection cli outputFlorin Coras1-2/+2
2020-02-18crypto: add chained buffer support in ipsecmb (AES-GCM)Filip Tehlar1-0/+83
2020-02-18vrrp: do not define _details as autoreplyVratko Polak1-4/+3
2020-02-18misc: fix coverity warningsDave Barach10-12/+12
2020-02-18vlib: calculate per-worker loops/second metricDave Barach3-1/+48
2020-02-18tcp: allow custom mss on connectsFlorin Coras2-0/+6
2020-02-18tcp: pace timer handlingFlorin Coras3-158/+168
2020-02-18vppinfra: fix debug image builds on armDamjan Marion1-11/+2
2020-02-18tls: Add Feature yamlYu Ping1-0/+11
2020-02-18rdma: fix bug related to ring bufferElias Rudberg1-2/+2
2020-02-18tls: Picotls engine symmetric crypto enhancement by vpp crypto frameworkSimon Zhang4-1/+373
2020-02-17misc: fix coverity warningsDave Barach11-16/+48
2020-02-17bfd: use tw_timer_template instead of legacy wheelKlement Sekera7-309/+336
2020-02-17gtpu: offload RX flowChenmin Sun6-2/+785
2020-02-17ikev2: IKE plugin manages the state of the protected tunnel interfaceNeale Ranns1-2/+8
2020-02-17crypto-native: calculate ghash using vpclmulqdq instructionsDamjan Marion2-0/+141
2020-02-17vlib: fix code of getting numa node with specific cpu_idLijian.Zhang1-3/+18
2020-02-15tls: Fix Picotls ctx_read rx_content issueSimon Zhang1-18/+21
2020-02-15tap: fix the default parameter for num_rx_queuesMohsin Kazmi3-40/+53
2020-02-14tls: remove session lookup operation in TLSYu Ping1-2/+0
2020-02-14tcp: reset fin-wait-2 timeout connectionsFlorin Coras2-0/+9
2020-02-14tunnel: add FEATURE.yamlNeale Ranns1-0/+9
2020-02-14vcl: fix ldp read on closing sessionFlorin Coras2-15/+10
2020-02-14vrrp dns: fix coverity warningsDave Barach3-2/+9
2020-02-14dpdk: TSO does not work for Cisco VICSteven Luong1-0/+11
2020-02-14dpdk: fix flow(with mark action) deletion crash issueChenmin Sun1-1/+1
2020-02-14tcp: improve reset generation in reset nodeFlorin Coras2-57/+41
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