aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-08acl-plugin: VPP-1088: add support for egress filter in macip ACLsAndrew Yourtchenko2-16/+244
2018-02-08acl-plugin: an elog-based tracing implementation for troubleshooting the conn...Andrew Yourtchenko5-32/+156
2018-02-08ip: move lookup inline functions to header fileVijayabhaskar Katamreddy4-648/+759
2018-02-07Fix bug with glibc epoll fdKeith Burns (alagalah)1-1/+3
2018-02-07Update gitignore for cmakeKeith Burns (alagalah)1-0/+2
2018-02-07VXLAN: Allow user to specify a custom vxlan tunnel instance id.Jon Loeliger8-24/+145
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 Yourtchenko21-502/+719
2018-02-07Refactor vlib_buffer flagsDamjan Marion17-169/+152
2018-02-07SCTP: address coverity-scan warningsMarco Varlese2-19/+10
2018-02-07libmemif: cleanup queue info while memif connectingChun Li2-1/+5
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-06make test: don't test/set parameters in dockerKlement Sekera1-0/+11
2018-02-06BIER: fix support for longer bit-string lengthsNeale Ranns17-259/+391
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 Coras21-620/+878
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-02make test: use random seedKlement Sekera1-1/+1
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-02Add link to 18.01 test framework documentation.Dave Wallace1-0/+1
2018-02-02Update 18.01 Release NotesDave Wallace1-0/+1
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 Ni9-96/+282
2018-02-01Out-of-order data chunks handling and moreMarco Varlese4-69/+235
2018-02-01IPv4/6 reassemblyKlement Sekera35-66/+4322
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-31RPMS: Also install C.py, JSON.py for vppapipgen.Jon Loeliger1-0/+3
2018-01-31vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven4-25/+17