summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Shared memory packet interface (memif) libraryJakub Grajciar28-0/+11034
2017-09-13gpe: initialize fib index for native forward entriesFlorin Coras1-4/+6
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns18-72/+210
2017-09-13API message table inspection utilitiesDave Barach3-60/+449
2017-09-13devices: Fix coverity discovered 9/13/2017Steven1-0/+1
2017-09-13lb_vip_command_fn param redundancy when unformat ip address(VPP-977)flyingeagle231-1/+1
2017-09-13STATS: Refactor missed adding messages to CRC dictionary.Ole Troan1-0/+18
2017-09-13nat lb: del lb static mapping existed vec mem leak(VPP-983)flyingeagle231-0/+1
2017-09-13VPP-972: fix coverity warnings in the stats scraperDave Barach1-3/+3
2017-09-13VPP-960: Python API add more information in exception for invalid arguments t...Ole Troan1-1/+4
2017-09-12Add option to build without multi-buffer crypto.Thomas F Herbert3-5/+15
2017-09-12physmem: remove debug leftoversDamjan Marion2-2/+0
2017-09-12NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981)Matus Fabian3-9/+29
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 Kotucek7-42/+427
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 Ranns65-538/+1643
2017-09-11Improved arm64 chip detectionBrian Brooks1-11/+46
2017-09-10NAT: fixed hairpinning for in2out translation as an output feature (VPP-976)Matus Fabian2-12/+33
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-08gitignore update for IDEKeith Burns (alagalah)1-1/+2
2017-09-08Initialize ip4_reass_lock of map_main to zero (VPP-975)dongjuan1-0/+2
2017-09-08add apr-devel to rpm dependency list for centos-7Gabriel Ganne1-0/+1
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 Kotucek4-3/+832
2017-09-08acl-plugin: add hitcount to applied hash-acl entriesAndrew Yourtchenko3-4/+10
2017-09-08Fix socket_test.sh vagrant based multi-host tests.Dave Wallace4-128/+307
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)10-592/+1132
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-07The missing variable (added with this patch) was causing the build on AARCH64Marco Varlese1-0/+1
2017-09-07Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queueSteven3-3/+17
2017-09-07test: factor out "L4_Conn" into a class within util.py (VPP-931)Andrew Yourtchenko2-50/+68
2017-09-07NAT: fixed bug in snat_get_worker_out2in_cb (VPP-832)Matus Fabian1-0/+2
2017-09-07Update CSIT tests 170814 -> 170906Jan Gelety1-1/+1
2017-09-07acl-plugin: match index set to first portrange element if non-first portrange...Andrew Yourtchenko2-5/+192
2017-09-07Punt socket: Fix coverity error for pathname length mismatch between API and ...Ole Troan1-1/+1