aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-07VXLAN: Allow user to specify a custom vxlan tunnel instance id.Jon Loeliger7-22/+140
2018-02-07acl-plugin: multicore: send the interrupts to thread0 tooAndrew Yourtchenko1-1/+1
2018-02-07vhost: Added ARMV8 NEON version of function map_guest_mem()Nitin Saxena1-0/+69
2018-02-07af_packet: Fix lock positionPierre Pfister1-2/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko19-502/+651
2018-02-07Refactor vlib_buffer flagsDamjan Marion17-169/+152
2018-02-07SCTP: address coverity-scan warningsMarco Varlese2-19/+10
2018-02-06Fix clang -Wvarargs compile errorsDamjan Marion3-5/+5
2018-02-06Fix clang implicit conversion errorsDamjan Marion2-14/+16
2018-02-06vlib: epoll on worker threadsDamjan Marion12-42/+204
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese4-57/+164
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