aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-05-16init / exit function orderingDave Barach30-192/+194
2019-05-16Add default value for API Nat flagsMichal Cmarada1-0/+1
2019-05-15Add QUIC human readable error logsNathan Skrzypczak1-7/+56
2019-05-15Remove unused function nat44_ha_resync() and error IN_PROGRESS.Jon Loeliger1-38/+0
2019-05-14QUIC multi thread updateAloys Augustin2-253/+299
2019-05-14svm: improve fifo segment prealloc supportFlorin Coras1-1/+114
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns1-1/+1
2019-05-14IPsec: increment tunnel intf tx countersMatthew Smith1-0/+9
2019-05-14rdma: update MAINTAINERS and add docBenoƮt Ganne1-0/+51
2019-05-10Fix typo in nat44_cli.c:nat_ha_failover_command_fn.Paul Vinciguerra1-3/+3
2019-05-09add mactime plugin unit / code coverage testsDave Barach3-5/+184
2019-05-09dpdk: fix return variable sizeZhiyong Yang1-2/+2
2019-05-09NAT: VPP-1665 coverity scan issue fixFilip Varga1-2/+9
2019-05-08session: send tx events when data is dequeuedFlorin Coras1-0/+3
2019-05-07svm: decouple fifo and default chunk allocationFlorin Coras1-13/+29
2019-05-07Add bihash statistics hookDave Barach1-1/+67
2019-05-07ipsec-mb: fix the "make test" on non-AESNI platformsAndrew Yourtchenko1-0/+3
2019-05-06Remove target option when IPSecMB disabledNathan Skrzypczak1-2/+1
2019-05-06Add QUIC multistream supportNathan Skrzypczak2-290/+696
2019-05-06NAT64: Fix port byte order in nat64_free_out_addr_and_portFaicker Mo1-1/+1
2019-05-06NAT66:assgin a error value for clib_bihash_kv_48_8_t kvlijianpeng1-2/+3
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras1-0/+75
2019-05-03svm: basic support for fifo shrinkingFlorin Coras1-0/+400
2019-05-03svm: store normalized head/tail for fifoFlorin Coras1-2/+7
2019-05-03plugins: clean up plugin descriptionsDave Wallace37-36/+37
2019-05-01Add node, frame to vlib main loop perf analysis callback argumentsDave Barach1-1/+3
2019-04-30svm: more fifo refactor/cleanupFlorin Coras4-91/+91
2019-04-27svm: fix fifo tail/head/ooo logic for u32 wrapFlorin Coras1-12/+279
2019-04-26crypto, ipsec: change GCM IV handlingDamjan Marion2-54/+17
2019-04-26nat: fix ED mode unknown proto session managementMatthew Smith3-8/+24
2019-04-26nat: prevent creation when-resolved static mappings on errorsAlexander Chernavin1-1/+1
2019-04-26svm: fifo segment support for chunk allocationFlorin Coras1-5/+93
2019-04-25crypto_ia32: minor change logicallyZhiyong Yang1-2/+1
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion2-3/+1
2019-04-25Clean up redirectsDave Barach1-21/+50
2019-04-25Change dpdk thread data flags type to u16 from u8 to get more useful dataSimon Zhang2-6/+7
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-73/+73
2019-04-25unittest: AES GCM test cases cleanupDamjan Marion1-270/+126
2019-04-25crypto_ipsecmb: CBC IV size is always equal to block sizeDamjan Marion1-27/+13
2019-04-25crypto_ipsecmb: use pre-expanded keysDamjan Marion1-218/+207
2019-04-25session: use teps in accept/connect notificationsFlorin Coras1-10/+9
2019-04-25IPSEC; dpdk backend for tunnel interface encryptionNeale Ranns2-4/+75
2019-04-25crypto: improve key handlingDamjan Marion8-40/+143
2019-04-25Remove dummy_interface_tx nodes from l2tp l2xcrw and nshJohn Lo1-9/+0
2019-04-24Add get_endpoint in transport vftAloys Augustin1-0/+36
2019-04-24dpdk: fix interface namingFlorin Coras1-1/+1
2019-04-24dpdk: get a rid of "Invalid port_id=" log messageDamjan Marion1-3/+5
2019-04-24svm: fifo ooo reads/writes with multiple chunksFlorin Coras1-16/+161
2019-04-24svm: move mq test to ut pluginFlorin Coras1-4/+101
2019-04-24session: remove unused fifo allo return valueFlorin Coras1-3/+1