aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-06BIER: fix support for longer bit-string lengthsNeale Ranns11-144/+157
2018-02-06VCL: Fix type in trace output.Dave Wallace1-2/+2
2018-02-06SCTP: missing spinlock init when multiple threadsMarco Varlese1-2/+5
2018-02-06Reflexive ACL support on ICMPSteve Shin1-25/+113
2018-02-06Provide page-aligned length to ftruncate.Igor Mikhailov (imichail)1-1/+1
2018-02-05session: segment manager refactorFlorin Coras20-619/+815
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian2-4/+48
2018-02-05Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before setDave Barach3-8/+17
2018-02-05SCTP: calculate RTO / RTT and RTTVAR as per RFCMarco Varlese4-47/+122
2018-02-05vhost_user: code cleanupHaiyang Tan1-4/+4
2018-02-03IP reassembly: workaround coverity warningsKlement Sekera2-0/+2
2018-02-02Clean up for vcl.am, making vppcom.h C++ awareKeith Burns (alagalah)2-10/+22
2018-02-02lisp-cp: fix handling of ndp without source link addr VPP-1159Florin Coras1-4/+21
2018-02-02VOM: route-domain find() fixNeale Ranns3-24/+5
2018-02-02vlmemory/svm: fix client detach from svm regionFlorin Coras6-13/+59
2018-02-02vlib_buffer_clone: allow client to request the maximum number of clones; 256Neale Ranns1-12/+50
2018-02-02Add L3DSR feature in LB pluginHongjun Ni8-88/+246
2018-02-01Out-of-order data chunks handling and moreMarco Varlese4-69/+235
2018-02-01IPv4/6 reassemblyKlement Sekera22-8/+2930
2018-02-01vxlan: Lookup FIB in either IPv4 or IPv6 families.Jon Loeliger1-4/+5
2018-02-01FIB: Consolidate several copies of fib_ip_proto() into one.Jon Loeliger5-24/+11
2018-02-01tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabledSteven1-1/+1
2018-02-01dpdk:fix typo in prefetch sequenceEyal Bari1-2/+2
2018-02-01Add flowhash hash table to vppinfraPierre Pfister5-0/+1009
2018-02-01srv6-ad: fixing coverity issuesFrancois Clad1-8/+32
2018-02-01srv6-as: fixing coverity issuesFrancois Clad1-8/+32
2018-01-31Fix VNET_BUFFER_F_SPAN_CLONE flagDamjan Marion1-1/+1
2018-01-31vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven4-25/+17
2018-01-31Improved tracing for the IP[46] not-enabled case.Neale Ranns6-24/+77
2018-01-31NAT66 1:1 mapping (VPP-1108)Matus Fabian9-2/+1378
2018-01-31NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian2-15/+74
2018-01-31NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158)Matus Fabian1-8/+52
2018-01-31NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158)Matus Fabian2-13/+19
2018-01-31Prep-work patch for congestion-controlMarco Varlese6-450/+670
2018-01-30Compile valloc.c, install header file, etc.Dave Barach2-1/+8
2018-01-30VPP-899: Run VPP under SELinuxBilly McFall3-18/+38
2018-01-30Arm system counter cleanupBrian Brooks2-18/+19
2018-01-30NAT: add missing CLI and API documentation (VPP-1142)Matus Fabian2-0/+105
2018-01-30NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ...Matus Fabian3-39/+33
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns15-30/+88
2018-01-29vcl: fix VPPCOM_ATTR_GET_LIBC_EPFD elogFlorin Coras1-10/+4
2018-01-29DRAFT ip4/6_frag to support DPO Style based Next NodeVijayabhaskar Katamreddy2-0/+15
2018-01-29memif: Add new API calls to manage memif socket names.Jon Loeliger7-102/+647
2018-01-29SRv6 dynamic proxy pluginFrancois Clad7-0/+1006
2018-01-29Remove last vestigies of auto-ip-table createNeale Ranns1-34/+4
2018-01-27session: use clib rwlocks instead of custom implementationFlorin Coras3-28/+10
2018-01-27First-fit virtual space allocatorDave Barach3-0/+700
2018-01-27Fix session/tcp coverity warningsFlorin Coras3-10/+22
2018-01-27jvpp: map VPP API enums to primitive typesMarek Gradzki2-3/+76
2018-01-27jvpp: use Python's logging APIMarek Gradzki10-34/+61