aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-31Fix set interface mac address API to be endian neutralJohn Lo4-16/+10
2017-10-31VPP PAPI: Error in unserializer for non-array compound types.Ole Troan1-0/+1
2017-10-31LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24Filip Tehlar13-72/+888
2017-10-31l2fib: MAC: Fix uint64 to u8 byte arrayMohsin Kazmi7-70/+55
2017-10-31Fix typo (double unlock)Dave Barach1-2/+1
2017-10-31physmem: register region with IOMMUDamjan Marion1-0/+57
2017-10-31Refactor IP input checks for re-use at MPLS dispositionNeale Ranns5-277/+465
2017-10-31lb plugin tests - wipe flowtable after each unit testGabriel Ganne1-0/+38
2017-10-30Minor copyedit fixes to ACL Hash doc.Jon Loeliger1-7/+6
2017-10-30Add the bihash_vec8_8 variantDave Barach3-3/+435
2017-10-30Remove old Python vppctl scriptChris Luke2-136/+0
2017-10-30LISP: improve updating the dataplne when locators changeFilip Tehlar5-28/+74
2017-10-30jvpp: bugfix for deadlock in java future API (VPP-1037)Matej3-72/+160
2017-10-30vcl: fix compiling on newer systemsDamjan Marion1-0/+3
2017-10-29devices: Add binary API for set interface <interface> rx-modeSteven5-18/+150
2017-10-29session: fix coverity warningsFlorin Coras2-7/+12
2017-10-28session: rules tablesFlorin Coras25-16/+2218
2017-10-27Fix for vppctl and interactive commands (VPP-1038)Chris Luke1-3/+7
2017-10-27session: instantiate appns lookup table only onceFlorin Coras2-7/+11
2017-10-27LDPRELOAD: Fix out-of-scope variable coverity errorSteven1-2/+1
2017-10-27acl-plugin: increase the amount of memory for classifier tables used by MACIP...Andrew Yourtchenko1-1/+1
2017-10-26VCL: refactor session close / disconnect.Dave Wallace1-66/+60
2017-10-26VCL-LDPRELOAD: Fix more coverity warningsDave Wallace3-16/+22
2017-10-26VCL-LDPRELOAD: Fix CID 178251 & CID 178253Dave Wallace2-32/+47
2017-10-26Consolidate short_help for classify table with memory-sizeHongjun Ni1-0/+1
2017-10-26NAT: delete session API/CLI (VPP-1041)Matus Fabian4-0/+172
2017-10-26acl-plugin: refactor the "show acl-plugin" CLI, use vlib_cli_output() vs. for...Andrew Yourtchenko1-181/+194
2017-10-26session: swap appns secret to host byte orderFlorin Coras2-2/+2
2017-10-26fib test - fix undefined behavior warning found by clangGabriel Ganne3-3/+3
2017-10-26VCL: add session namespace support.Dave Wallace6-28/+175
2017-10-26Allow IPsec interface to have SAs resetMatthew Smith6-1/+177
2017-10-25VCL: Return data for recvfrom(MSG_PEEK)Steven1-11/+23
2017-10-25lldp: protection code to check a valid interface indexSteve Shin1-2/+9
2017-10-25VCL-LDPRELOAD: statically link VPP objects into libvcl_ldpreload.soDave Wallace3-16/+18
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion11-38/+79
2017-10-25Do not include x86intrin.h if unavailableGabriel Ganne1-0/+2
2017-10-25VPP-1033: Python API support arbitrary sized input parameters.Ole Troan1-13/+49
2017-10-25L3 proxy FIB source for container networkingAndrew Yourtchenko15-10/+382
2017-10-25One armed NAT (VPP-1035)Matus Fabian8-33/+289
2017-10-25VCL/LDPRELOAD: Add support for getsockopt, sendto, and recvfromSteven3-34/+194
2017-10-24VCL-LDPRELOAD: Fix coverity warnings.Dave Wallace3-12/+12
2017-10-24VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.soDave Wallace18-44/+9020
2017-10-24Update L2 header offset after VLAN tag rewriteNeale Ranns1-1/+3
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace65-46/+85
2017-10-23af_packet: invalid TCP/UDP offload checksum on RX node recalculationJakub Grajciar6-3/+171
2017-10-23VXLAN:small refactor to vxlan inputEyal Bari1-235/+175
2017-10-20Thread_index for thread0 in vlib_global_main not initialisedKeith Burns (alagalah)1-0/+1
2017-10-20VCL: Fix converity warning CID 177864Dave Wallace1-2/+2
2017-10-20VCL-LDPRELOAD: Refactor vcom_socket* and fix crash in vppcom_selectDave Wallace1-85/+98
2017-10-20Add reverse DNS (ip to name) resolutionDave Barach7-38/+402