aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-20vnet: add device-input threadplacement infraDamjan Marion7-78/+310
2017-03-18Fix bonded interface name to use instance number starting from 0John Lo3-5/+7
2017-03-18Check change in unnumbered setting before updating IP enabled stateNeale Ranns2-6/+23
2017-03-17features: remove remaining .end_nodeDamjan Marion1-1/+0
2017-03-17PNEUM: Fix Coverity error (missing unlock).Ole Troan1-1/+2
2017-03-17Fix bonded ethernet PMD name for DPDK 17.02Alexander Popovsky (apopovsk)2-7/+24
2017-03-1764 bit per-thread countersNeale Ranns8-201/+132
2017-03-17Fix IP feature ordering.Neale Ranns6-41/+12
2017-03-17MPLS performance improvments.Neale Ranns9-141/+300
2017-03-17Attached hostsNeale Ranns8-18/+103
2017-03-17vlib: fix potential crash in dispatch_node ELOG_DATA callSteven1-2/+11
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns12-162/+162
2017-03-17Use the feature anchor in the MPLS input arc - it performs much betterNeale Ranns3-7/+9
2017-03-17Adjacency refinement; check the cover's interface against the adjacency'sNeale Ranns2-4/+97
2017-03-16vlib: additional runtime_data checksDamjan Marion1-8/+14
2017-03-16ping: Fix coverity error 163907Andrew Yourtchenko2-0/+6
2017-03-16API:replaced all REPLY_MACRO's with api_helper_macros.hEyal Bari11-308/+39
2017-03-16vhost: wrong value return for VHOST_USER_VRING_GET_BASESteven1-4/+11
2017-03-16vlib: make runtime_data thread-localDamjan Marion14-106/+273
2017-03-15Python API: Change from cPython to CFFI.Ole Troan12-338/+178
2017-03-15No vector allocation during buffer copyNeale Ranns2-7/+2
2017-03-15API: define optional base_id for REPLY_MACRO'sEyal Bari2-106/+11
2017-03-15Fix binary-api cmd/arg split logicDave Barach1-20/+19
2017-03-15VXLAN:add hidden multicast interface checkEyal Bari4-37/+29
2017-03-15VPP changes to support iOAM over NSH-MD2. Separate trace dataVengada8-18/+56
2017-03-14Fix packet trace output: dpdk_rx_trace must decode the actual ethertypeDave Barach1-1/+31
2017-03-14API:support hidden sw interfacesEyal Bari3-86/+60
2017-03-14Try again: __COVERITY__ vs __COVERITYDave Barach1-1/+1
2017-03-14Clean up dead API client reaper callack schemeDave Barach3-9/+63
2017-03-14ioam: ip6 hop by hop ext header and SR header co-existenceshwethab5-75/+87
2017-03-14vlib: poll pre_input nodes only on main threadDamjan Marion1-6/+7
2017-03-14IOAM Coverity fixAkshayaNadahalli8-34/+42
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 Lo1-6/+17
2017-03-13ACL plugin rejects ICMP messages (VPP-624)Pavel Kotucek1-21/+19
2017-03-13Refactor SNAT ICMP codeJuraj Sloboda4-314/+558
2017-03-10Retire vpp_liteDamjan Marion14-27/+57
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 Ranns1-6/+37
2017-03-10Fix coverity CIDs 161048, 163895Pavel Kotucek2-4/+1
2017-03-10VPP-608 Fix LISP warningFlorin Coras1-0/+1
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 Ranns8-56/+105
2017-03-09MAP pre-resolve - use FIB to track pre-resolved next-hopNeale Ranns5-55/+192