aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras10-209/+335
2017-09-12devices: Display VhostEthernet instead of UnknownEthernet for dpdk net_vhost ...Steven3-2/+14
2017-09-12net/mlx5: fix warning messageShachar Beiser1-0/+3
2017-09-12Fix issue in nat Bisearch algorithm (VPP-980)flyingeagle231-1/+1
2017-09-12acl-plugin: add startup-config section "acl-plugin" and heap/hash parametersAndrew Yourtchenko3-4/+60
2017-09-12nat lb mapping command existed array out of bounds(VPP-979)flyingeagle231-1/+2
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek5-18/+313
2017-09-11replace uint32_t with u32Neale Ranns6-12/+12
2017-09-11arp/glean: fix hash computationFlorin Coras1-1/+2
2017-09-11Recombine diags and minimum barrier open time changes (VPP-968)Colin Tregenza Dancer7-13/+367
2017-09-11memif: mode ip is not settable from binary APISteven3-4/+10
2017-09-11FIB table add/delete APINeale Ranns53-503/+1276
2017-09-10NAT: fixed hairpinning for in2out translation as an output feature (VPP-976)Matus Fabian1-7/+19
2017-09-09move unix_file_* code to vppinfraDamjan Marion26-352/+423
2017-09-08physmem: make fake allocation non-fatal if we cannot pick numa nodeDamjan Marion1-4/+11
2017-09-08Initialize ip4_reass_lock of map_main to zero (VPP-975)dongjuan1-0/+2
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion13-298/+364
2017-09-08PUNT: Missing include for readv()Marco Varlese1-0/+1
2017-09-08memif: fix coverity warnings as of 9/7Steven4-12/+29
2017-09-08ACL-plugin MACIP ACLs testsPavel Kotucek1-2/+16
2017-09-08acl-plugin: add hitcount to applied hash-acl entriesAndrew Yourtchenko3-4/+10
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke7-20/+48
2017-09-07Allow individual stats API and introduce stats.apiKeith Burns (alagalah)9-592/+1131
2017-09-07vlib physmem reworkDamjan Marion19-517/+700
2017-09-07LISP: add neighbor discovery and CP protocol separation APIsFilip Tehlar2-0/+86
2017-09-07LISP: Add APIs for enable/disable xTR/P-ITR/P-ETR modesFilip Tehlar1-0/+60
2017-09-07Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queueSteven3-3/+17
2017-09-07NAT: fixed bug in snat_get_worker_out2in_cb (VPP-832)Matus Fabian1-0/+2
2017-09-07acl-plugin: match index set to first portrange element if non-first portrange...Andrew Yourtchenko1-5/+1
2017-09-07Punt socket: Fix coverity error for pathname length mismatch between API and ...Ole Troan1-1/+1
2017-09-07Add fd/socket name to clib_socket_* error msgs.Dave Wallace1-12/+22
2017-09-07Fix session connect_* api message handling.Dave Wallace7-173/+159
2017-09-07Support for bridge domain free text tagJerome Tollet4-2/+66
2017-09-06Set uid/gid on ssvm segment file.Dave Wallace3-1/+12
2017-09-06Improve "show segment-manager segments"Dave Barach6-29/+176
2017-09-06Fixes for issues raised by Coverity (VPP-972)Chris Luke3-6/+4
2017-09-06NAT: Destination NAT44 with load-balancing (VPP-954)Matus Fabian6-70/+1011
2017-09-06dpdk/ipsec: fix setup when using master core onlySergio Gonzalez Monroy1-2/+3
2017-09-05Add pidfile cmdline optionPierre Pfister3-9/+98
2017-09-05Refork worker thread data structures in parallel (VPP-970)Colin Tregenza Dancer3-136/+214
2017-09-05PUNT socket: External control plane processes connected via UNIX domain sockets.Ole Troan5-11/+652
2017-09-04LISP: re-fetch mapping before it expiresFilip Tehlar10-138/+330
2017-09-03Improve L2FIB PDR/NDR performance (VPP-963)John Lo4-18/+30
2017-09-01Add fixed-size, preallocated pool supportDave Barach19-98/+520
2017-08-31VPP-959: Python API require minimum CFFI version.Ole Troan1-1/+1
2017-08-31dpdk/ipsec: update doc regarding startup.confSergio Gonzalez Monroy1-10/+7
2017-08-31vhost: Disallow interrupt mode config if driver opts out interrupt supportSteven2-3/+9
2017-08-31Fix BIHASH_KVP_CACHE_SIZE == 0 caseDave Barach3-4/+37
2017-08-31Fix vent_data memory leak in function run_ping_ip46_address (VPP-966)dongjuan1-0/+1
2017-08-31Set runtime_path properly when running non-rootDamjan Marion2-3/+12