summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-07Remove qsort.c from vppinfraDamjan Marion1-1/+0
2018-09-07vcl: refactor test client to support workersFlorin Coras8-640/+589
2018-09-07Add flush flag on del as commandHongjun Ni5-16/+164
2018-09-07geneve: fix variable initial valueZhiyong Yang1-1/+1
2018-09-07docs: what is vpp and features and performanceScott Keeler10-29/+54
2018-09-07libmemif: slave connecting bugfixJakub Grajciar3-48/+70
2018-09-07cmake: Fix compilation for OCTEONTxNitin Saxena1-5/+5
2018-09-07Silence warning over ignored return value (CID 187932)Chris Luke1-2/+2
2018-09-06vxlan: improve encap performanceZhiyong Yang1-2/+10
2018-09-06eth_mac_equal takes const pointersNeale Ranns1-1/+1
2018-09-06vxlan_gpe: optimize encap performanceZhiyong Yang1-32/+47
2018-09-06DOC ONLY: cmake / ninja build system docDave Barach2-1/+188
2018-09-06Fix Telnet option processing issueChris Luke1-1/+8
2018-09-06acl-plugin: VPP-1400: fix crash when removing a session entryAndrew Yourtchenko1-0/+2
2018-09-06vcl/session/svm: fix coverity warningsFlorin Coras3-5/+12
2018-09-06session: support multiple worker bindsFlorin Coras20-425/+721
2018-09-06Enum type on the API for QoS sourcesNeale Ranns3-15/+52
2018-09-06NAT: fix maximum out of order fragments (VPP-1399)Matus Fabian7-14/+46
2018-09-06NAT: test cleanup (VPP-1252)Matus Fabian1-30/+11
2018-09-06Fix test summary and retriesjuraj.linkes2-24/+37
2018-09-05STATS: Update Prometheus portOle Troan2-2/+2
2018-09-05Add missing API MAC address encode implementationNeale Ranns1-0/+1
2018-09-05acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl...Andrew Yourtchenko2-61/+91
2018-09-04NAT: add support for configurable port range (VPP-1346)Matus Fabian7-6/+372
2018-09-04Add Load Balancer plugin MaintainersHongjun Ni1-0/+6
2018-09-04avf: fix random rss keyJakub Grajciar1-2/+2
2018-09-04l2_output:skip processing if no features are enabledEyal Bari1-2/+6
2018-09-04Add JVPP for NSH pluginHongjun Ni3-0/+149
2018-09-04vcl: refactor test apps to use multiple workersFlorin Coras3-324/+344
2018-09-04Fixed showing negative count in stats show CLINaoyuki Mori2-4/+4
2018-09-04add option to allow user to set ciphersPing Yu2-6/+33
2018-09-03Deprecate old buffer replication schemeDamjan Marion11-624/+19
2018-09-03acl-plugin: fix the memory leak with colliding entries storageAndrew Yourtchenko1-4/+73
2018-09-03Compile vppinfra on macOSDamjan Marion26-104/+199
2018-09-03NAT44: client-IP based session affinity for load-balancing (VPP-1297)Matus Fabian12-40/+588
2018-09-03vapi: init clib mem heap on connect if neededKlement Sekera1-0/+4
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan7-10/+203
2018-09-02Switch to cmakeDamjan Marion57-4736/+76
2018-09-02cmake: cache line size detectionDamjan Marion2-1/+36
2018-09-01cmake: respect TERMDamjan Marion1-8/+11
2018-09-01cmake: pass linker flags, use devtoolset on centos 7Damjan Marion1-8/+21
2018-08-31cmake: detect vpp version, set soversion, pretty config printDamjan Marion3-5/+57
2018-08-31Support lb on both vip and per-port-vip caseHongjun Ni8-256/+953
2018-08-31IPx address query functions take a const pointerNeale Ranns2-34/+33
2018-08-31Fix typoDave Barach1-1/+1
2018-08-31Docs: update MPLS FIB section with text from the wikiNeale Ranns1-49/+152
2018-08-31Add INFO.yaml fileVanessa Rene Valderrama1-0/+106
2018-08-31FIB path CLI fix for lookup-table IDsNeale Ranns1-0/+12
2018-08-31Introduce a mac_address_t on the API and in VPPNeale Ranns14-5/+414
2018-08-31VPP-1407: Fix the wrong length of udp header for buffer chainsshubing guo1-1/+4