aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-20null-terminate some formatted stringGabriel Ganne4-0/+19
2017-10-20add cuckoo hashKlement Sekera8-1/+2483
2017-10-19VCL: cleanup misc. issues in vppcomDave Wallace1-6/+10
2017-10-19Remove unused 'not_last' parameter from ip_add_del_routeMarek Gradzki3-10/+0
2017-10-19VPP-1024: rewrite buffer trajectory tracerDave Barach7-50/+161
2017-10-19VCL-LDPRELOAD: fix iperf3 socket_test.shDave Wallace2-35/+114
2017-10-18LISP: fix crash when sending NSH map-request message, ONE-32Filip Tehlar1-0/+3
2017-10-18Plugin for IP-Address to Interface PuntingPierre Pfister7-0/+872
2017-10-18VPP-930: add missing ntohl to send_ip6_fib_details(...)Dave Barach1-1/+1
2017-10-18ipsec: use boolean or vs. bitwise or to avoid compiler errorAndrew Yourtchenko2-6/+6
2017-10-18CSIT-844: fix binary api rx pthread heap push/popDave Barach4-7/+41
2017-10-17session: fix connect corner case crash.Dave Wallace1-17/+20
2017-10-17VPP-1032: fix coverity warningsDave Barach3-14/+25
2017-10-17Add API versioning to GENEVE tunnel implementation.Marco Varlese1-1/+3
2017-10-17session: return local transport endpoint in connect replyFlorin Coras4-1/+20
2017-10-16session: fix build when debugging is onFlorin Coras3-3/+3
2017-10-16udp: refactor udp codeFlorin Coras40-1243/+1941
2017-10-16DNS name resolver improvementsDave Barach4-31/+217
2017-10-16LISP: fix map-request counters, ONE-25Filip Tehlar1-6/+5
2017-10-16jvpp: stop plugin intialization on first mismatchMarek Gradzki9-12/+15
2017-10-16lb plugin - fix format() type mismatchesGabriel Ganne1-2/+3
2017-10-15VCL/LDPRELOAD: getpeername and getsocknameSteven1-12/+29
2017-10-15Fix minor issues in clib_spinlock_unlock()Dave Barach1-1/+3
2017-10-15ip: avoid arp assert if out of buffers (VPP-1030)Florin Coras1-0/+4
2017-10-15Revert "Enforce FIB table creation before use"Florin Coras6-14/+97