Age | Commit message (Expand) | Author | Files | Lines |
2017-10-26 | fib test - fix undefined behavior warning found by clang | Gabriel Ganne | 3 | -3/+3 |
2017-10-26 | 17.10 Release Notes | Florin Coras | 1 | -0/+251 |
2017-10-26 | VCL: add session namespace support. | Dave Wallace | 7 | -52/+231 |
2017-10-26 | Allow IPsec interface to have SAs reset | Matthew Smith | 6 | -1/+177 |
2017-10-25 | opensuse support: reworked SUSE DEPS variables | Marco Varlese | 1 | -6/+14 |
2017-10-25 | VCL: Return data for recvfrom(MSG_PEEK) | Steven | 1 | -11/+23 |
2017-10-25 | lldp: protection code to check a valid interface index | Steve Shin | 1 | -2/+9 |
2017-10-25 | VCL-LDPRELOAD: statically link VPP objects into libvcl_ldpreload.so | Dave Wallace | 3 | -16/+18 |
2017-10-25 | VCL: Fix vcl test scripts to check vcl.am instead of uri.am | Dave Wallace | 2 | -2/+2 |
2017-10-25 | vlib: add support for multiple buffer pools | Damjan Marion | 11 | -38/+79 |
2017-10-25 | Do not include x86intrin.h if unavailable | Gabriel Ganne | 1 | -0/+2 |
2017-10-25 | VPP-1033: Python API support arbitrary sized input parameters. | Ole Troan | 6 | -25/+96 |
2017-10-25 | L3 proxy FIB source for container networking | Andrew Yourtchenko | 16 | -10/+513 |
2017-10-25 | One armed NAT (VPP-1035) | Matus Fabian | 9 | -35/+429 |
2017-10-25 | VCL/LDPRELOAD: Add support for getsockopt, sendto, and recvfrom | Steven | 3 | -34/+194 |
2017-10-24 | VCL-LDPRELOAD: Fix coverity warnings. | Dave Wallace | 3 | -12/+12 |
2017-10-24 | VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.so | Dave Wallace | 29 | -424/+157 |
2017-10-24 | Update L2 header offset after VLAN tag rewrite | Neale Ranns | 1 | -1/+3 |
2017-10-24 | fix test_lb_ip4_gre6() cleanup | Gabriel Ganne | 1 | -1/+1 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 65 | -46/+85 |
2017-10-23 | af_packet: invalid TCP/UDP offload checksum on RX node recalculation | Jakub Grajciar | 6 | -3/+171 |
2017-10-23 | VXLAN:small refactor to vxlan input | Eyal Bari | 1 | -235/+175 |
2017-10-21 | test bfd - DPO_PROTO_IP6 is part of DpoProto | Gabriel Ganne | 1 | -2/+2 |
2017-10-20 | Thread_index for thread0 in vlib_global_main not initialised | Keith Burns (alagalah) | 1 | -0/+1 |
2017-10-20 | VCL: Fix converity warning CID 177864 | Dave Wallace | 1 | -2/+2 |
2017-10-20 | VCL-LDPRELOAD: Refactor vcom_socket* and fix crash in vppcom_select | Dave Wallace | 3 | -174/+190 |
2017-10-20 | Add reverse DNS (ip to name) resolution | Dave Barach | 7 | -38/+402 |
2017-10-20 | null-terminate some formatted string | Gabriel Ganne | 4 | -0/+19 |
2017-10-20 | add cuckoo hash | Klement Sekera | 8 | -1/+2483 |
2017-10-19 | LD_PRELOAD poll implementation | shrinivasan ganapathy | 7 | -4/+748 |
2017-10-19 | VCL: cleanup misc. issues in vppcom | Dave Wallace | 1 | -6/+10 |
2017-10-19 | vcl-ldpreload: test script enhancements | Dave Wallace | 4 | -0/+59 |
2017-10-19 | make test: control sanity via SANITY=yes|no option | Klement Sekera | 1 | -2/+11 |
2017-10-19 | Add GENEVE tunnel maintainer. | Marco Varlese | 1 | -0/+4 |
2017-10-19 | Remove unused 'not_last' parameter from ip_add_del_route | Marek Gradzki | 4 | -17/+2 |
2017-10-19 | VPP-1024: rewrite buffer trajectory tracer | Dave Barach | 7 | -50/+161 |
2017-10-19 | VCL-LDPRELOAD: fix iperf3 socket_test.sh | Dave Wallace | 3 | -50/+114 |
2017-10-18 | TEST,SPAN:add broadcast+QiniQ tests | Eyal Bari | 1 | -67/+137 |
2017-10-18 | LISP: fix crash when sending NSH map-request message, ONE-32 | Filip Tehlar | 1 | -0/+3 |
2017-10-18 | Plugin for IP-Address to Interface Punting | Pierre Pfister | 7 | -0/+872 |
2017-10-18 | VPP-930: add missing ntohl to send_ip6_fib_details(...) | Dave Barach | 1 | -1/+1 |
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 |