aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-14NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023)Matus Fabian1-1/+1
2017-10-14change format_get_indent() to use u32 instead of uwordGabriel Ganne6-7/+8
2017-10-14Add API call to set keys on IPsec tunnel intfMatthew Smith3-0/+152
2017-10-14Source Lookup progammable via APINeale Ranns9-12/+85
2017-10-14vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)Steven1-2/+33
2017-10-14plugins/dpdk: align memory to avoid potential segfault and false sharingGeorgina Sheehan1-1/+1
2017-10-14VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handlerDave Barach2-4/+8
2017-10-13Enforce FIB table creation before useNeale Ranns6-97/+14
2017-10-13acl-plugin: display "::" for INADDR6_ANY on ACL outputSteve Shin2-5/+10
2017-10-13VPP-1027: DNS name resolverDave Barach14-9/+3205
2017-10-13acl-plugin: split the "show" commands and add an option to show ACLs by inter...Andrew Yourtchenko1-317/+407
2017-10-12VCL: Add SET_KEEPALIVE, SET_TCP_KEEPIDLE, and SET_TCP_KEEPINTVLSteven2-0/+12
2017-10-12dpdk/ipsec: coverity fixesSergio Gonzalez Monroy4-17/+28
2017-10-12LLDP: Add Management Address TLVSteve Shin8-28/+271
2017-10-12tcp: do not format sb if not established (VPP-1018)Florin Coras1-2/+3
2017-10-12VCL: Add REUSEADDR, BROADCAST, and V6ONLY to vppcom_session_attr APISteven2-1/+13
2017-10-11Revert "VPP-1001 - update AF Packet Driver to for modern kernels"Damjan Marion4-119/+10
2017-10-10Add VCL session get/set attributes api function.Dave Wallace3-26/+193
2017-10-10session: add support for application namespacingFlorin Coras43-793/+2927
2017-10-10dpdk: fix mempool size calculationDamjan Marion1-2/+3
2017-10-10jvpp: adding callbacks for all messages (VPP-914)Matej Perina21-147/+171
2017-10-10punt and drop features:Neale Ranns16-213/+1601
2017-10-10API versioning: Fix coverity errors from strncpy()Ole Troan2-2/+2
2017-10-09IP neighbour move incorrectly placed jump labelNeale Ranns1-2/+2
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach57-9/+260
2017-10-09NAT: hairpinning rework (VPP-1003)Matus Fabian4-16/+125
2017-10-09NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008)Matus Fabian3-31/+27
2017-10-09fix buffer allocation for sparse jumbo frames in vhostPierre Pfister1-1/+3
2017-10-09Allow use of /etc/os-release fileMarco Varlese1-1/+1