aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-09-24LB: fix flush flow table issueHongjun Ni5-69/+90
2018-09-21vmxnet3: Add hardware link status handlingSteven6-8/+66
2018-09-21NAT: Refactoring / Housekeeping (VPP-1415)Matus Fabian19-10848/+11482
2018-09-20NAT44 virtual fragmentation reassembly for endpoint-dependent mode (VPP-1325)Juraj Sloboda6-147/+1296
2018-09-20vmxnet3: invoke vlib_buffer_enqueue_to_next() with the wrong buffers for chai...Steven1-7/+8
2018-09-19dpdk: mask and warn if rx/tx offload is not availableDamjan Marion4-94/+115
2018-09-19nat: free port_bitmapdongjuan1-0/+7
2018-09-18vmxnet3: add support for "non-default" next nodeSteven3-2/+76
2018-09-18disable scatter/gather for ENA with DPDK 18.08Matthew Smith1-1/+5
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