aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-11Horizontal (nSessions) scaling draftDave Barach29-285/+838
2017-07-11L2INPUT:fix features mask cailculationEyal Bari1-6/+10
2017-07-11memif: avoid double buffer freeDamjan Marion1-1/+0
2017-07-11SNAT: fixed bug in fallback to 3-tuple key for non TCP/UDP sessionsMatus Fabian1-0/+4
2017-07-10API:fix arp/ND event messages - remove contextEyal Bari2-6/+1
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion9-114/+96
2017-07-10VPP-904: fixes zero length CLI parameters parseAlexander Kotov1-2/+3
2017-07-10memif: mask interrupts on startup if we are in the polling modeDamjan Marion1-0/+8
2017-07-10vlib: fix issues with PCI handling codeDamjan Marion2-7/+7
2017-07-09format: Check for NaN when rendering doublesChris Luke2-1/+14
2017-07-08API: Add Python3 support to vpp_papi.pyOle Troan1-65/+97
2017-07-08lldp packet transmission on a bonded interfaceSteve Shin3-7/+11
2017-07-07ETH:optimized double is_tagged checkEyal Bari1-2/+24
2017-07-07SNAT: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian5-79/+578
2017-07-06Unlink /dev/shm files on application detach.Dave Wallace4-5/+36
2017-07-06DHCP complete event sends mask lengthNeale Ranns3-3/+7
2017-07-06VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message.Ole Troan1-1/+1
2017-07-06dpdk: add FiftyGigabitEtherenet interface supportDamjan Marion3-0/+7
2017-07-06devices: show interface rx-placement displays the wrong information (VPP-894)Steven1-1/+3
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke4-9/+35
2017-07-06vppinfra: revert clib_memcpy optimizationDamjan Marion2-10/+14
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo7-8/+232
2017-07-05Buffer name inconsistently used a cstring/vec (VPP-901)Chris Luke1-3/+3
2017-07-05Add API support for LLDP config/interface setSteve Shin11-47/+401
2017-07-04acl-plugin: VPP-897: applying of large number of ACEs is slowAndrew Yourtchenko2-20/+45
2017-07-04acl-plugin: fix acl plugin test failing sporadically (VPP-898)Andrew Yourtchenko1-0/+5
2017-07-01Refactor API message handling codeKlement Sekera11-477/+609
2017-06-30VPP-893: handle multiple simultaneous event registrationsDave Barach2-1/+7
2017-06-30VPP debug image with worker threads hit assert on adding IP route with traffi...Neale Ranns3-1/+39
2017-06-30memif: API message handler registration bug-fixJakub Grajciar1-11/+0
2017-06-29LLDP: properly parse lldp cmds from startup configKlement Sekera1-3/+1
2017-06-29Fix SIGBUS on aarch64Christophe Fontaine1-1/+1
2017-06-28switch vlib process model to tw_timer_template timer implDave Barach13-77/+197
2017-06-27L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888)Eyal Bari5-87/+64
2017-06-27FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbitsOle Troan4-14/+102
2017-06-26VPP-889: MAP Stats API/CLI crashes when no domains.Ole Troan2-1/+11
2017-06-25VPP crash on creating vxlan gpe interface. VPP-875Hongjun Ni5-19/+118
2017-06-25memif: If rx/tx_queues are unset, use default valuesMilan Lenco1-2/+12
2017-06-24Rewrite vppctl in CDamjan Marion3-0/+327
2017-06-23IP4/IP6 FIB: fix crash during interface deletePavel Kotucek4-1/+42
2017-06-22Update master revision to 17.10Neale Ranns1-1/+1
2017-06-22Update lisp map record default ttl to 24hv17.10-rc0Florin Coras1-2/+2
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras8-35/+232
2017-06-22Export and Install GTP-U API fileHongjun Ni1-1/+1
2017-06-22acl-plugin: clean up the code enabling/disabling acl-plugin processing on int...Andrew Yourtchenko2-4/+18
2017-06-22NAT64: documentationMatus Fabian2-0/+211
2017-06-22VNET:explicitly pad l2_classifyEyal Bari1-10/+4
2017-06-21Introduce default rx mode for device driversDamjan Marion5-7/+19
2017-06-21acl-plugin: the second and subsequent ACEs incorrect endianness when custom-d...Andrew Yourtchenko1-4/+22
2017-06-21acl-plugin: CLI to clear all sessionsAndrew Yourtchenko2-8/+38