summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-14vlib: poll pre_input nodes only on main threadDamjan Marion1-6/+7
2017-03-14ioam: fix warningsDamjan Marion0-0/+0
2017-03-14IOAM Coverity fixAkshayaNadahalli8-34/+42
2017-03-14Update CSIT tests 170302 -> 170313Jan Gelety1-1/+1
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras15-181/+636
2017-03-13VPP-279: Document changes for vnet/vnet/devicesBilly McFall4-4/+93
2017-03-13Add MAC address check in ethernet-input node if interface in L3 modeJohn Lo3-8/+28
2017-03-13ACL plugin rejects ICMP messages (VPP-624)Pavel Kotucek3-22/+1042
2017-03-13Refactor SNAT ICMP codeJuraj Sloboda4-314/+558
2017-03-10Retire vpp_liteDamjan Marion18-92/+67
2017-03-10vlib: deduplicatee code in main and worker main loopDamjan Marion4-142/+116
2017-03-10VPP-659 TCP improvementsFlorin Coras22-161/+454
2017-03-10gmon: fix code commented out by mistakeDamjan Marion1-2/+1
2017-03-10LISP: fix Proxy-ETR show command, VPP-660Filip Tehlar4-8/+184
2017-03-10Fix vat_api_hookup name collisionDave Barach1-3/+3
2017-03-10VPP-608: warnings be goneDave Barach1-0/+10
2017-03-10Fix MAP-E UT. Add functionality in MAP code to delete the pre-resolved next-h...Neale Ranns3-16/+57
2017-03-10Fix coverity CIDs 161048, 163895Pavel Kotucek2-4/+1
2017-03-10VPP-608 Fix LISP warningFlorin Coras1-0/+1
2017-03-09make test: temporary disable MAP-E testDamjan Marion1-0/+1
2017-03-09make test: automatic sanity checkKlement Sekera2-2/+18
2017-03-09make test: add make test-shell[-debug] targetsKlement Sekera2-0/+21
2017-03-09vlib_mains == 0 special cases be goneDave Barach16-598/+575
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns13-96/+203
2017-03-09MAP pre-resolve - use FIB to track pre-resolved next-hopNeale Ranns7-55/+391
2017-03-09Tests to target holes in adjacency and DPO test coverageNeale Ranns7-16/+284
2017-03-09include rte_config header before any other dpdk includeGabriel Ganne1-0/+1
2017-03-09dpdk: remove unnecesary CFLAGS modificationDamjan Marion1-4/+0
2017-03-08SNAT: deterministic map dumpMartin5-4/+153
2017-03-08SNAT: fix coverity warnings (VPP-608)Matus Fabian1-2/+3
2017-03-08vlib: add process restart cliDamjan Marion1-0/+20
2017-03-08make test: split into basic and extended testsKlement Sekera4-10/+78
2017-03-08ARP resilience in the absence of IP config on input and output interfacesNeale Ranns2-0/+21
2017-03-08dpdk: dpdk-input optimizations and fixesDamjan Marion4-96/+126
2017-03-08API change (only) to not create a FIB table entry when adding a neighbor entryNeale Ranns1-1/+6
2017-03-08vhost: binary API changes for interrupt modeSteven4-10/+41
2017-03-08Change dpdk input node fixed-sleep units to usecDave Barach3-5/+5
2017-03-08FLOWPERPKT: New API definition in preparation for stateful flows.Ole Troan1-1/+18
2017-03-08dpdk: Fixed QAT devices binding, bind the VFs onlyRadu Nicolau1-3/+7
2017-03-08LISP: fix gpe sub-interface lookupFilip Tehlar1-8/+8
2017-03-08BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handlerNeale Ranns1-7/+0
2017-03-08SNAT: user_session_dump is_ip4 and vat unformating addedMartin4-2/+24
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns11-79/+721
2017-03-08LISP: add stats API/CLIFilip Tehlar5-0/+175
2017-03-08CGN: fix outside port calculation and set buffer error (VPP-623)Matus Fabian2-18/+33
2017-03-07Register TCP with IP only if session is enabledFlorin Coras4-8/+44
2017-03-07fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres...Gabriel Ganne3-17/+15
2017-03-07Missing plugin binary API command fns found after brief searchDave Barach4-2/+17
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns13-235/+796
2017-03-07Fix endian issue in ARP Event ReplyWojciech Dec2-6/+8