aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-24rx-placement: Add API call for interface rx-placementMohsin Kazmi6-23/+177
2018-08-24l2:bvi-dont aceess sup hw int for broadcastsEyal Bari1-20/+11
2018-08-24Rename struct mallinfo -> struct dlmallinfoDave Barach4-11/+11
2018-08-24cmake: fix -DVPP_USE_DLMALLOC=OFFDamjan Marion1-2/+12
2018-08-24tcp: fix cc recovery re-entry and persist timer popFlorin Coras4-17/+48
2018-08-23session: fix retrieval of local sessions if app is detachedFlorin Coras1-1/+3
2018-08-23bihash: remove unused countersDamjan Marion2-7/+0
2018-08-23clib_mem_is_heap_object() needs to recognize sys_alloc segmentsDave Barach1-0/+4
2018-08-23ip4: rework rewrite node to use vlib_buffer_enqueue_to_next()Damjan Marion1-355/+270
2018-08-23CSIT-1139: Implement parallel test executionjuraj.linkes1-1/+1
2018-08-23CMake: Add Cmake support for VatMohsin Kazmi3-7/+78
2018-08-23coverity: l2 arp termination dumpMohsin Kazmi1-4/+5
2018-08-23fix dpdk_plugin.so load failure with DPDK 18.08Lijian Zhang2-0/+5
2018-08-22srv6-ad: Adding support for L2 trafficFrancois Clad3-101/+344
2018-08-22IPIP and SIXRD tunnels create API needs table-IDs not fib-indexesNeale Ranns8-59/+144
2018-08-22show command for lookup DPOsNeale Ranns1-0/+40
2018-08-22l2:remove unused members of input, output configsEyal Bari2-16/+7
2018-08-22Consolidate the [un]format_mac_address implementationsNeale Ranns7-49/+17
2018-08-22bihash: add support for reuse of expired entry when bucket is full (VPP-1272)Matus Fabian3-2/+81
2018-08-22NAT: update nat_show_config_reply API (VPP-1403)Matus Fabian3-1/+36
2018-08-22srv6-ad: Adding rewrite countersFrancois Clad3-36/+82
2018-08-22Refactor vnet.am to expose arp featureHongjun Ni1-2/+10
2018-08-22CMake: install .json files in ROOT/share/... for papi.Neale Ranns2-7/+14
2018-08-21VPP-1268: Add option for memory channels DPDK usesJessica Tallon1-0/+2
2018-08-21CMake: stats clients depend on the .api header generationNeale Ranns1-0/+2
2018-08-20Enable storing state in flowhash hash tablesPierre Pfister1-1/+12
2018-08-20CMake: generate .json from .api filesNeale Ranns3-13/+24
2018-08-20Detect support for memfd_create at compilationPierre Pfister1-1/+14
2018-08-20CMakeLists file for vpp-apiNeale Ranns2-1/+25
2018-08-20vxlan_gpe_encap: fix packet len errorZhiyong Yang1-1/+1
2018-08-18cmake: highlight warning and error messagesDamjan Marion4-9/+31
2018-08-18cmake: DPDK rte_config.h parsingDamjan Marion2-13/+37
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion42-1/+2152
2018-08-17l2: arp termination dumpMohsin Kazmi4-0/+212
2018-08-17VPP-1392: VXLAN fails with IP fragmentationOle Troan4-2/+6
2018-08-17Fix a bug in function pipe_rxLijian Zhang1-1/+1
2018-08-17lacp: issue with slave interface admin up after it is added to the bond groupSteven1-2/+2
2018-08-17optimize init_server to reduce session overheadPing Yu5-33/+133
2018-08-17vlibapi: validate private segment rotor prior to useFlorin Coras1-1/+1
2018-08-17vcl: unset fifo events only in read/writeFlorin Coras1-57/+21
2018-08-16Fix a segment fault issue in TLSPing Yu1-2/+3
2018-08-16Edit some warning messages in vpp-api clientOndrej Fabry1-2/+2
2018-08-16dpdk: fix rss hash function handlingDamjan Marion3-6/+23
2018-08-16VPP-1386: fix wrong ip address of hash key for creating user in unknown protocolshubing guo1-1/+1
2018-08-15tcp: add tcp_error.def to installed headers listFlorin Coras1-0/+1
2018-08-15Remove client_index field from replies in APIOndrej Fabry9-19/+1
2018-08-15NAT44: fix next_src_nat (VPP-1384)Matus Fabian1-6/+7
2018-08-15VPP-1387:foreach outside address vector to find correct index when free outsi...shubing guo3-21/+16
2018-08-15NAT44: fix bug in snat_interface_add_del (VPP-1380)Matus Fabian1-4/+4
2018-08-15NAT64: fix TCP session expire (VPP-1390)Matus Fabian2-7/+20