aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-16tapv2: deleting tap interface may leak buffers (VPP-1124)Steven4-11/+34
2018-01-15bfd: fix bfd_auth_keys_dumpFlorin Coras1-1/+1
2018-01-15svm: refactor memfd and remove ssvm_ethFlorin Coras3-976/+0
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo5-139/+111
2018-01-11api: fix handlers that explicitly depend on svm queueFlorin Coras4-40/+38
2018-01-11tcp: make proxy server uri cli configurableFlorin Coras2-3/+18
2018-01-11api: remove transport specific code from handlersFlorin Coras29-604/+525
2018-01-11Handle a mix of CNAME, A/AAAA recordsDave Barach1-10/+30
2018-01-11Add support for MAP-T CE (VPP-1058)Juraj Sloboda5-162/+441
2018-01-10Functional improvements, bug fixesDave Barach4-25/+152