aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-03-02session: cleanup/rename functionsFlorin Coras1-1/+1
2019-03-01nsh: fix load failureFilip Tehlar5-69/+69
2019-03-01gtpu: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar5-50/+34
2019-03-01dpdk: update mlx[45] linking optionsMatthew Smith1-1/+1
2019-03-01ioam: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar5-19/+27
2019-03-01pppoe: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar3-12/+6
2019-03-01Fix API return code in case of error.Igor Mikhailov (imichail)1-1/+1
2019-02-28l2e: Migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar5-318/+352
2019-02-27string_test: The dark side of coveritySteven Luong1-4/+0
2019-02-27IKEv2 plugin export fixesNeale Ranns3-7/+24
2019-02-27NAT44: active-passive HA (VPP-1571)Matus Fabian14-79/+2463
2019-02-26vmxnet3: RSS supportSteven Luong7-81/+229
2019-02-26nsh: migrate old MUTIARCH macros to VLIB_NODE_FNFilip Tehlar8-2289/+2438
2019-02-26vmxnet3: lro/tso and rx checksumSteven Luong6-45/+283
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach4-371/+0
2019-02-26DSLITE: Fix dslite_get_b4_addr_reply message type.Jon Loeliger1-1/+1
2019-02-26Remove fake MAP domain 0 entry.Jon Loeliger1-7/+1
2019-02-25IKEv2 to pluginNeale Ranns12-0/+8352
2019-02-22avf: fix eat own tail issue on txDamjan Marion1-3/+7
2019-02-22GBP: include sclass in format EPGNeale Ranns1-1/+2
2019-02-22GBP: remove testing assertsNeale Ranns2-2/+0
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion3-0/+3
2019-02-21string_test: Coverity woeSteven Luong1-2/+0
2019-02-21GBP: BD index not BD IDNeale Ranns1-1/+1
2019-02-19avf: fix feature arc, take twoDamjan Marion1-1/+2
2019-02-19dpdk: update Cisco VIC port typeHyong Youb Kim1-4/+1
2019-02-19dpdk: do not shift PKT_RX_FDIRHyong Youb Kim1-1/+1
2019-02-19acl-plugin: split the dataplane function into two, save 10sec in compile timeAndrew Yourtchenko1-87/+110
2019-02-19VPP-1568:when entry src cover change, recursive-loop fib still can not work.mu.duojiao1-0/+75
2019-02-19avf: fix feature arcDamjan Marion1-0/+3
2019-02-18tls: fix openssl/mbedtls use of app_wrk indexFlorin Coras2-4/+14
2019-02-18session: move fifo allocation logic to app workerFlorin Coras1-1/+1
2019-02-18NAT: fix: multiple definition of nat64_cleaner_process_event_eNeale Ranns3-3/+3
2019-02-18NAT: VPP-1552 code migration from old multiarch schemeFilip Varga26-448/+387
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns2-4/+12
2019-02-18NAT44: fix snat_get_worker_out2in_cb (VPP-1536)Matus Fabian4-17/+126
2019-02-15dpdk-ipsec: store buffer index into crypto-op privateKingwel Xie5-44/+115
2019-02-14Add -fno-common compile optionBenoƮt Ganne3-3/+3
2019-02-12fix assert failureDave Barach1-0/+6
2019-02-11session: cleanup application interfaceFlorin Coras1-36/+21
2019-02-09buffers: fix typoDamjan Marion6-9/+9
2019-02-09session: refactor listen logicFlorin Coras2-22/+24
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-4/+5
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion6-8/+9
2019-02-06dpdp-crypto: fix cryptodev segfault with dpdk 19.02Sergio Gonzalez Monroy1-11/+16
2019-02-05crypto-input: fix broken buffer trace issueKingwel Xie1-37/+16
2019-02-04session: cleanup part 1Florin Coras6-49/+45
2019-02-02Disable hqos part deuxDave Barach2-0/+4
2019-02-02dpdk: bump to dpdk 19.02Damjan Marion5-22/+33
2019-02-02vmxnet3: multiple TX queues supportSteven Luong9-182/+296