aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-09-16Register cdp_input when enabled for the first timeDave Barach3-26/+42
2018-09-16vmxnet3: fix clang initialization errorFlorin Coras1-1/+2
2018-09-16fix nsh map index error, it will cause vpp appear Segmentation fault when vpp...zhanglimao1-1/+1
2018-09-15tls: fix openssl engine write complete conditionFlorin Coras1-1/+1
2018-09-14vmxnet3 device driverSteven Luong14-0/+3173
2018-09-14dpdk: add detection of mellanox PMDsDamjan Marion1-0/+10
2018-09-14acl-plugin: do not do clib_smp_atomic_add on per-worker countersAndrew Yourtchenko1-2/+2
2018-09-13Add a polling configure to make thread bind with hardware enginePing Yu1-4/+9
2018-09-13NAT: TCP MSS clampingMatus Fabian9-0/+236
2018-09-12fix bihash test codeDave Barach1-0/+7
2018-09-12Always use 'lib' instead of 'lib64'Damjan Marion1-3/+2
2018-09-12Fix LB memory leak and remove useless codePierre Pfister1-11/+1
2018-09-12device flags will set in dpdk_update_link_state.Khers1-2/+0
2018-09-12Fix create memif socketEd Warnicke1-16/+0
2018-09-11GBP Endpoint UpdatesNeale Ranns9-303/+577
2018-09-11VAT: plugin load errorsOle Troan2-4/+22
2018-09-11nat: fix busy ports of each threaddongjuan1-4/+15
2018-09-10dpdk: clean interface link information on admin down / stopDamjan Marion1-0/+1
2018-09-10dpdk-plugin: do not request SCTP offload, some cards do not support it while ...Andrew Yourtchenko1-2/+2
2018-09-10vxlan-gbp: Add support for vxlan gbpMohsin Kazmi9-35/+35
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns6-1/+11
2018-09-07Add flush flag on del as commandHongjun Ni5-16/+164
2018-09-06acl-plugin: VPP-1400: fix crash when removing a session entryAndrew Yourtchenko1-0/+2
2018-09-06NAT: fix maximum out of order fragments (VPP-1399)Matus Fabian6-8/+38
2018-09-05acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl...Andrew Yourtchenko2-61/+91
2018-09-04NAT: add support for configurable port range (VPP-1346)Matus Fabian5-3/+310
2018-09-04avf: fix random rss keyJakub Grajciar1-2/+2
2018-09-04Fixed showing negative count in stats show CLINaoyuki Mori2-4/+4
2018-09-04add option to allow user to set ciphersPing Yu2-6/+33
2018-09-03Deprecate old buffer replication schemeDamjan Marion4-137/+3
2018-09-03acl-plugin: fix the memory leak with colliding entries storageAndrew Yourtchenko1-4/+73
2018-09-03NAT44: client-IP based session affinity for load-balancing (VPP-1297)Matus Fabian10-40/+524
2018-09-02Switch to cmakeDamjan Marion30-1518/+0
2018-08-31Support lb on both vip and per-port-vip caseHongjun Ni7-201/+735
2018-08-30cmake: a bit of packaging workDamjan Marion1-0/+3
2018-08-30avf: RSS supportJakub Grajciar6-19/+80
2018-08-29Add NSH Plugin MaintainersHongjun Ni1-2/+2
2018-08-28avf: deal willth tx ring full properlyDamjan Marion3-11/+52
2018-08-28cmake: fix marvell plugin buildBrian Brooks1-2/+5
2018-08-28avf: add missing rx_redirect_to_node handlerDamjan Marion1-0/+20
2018-08-28Port NSH plugin to VPPHongjun Ni21-10/+6327
2018-08-27NAT44: fix nat44_ed_not_translate_output_feature for multiple VRF (VPP-1404)Matus Fabian1-9/+15
2018-08-27IGMP: enable command on cliNeale Ranns4-2/+84
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi24-2/+143
2018-08-27CMake: fix install lib and iOMA missing symbolNeale Ranns1-0/+1
2018-08-27ioam: fix vat plugin issue introduced by last commitDamjan Marion1-6/+2
2018-08-27NAT44: add support for session timeout (VPP-1272)Matus Fabian13-534/+684
2018-08-27cmake: add missing vat pluginsDamjan Marion6-0/+18
2018-08-26cmake: move functions to src/cmakeDamjan Marion2-41/+2
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion10-63/+21