aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-30coding-style: missing coding-style-patchKingwel Xie1-168/+200
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras1-2/+2
2018-11-29GBP: l3-out subnetsNeale Ranns21-278/+909
2018-11-29gbp: Add support for flow hash profileMohsin Kazmi2-8/+27
2018-11-29NAT: syslog - sessions logging (VPP-1139)Matus Fabian11-2/+463
2018-11-29dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN styleKingwel Xie4-13/+24
2018-11-29dpdk: bump to DPDK 18.11Damjan Marion1-48/+5
2018-11-29MAP: Use bool type in map.api instead of u8.Ole Troan1-5/+5
2018-11-28dpdk: allow interface name to be specified from startup.confDamjan Marion3-4/+15
2018-11-28cmake: display warning and continue if dpdk not presentDamjan Marion1-0/+5
2018-11-27cmake: Add protocol.h to lacp plugin .h includesAlexander Chernavin1-0/+1
2018-11-23acl-plugin: fix coverity error that the fix related for [VPP-1502] has triggeredAndrew Yourtchenko1-9/+13
2018-11-23NAT44: improve expired sessions reuse (VPP-1503)Matus Fabian2-79/+65
2018-11-22MAP: Use explicit address/prefix types in APIOle Troan4-540/+26
2018-11-22Revert "Add support for MAP-T CE (VPP-1058)"Ole Troan5-442/+163
2018-11-22acl-plugin: optimize hash memory usage + fix the startup config parsing for m...Andrew Yourtchenko3-7/+33
2018-11-22NAT44: Apply transitory timeout on TCP RST (VPP-1494)Matus Fabian2-0/+9
2018-11-21dpdk: don't shift flags twiceDamjan Marion1-3/+3
2018-11-21session: cleanup use of api_client_indexFlorin Coras1-2/+2
2018-11-20memif input-node improvementsDamjan Marion1-11/+34
2018-11-20ethernet-input optimizationsDamjan Marion2-214/+85
2018-11-20acl-plugin: performance optimizations for established connectionsAndrew Yourtchenko3-197/+541