aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-02-07VXLAN: Allow user to specify a custom vxlan tunnel instance id.Jon Loeliger5-18/+125
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 Yourtchenko15-493/+566
2018-02-07Refactor vlib_buffer flagsDamjan Marion9-40/+21
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 Marion6-1/+10
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-06SCTP: missing spinlock init when multiple threadsMarco Varlese1-2/+5
2018-02-05session: segment manager refactorFlorin Coras11-450/+610
2018-02-05Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before setDave Barach2-8/+15
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-02lisp-cp: fix handling of ndp without source link addr VPP-1159Florin Coras1-4/+21
2018-02-01Out-of-order data chunks handling and moreMarco Varlese4-69/+235
2018-02-01IPv4/6 reassemblyKlement Sekera20-8/+2866
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 Loeliger4-18/+11
2018-02-01tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabledSteven1-1/+1
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 causesSteven1-2/+1
2018-01-31Improved tracing for the IP[46] not-enabled case.Neale Ranns5-22/+73
2018-01-31Prep-work patch for congestion-controlMarco Varlese6-450/+670
2018-01-30VPP-899: Run VPP under SELinuxBilly McFall1-13/+17
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns14-25/+76
2018-01-29DRAFT ip4/6_frag to support DPO Style based Next NodeVijayabhaskar Katamreddy2-0/+15
2018-01-29Remove last vestigies of auto-ip-table createNeale Ranns1-34/+4
2018-01-27session: use clib rwlocks instead of custom implementationFlorin Coras2-27/+9
2018-01-27Fix session/tcp coverity warningsFlorin Coras3-10/+22
2018-01-27session: disconnect and echo client improvementsFlorin Coras7-23/+38
2018-01-26session: move builtin apps to their own folderFlorin Coras13-2268/+560
2018-01-25session: add support for memfd segmentsFlorin Coras20-280/+355
2018-01-24SCTP stack (RFC4960)Marco Varlese20-12/+8170
2018-01-24Improve the error reporting for a IP multicast RPF miss.Neale Ranns2-3/+16
2018-01-24Improve tunnel interface creation performanceJohn Lo7-76/+81
2018-01-23Fix typo / coverity warningDave Barach1-1/+1
2018-01-23For DHCP client configuration control the setting of the broadcast flag in theNeale Ranns5-100/+397
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan40-73/+91
2018-01-21vhost_user: 'nregions' saves the actual number of mapped guest physical addre...Haiyang Tan1-1/+2
2018-01-19vxlan:restructure encap loopEyal Bari1-321/+198
2018-01-19Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo2-14/+18
2018-01-18vlib: add vlib_buffer_alloc_to_ring APIDamjan Marion2-11/+4
2018-01-18tapv2: add option to set host-side default gwDamjan Marion7-2/+97
2018-01-18FIB Inherited SrouceNeale Ranns18-137/+1621
2018-01-17Fix checksum offload sssue caused by overwriten lX_hdr_offsetDamjan Marion1-2/+2
2018-01-16Tolerate missing nodes during feature arc initialisationNeale Ranns1-2/+8