aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-24svm: move fifo tests to ut pluginFlorin Coras1-0/+271
2019-04-24NAT: VPP-1531 api cleanup & updateFilip Varga4-422/+580
2019-04-23Enable 'test crash' command when running unittest plugin.Paul Vinciguerra1-0/+1
2019-04-23API: Python and Unix domain socket improvementOle Troan2-7/+3
2019-04-23Bump to intel-ipsec-mb version 0.52Damjan Marion1-2/+4
2019-04-23Revert "NAT: VPP-1531 api cleanup & update"Ole Trøan4-576/+422
2019-04-23NAT: VPP-1531 api cleanup & updateFilip Varga4-422/+576
2019-04-23dpdk_esp_encrypt: add to prefetch dataZhiyong Yang1-3/+13
2019-04-19rbtree: add successor and predecessor functionsFlorin Coras1-4/+54
2019-04-19Doxygen cleanup.Dave Wallace2-2/+2
2019-04-19svm: move fifo tests to a separate fileFlorin Coras3-1160/+1199
2019-04-19Remove dummy_interface_tx output node from PPPoE pluginJohn Lo1-9/+0
2019-04-19svm: support addition of chunks to fifosFlorin Coras1-2/+135
2019-04-18GBP: update cli to reflect API changesBenoît Ganne3-10/+7
2019-04-18svm: allow indirect fifo data chunksFlorin Coras2-4/+4
2019-04-18tls: allow engines to customize closeFlorin Coras2-0/+48
2019-04-17VPP-1649: Coverity warning in http serverDave Barach1-6/+0
2019-04-17Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIRSimon Zhang1-1/+1
2019-04-17crypto-ipsecmb: enable GCMNeale Ranns1-24/+220
2019-04-17Default nums of RX/TX descriptors changed to 512 for 2M page on DVNZhiyong Yang1-1/+63
2019-04-16gbp: Add support for allow sclass/dclass 1Mohsin Kazmi3-5/+36
2019-04-16Static http serverDave Barach8-0/+1954
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das3-14/+13
2019-04-16QUIC: Initial multi stream supportAloys Augustin2-302/+459