aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-09-25dpdk: show pluggable info in 'show hardware'Damjan Marion2-2/+30
2018-09-25acl-plugin: optimize session idle timer checksAndrew Yourtchenko5-32/+93
2018-09-25vmxnet3: guard against array overflowSteven1-2/+3
2018-09-25NAT44: fix nat44_o2i_ed_is_idle_session_cb (VPP-1424)Matus Fabian2-4/+1
2018-09-24NAT44: endpoint-dependent mode session timeout improvement (VPP-1423)Matus Fabian4-27/+63
2018-09-24nsim: fix multiple definitions of nsim_nodeDamjan Marion2-3/+1
2018-09-24avf: rename interface nameDamjan Marion2-2/+2
2018-09-24Network delay simulator pluginDave Barach9-0/+1522
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra44-91/+91
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