aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns9-76/+95
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo10-346/+691
2018-02-15session: avoid session handle conflict with vclFlorin Coras6-13/+63
2018-02-15SCTP: fix corrupted buffers seen in output nodeMarco Varlese4-44/+62
2018-02-15SCTP: refactoringMarco Varlese4-129/+97
2018-02-14Reenable dhcp client detect when lease expiresDave Barach1-1/+50
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras18-447/+1180
2018-02-14vxlan:remove interface recycle mechanismEyal Bari2-69/+11
2018-02-13vnet:remove duplicate interface function macroEyal Bari1-15/+3
2018-02-13BFD: make CLI consume only one line at a timeKlement Sekera1-26/+78
2018-02-12Fix DHCP client crash with worker threadsMatthew Smith3-51/+56
2018-02-12SCTP: fix build errors on ubuntu bionicMarco Varlese1-4/+2
2018-02-12Improve MTU handlingNeale Ranns9-28/+106
2018-02-09ip4_forward: set pkt error in case potential memory corruptChun Li1-0/+2
2018-02-08classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2...Andrew Yourtchenko1-3/+6
2018-02-08virtio: reset vnet header on txDamjan Marion1-0/+3
2018-02-08vhostuser: Fix vhostuser file descriptor leakHaiyang Tan1-4/+13
2018-02-08SCTP: shutdown phaseMarco Varlese3-67/+92
2018-02-08ip: move lookup inline functions to header fileVijayabhaskar Katamreddy4-648/+759
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