aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-01-02add ipsecmb pluginKlement Sekera7-0/+2546
2019-01-01buffers: remove unused codeDamjan Marion1-18/+0
2018-12-29avf: tx dequeue optimizationsDamjan Marion3-11/+34
2018-12-29avf: chained buffers rx supportDamjan Marion4-44/+132
2018-12-28avf: chained buffers tx supportDamjan Marion2-104/+109
2018-12-28session: free session after transport and app confirmFlorin Coras2-3/+3
2018-12-27MAP: Install lpm.h as map.h references it.Jon Loeliger1-0/+1
2018-12-26avf: optimize RX functionDamjan Marion3-100/+86
2018-12-24GBP: fix dump and VOM populateNeale Ranns1-2/+2
2018-12-24crypto-input: bug fix check-opKingwel Xie1-6/+6
2018-12-23avf: optimize rx ring refillDamjan Marion1-76/+53
2018-12-23avf: new ethernet-input supportDamjan Marion3-183/+44
2018-12-23avf: add option to specify interface nameDamjan Marion4-0/+11
2018-12-22dpdk: switch to in-memory mode, deprecate use of socket-memDamjan Marion1-112/+25
2018-12-22crypto-input impprovement:Kingwel Xie1-74/+163
2018-12-21GBP: add allowed ethertypes to contractsNeale Ranns5-55/+129
2018-12-21MAP: Convert from DPO to input feature.Jon Loeliger11-477/+582
2018-12-21NAT: fix coverity error 190176 (VPP-1474)Matus Fabian1-0/+2
2018-12-21Revert "Build issue after https://gerrit.fd.io/r/#/c/16508/."Ole Trøan1-3/+3
2018-12-20NAT: total users and sessions gauges (VPP-1484)Matus Fabian10-9/+154
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns1-1/+1
2018-12-20Build issue after https://gerrit.fd.io/r/#/c/16508/.Paul Vinciguerra1-3/+3
2018-12-20Trivial: fix src/plugins/map/test.c memory leakPaul Vinciguerra1-1/+2
2018-12-19MAP: Add API support for MAP input feature.Jon Loeliger4-0/+216
2018-12-19vlib: support Hyper-v/Azure VMBusStephen Hemminger1-0/+32
2018-12-19dpdk plugin: blacklist PCI devices by typeDave Barach2-1/+47
2018-12-18NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514)Matus Fabian6-54/+447
2018-12-18MAP: Add longest matching prefix (LPM) data structuresOle Troan3-0/+220
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns1-22/+467
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-3/+3
2018-12-18MAP: Remove dual loop in MAP-T in preparation for refactor.Ole Troan3-587/+0
2018-12-17Improve perfmon json table pickerDave Barach4-23/+341
2018-12-17vmxnet3: support clear hardware interface countersSteven3-20/+60
2018-12-17MAP: Encode ht-ratio as f64 for API.Jon Loeliger1-2/+2
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-15/+16
2018-12-14Revert gerrit 16429 to fix a Debian build-breakDave Barach1-22/+44
2018-12-14NAT: counters (VPP-1484)Matus Fabian8-76/+362
2018-12-14Fix compiling issue with GCC-8.x in string test functionsLijian.Zhang1-44/+22
2018-12-13MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call.Jon Loeliger1-1/+1
2018-12-13make build failure.Paul Vinciguerra2-3/+3
2018-12-12VPP-1529: check hop-by-hop header lengthDave Barach1-7/+37
2018-12-12Fix CDP failure in make testLijian.Zhang1-2/+2
2018-12-11New api in order to get max entries of connection table is added.Khers3-5/+83
2018-12-11MAP: Add API support for setting parameters.Jon Loeliger4-212/+648
2018-12-06nsim: add packet loss simulation, docsDave Barach6-8/+79
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan2-3/+3
2018-12-05Fix gcc-8 compile issues in string_test.cDave Barach1-1/+35
2018-12-03move [m]fib and BIER tests to unittest pluginNeale Ranns4-0/+13050
2018-12-02vppinfra: c11 safe string functionsSteven1-25/+1559
2018-12-01dpdk-ipsec-mempool: allocate from dpdk mem specified by socket-mem in startup...Kingwel Xie1-22/+17