aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-04TEST:add L2BD arp term testsEyal Bari3-0/+273
2017-07-04acl-plugin: fix acl plugin test failing sporadically (VPP-898)Andrew Yourtchenko1-0/+5
2017-07-03SNAT: fix failing test_session_limit_per_user (VPP-896)Matus Fabian1-0/+2
2017-07-01Refactor API message handling codeKlement Sekera11-477/+609
2017-06-30top-level Makefile improvementsDamjan Marion1-11/+36
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 Bari6-116/+93
2017-06-27FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbitsOle Troan5-24/+198
2017-06-26Update CSIT tests 170622 -> 170626Jan Gelety1-1/+1
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-25Add Maintainers for Vxlan-gpe featureHongjun Ni1-3/+8
2017-06-25memif: If rx/tx_queues are unset, use default valuesMilan Lenco1-2/+12
2017-06-24Rewrite vppctl in CDamjan Marion4-1/+328
2017-06-24make: Fix parallel building with some container platforms (VPP-880)Chris Luke2-11/+14
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 24hFlorin 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-22Update CSIT tests 170612 -> 170622Jan Gelety1-1/+1
2017-06-22NAT64: documentationMatus Fabian3-0/+212
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 Yourtchenko3-8/+75
2017-06-21acl-plugin: use ethernet_buffer_header_size() to determine the size of the et...Andrew Yourtchenko1-1/+1
2017-06-21acl-plugin: fix coverity issue 170476Andrew Yourtchenko1-2/+1
2017-06-21acl-plugin: fix coverity issue 166801Andrew Yourtchenko1-1/+1
2017-06-21NAT64: custom prefixMatus Fabian8-72/+658
2017-06-21memif: minor changes in memif.hDamjan Marion2-16/+20
2017-06-21Add option to create clib_socket with group write permissionsDamjan Marion3-1/+14
2017-06-21Add knob to specify effective group id (gid) for VPP processDamjan Marion3-0/+36
2017-06-21ARP: ignore non-connected routes and non-interface sources when determing if ...Neale Ranns3-35/+174
2017-06-21acl-plugin: fix coverity error 171135Andrew Yourtchenko1-0/+2
2017-06-21acl-plugin: vat: acl_interface_list_dump confusing/incorrect output in case n...Andrew Yourtchenko1-2/+2
2017-06-21L2-VTR: add vtr testsEyal Bari4-65/+455
2017-06-20vlib: make runtime_data handling thread-localIgor Mikhailov (imichail)1-16/+26
2017-06-20Parenthesize the usage of the macro argument within vec_search() macro defini...Andrew Yourtchenko1-1/+1
2017-06-20SNAT: unknow protocol hairpinning fixMatus Fabian2-3/+58
2017-06-20VPP-879 MAP: s/u32 is_add/u8 is_add in map.apiOle Troan1-1/+1
2017-06-19L2FWD:fix seq_num overwritten + validate l2fib entries when forwardingEyal Bari9-59/+99