Age | Commit message (Expand) | Author | Files | Lines |
2017-10-18 | ipsec: use boolean or vs. bitwise or to avoid compiler error |  Andrew Yourtchenko | 2 | -6/+6 |
2017-10-18 | CSIT-844: fix binary api rx pthread heap push/pop |  Dave Barach | 4 | -7/+41 |
2017-10-17 | session: fix connect corner case crash. |  Dave Wallace | 1 | -17/+20 |
2017-10-17 | VPP-1032: fix coverity warnings |  Dave Barach | 3 | -14/+25 |
2017-10-17 | Initial commit for phase 2, Add some simple validation. |  John DeNisco | 4 | -8/+235 |
2017-10-17 | TEST,SPAN: add rx+tx span test |  Eyal Bari | 1 | -127/+78 |
2017-10-17 | VCL_LDPRELOAD: Add unit test scripts. |  Dave Wallace | 5 | -0/+160 |
2017-10-17 | VCL: refactor VCL_LDPRELOAD env vars. |  Dave Wallace | 2 | -6/+4 |
2017-10-17 | Add API versioning to GENEVE tunnel implementation. |  Marco Varlese | 1 | -1/+3 |
2017-10-17 | session: return local transport endpoint in connect reply |  Florin Coras | 4 | -1/+20 |
2017-10-17 | Update CSIT tests 171002 -> 171017 |  Jan Gelety | 1 | -1/+1 |
2017-10-16 | session: fix build when debugging is on |  Florin Coras | 3 | -3/+3 |
2017-10-16 | udp: refactor udp code |  Florin Coras | 40 | -1243/+1941 |
2017-10-16 | DNS name resolver improvements |  Dave Barach | 4 | -31/+217 |
2017-10-16 | LDPRELOAD: Remove hack code in getpeername |  Steven | 1 | -14/+0 |
2017-10-16 | LISP: fix map-request counters, ONE-25 |  Filip Tehlar | 1 | -6/+5 |
2017-10-16 | jvpp: stop plugin intialization on first mismatch |  Marek Gradzki | 9 | -12/+15 |
2017-10-16 | lb plugin - fix format() type mismatches |  Gabriel Ganne | 1 | -2/+3 |
2017-10-15 | VCL/LDPRELOAD: getpeername and getsockname |  Steven | 2 | -42/+39 |
2017-10-15 | Fix minor issues in clib_spinlock_unlock() |  Dave Barach | 1 | -1/+3 |
2017-10-15 | ip: avoid arp assert if out of buffers (VPP-1030) |  Florin Coras | 1 | -0/+4 |
2017-10-15 | Revert "Enforce FIB table creation before use" |  Florin Coras | 8 | -31/+101 |
2017-10-14 | NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023) |  Matus Fabian | 1 | -1/+1 |
2017-10-14 | change format_get_indent() to use u32 instead of uword |  Gabriel Ganne | 6 | -7/+8 |
2017-10-14 | Fix bug with temporary directory when building rpms. |  Thomas F Herbert | 1 | -1/+1 |
2017-10-14 | Deps added to Makefile must also be in spec file. |  Thomas F Herbert | 2 | -5/+7 |
2017-10-14 | Add API call to set keys on IPsec tunnel intf |  Matthew Smith | 3 | -0/+152 |
2017-10-14 | Source Lookup progammable via API |  Neale Ranns | 12 | -13/+201 |
2017-10-14 | vhost: crash under heavy traffic condition due to memory corruption (VPP-1016) |  Steven | 1 | -2/+33 |
2017-10-14 | plugins/dpdk: align memory to avoid potential segfault and false sharing |  Georgina Sheehan | 1 | -1/+1 |
2017-10-14 | Use AESNI=y only on x86_64 machines |  Brian Brooks | 1 | -0/+6 |
2017-10-14 | VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler |  Dave Barach | 2 | -4/+8 |
2017-10-13 | Enforce FIB table creation before use |  Neale Ranns | 8 | -101/+31 |
2017-10-13 | acl-plugin: display "::" for INADDR6_ANY on ACL output |  Steve Shin | 2 | -5/+10 |
2017-10-13 | LDPRELOAD: Add TCP_KEEPIDLE, TCP_KEEPINTVL, and SO_KEEPALIVE |  Steven | 1 | -9/+32 |
2017-10-13 | VPP-1027: DNS name resolver |  Dave Barach | 14 | -9/+3205 |
2017-10-13 | acl-plugin: split the "show" commands and add an option to show ACLs by inter... |  Andrew Yourtchenko | 1 | -317/+407 |
2017-10-13 | LDPRELOAD: Add ioctl, fcntl, and setsockopt support |  Steven | 6 | -32/+255 |
2017-10-12 | VCL: Add SET_KEEPALIVE, SET_TCP_KEEPIDLE, and SET_TCP_KEEPINTVL |  Steven | 2 | -0/+12 |
2017-10-12 | dpdk/ipsec: coverity fixes |  Sergio Gonzalez Monroy | 4 | -17/+28 |
2017-10-12 | libmemif: Add memif_cancel_poll_event() + bug fixing. |  Milan Lenco | 3 | -30/+78 |
2017-10-12 | Remove libsubunit 'dependency' for openSUSE and fix NASM |  Marco Varlese | 2 | -3/+14 |
2017-10-12 | LLDP: Add Management Address TLV |  Steve Shin | 8 | -28/+271 |
2017-10-12 | Add support for packaging SUSE RPMs. |  Marco Varlese | 2 | -0/+384 |
2017-10-12 | tcp: do not format sb if not established (VPP-1018) |  Florin Coras | 1 | -2/+3 |
2017-10-12 | VCL: Add REUSEADDR, BROADCAST, and V6ONLY to vppcom_session_attr API |  Steven | 2 | -1/+13 |
2017-10-12 | Initial push of vcl-ldpreload to extras |  Keith Burns (alagalah) | 14 | -0/+8327 |
2017-10-11 | Revert "VPP-1001 - update AF Packet Driver to for modern kernels" |  Damjan Marion | 4 | -119/+10 |
2017-10-11 | test: retry 3 times if test fails during verify |  Damjan Marion | 1 | -1/+1 |
2017-10-11 | Redhat and small system support |  John DeNisco | 23 | -0/+6148 |