aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-17BFD: put session admin-up/admin-downKlement Sekera1-12/+12
2017-02-17Implemented IKEv2 initiator features:Radu Nicolau14-186/+2534
2017-02-17Fix handling of ping to SNAT out interfaceJuraj Sloboda1-6/+7
2017-02-17ipsec: changed ipsec-input-ip6 node to be a sibling of ipsec-input-ip4, fixes...Radu Nicolau1-6/+1
2017-02-17l2 input: avoid per-packet trace checks in the fast pathDave Barach4-25/+54
2017-02-17Fix comment for num-mbufs default in startup.confDave Wallace1-1/+1
2017-02-17dpdk: quad loop and prefetch in fill_free_listDamjan Marion1-15/+71
2017-02-17ioam: declare export_node instead of defining it in header fileDamjan Marion1-1/+1
2017-02-17api: remove debug print in api_main_initDamjan Marion1-1/+0
2017-02-16tw_timer_expire_timers() - add a maximum to the number of expiration per callGabriel Ganne2-3/+10
2017-02-16Add NSH load-balance and drop DPOFlorin Coras5-15/+148
2017-02-16Fix NSH-LISP interface additionFlorin Coras1-15/+16
2017-02-16Fix crash on deleting previously activated IPv6 interface - VPP-636Wojciech Dec1-0/+4
2017-02-16Fix sample plugin breakage.Anlu Yan3-23/+10
2017-02-16Add handling of ICMP error packets in SNAT (VPP-629)Juraj Sloboda2-49/+347
2017-02-16VPP-638: 'set interface ipsec key garbage' causes infinite loopBilly McFall1-0/+5
2017-02-16add tw_timer_template.c to vpp devel packagesGabriel Ganne1-0/+1
2017-02-16tw_timer_expire_timers() return the number of expirationsGabriel Ganne2-9/+14
2017-02-16LISP: minor enhacementsFilip Tehlar1-13/+13
2017-02-15LISP: fix deleting src/dst entry from GID dictionaryFilip Tehlar2-5/+24
2017-02-15SNAT: add static mappings with unresolved external interface address to snat_...Matus Fabian3-4/+81
2017-02-15BFD: loop back echo packetsKlement Sekera4-38/+247
2017-02-15Fix bug in definition of tcp_header_tJuraj Sloboda1-1/+4
2017-02-14VPP-279: Document changes for vnet/vnet/devicesBilly McFall2-52/+210
2017-02-14BFD: respect remote demand modeKlement Sekera1-9/+46
2017-02-14BFD: set per session UDP source port per RFCKlement Sekera4-16/+43
2017-02-14Fix coverity issues: ioamShwetha Bhandari3-8/+15
2017-02-14Fix is_server flag in vhost dump (VPP-562)Marek Gradzki1-0/+1
2017-02-14Fix typo in API warning message.Jon Loeliger1-1/+1
2017-02-14vhost-user: fix crash when descriptor points to unknown regionDamjan Marion1-1/+2
2017-02-13Out-of-tree Build Error fixAkshayaNadahalli2-22/+20
2017-02-13Augment IP_DETAILS, IP_ADDRESS_DETAILS with a few context fields.Jon Loeliger2-5/+15
2017-02-13Basic support for LISP-GPE encapsulated NSH packetsFlorin Coras28-22/+944
2017-02-13VPP-632 : InBand OAM AnalyserAkshayaNadahalli33-336/+2797
2017-02-09Improve MFIB doxygen helpNeale Ranns4-4/+12
2017-02-08BFD: minor fixesKlement Sekera2-5/+3
2017-02-08BFD: modify session parametersKlement Sekera9-114/+414
2017-02-08Fix source address reachability check for ip6 local packetsAkshayaNadahalli2-7/+26
2017-02-07VPP-630: Null pointer dereferences in vlib/unix/plugin.cOle Troan1-1/+1
2017-02-07Fix M(), M2() macros in VATFilip Tehlar1-2/+4
2017-02-07LISP: reject remote mappings that have as locators local IPsFilip Tehlar2-1/+29
2017-02-06Add pool_get[_aligned]_will_expand(...)Dave Barach2-0/+67
2017-02-06vlib: remove algned/unaligned buffers schemeDamjan Marion6-386/+57
2017-02-06SNAT: fix snat_add_static_mapping_command() uninitialized variableMatus Fabian2-5/+16
2017-02-05SNAT: initialize outside and inside FIB index in snat_configMatus Fabian2-36/+5
2017-02-05fix some 'stored but never read' warnings raised by clangGabriel Ganne2-6/+7
2017-02-05Wheel-timer infraDave Barach8-0/+1289
2017-02-04dpdk: move to uio_pci_genericDamjan Marion3-22/+4
2017-02-03pg: add trace information for pg tx nodeDamjan Marion3-9/+46
2017-02-03vhost-user: fix missing speculative enqueue unwindSteven1-0/+4