Age | Commit message (Expand) | Author | Files | Lines |
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-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 | 1 | -85/+98 |
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 | VCL: cleanup misc. issues in vppcom | Dave Wallace | 1 | -6/+10 |
2017-10-19 | Remove unused 'not_last' parameter from ip_add_del_route | Marek Gradzki | 3 | -10/+0 |
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 | 2 | -35/+114 |
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 | 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-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 | 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 | 1 | -12/+29 |
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 | 6 | -14/+97 |
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 | 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 | 9 | -12/+85 |
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 | 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 | 6 | -97/+14 |
2017-10-13 | acl-plugin: display "::" for INADDR6_ANY on ACL output | Steve Shin | 2 | -5/+10 |
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-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 | LLDP: Add Management Address TLV | Steve Shin | 8 | -28/+271 |
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-11 | Revert "VPP-1001 - update AF Packet Driver to for modern kernels" | Damjan Marion | 4 | -119/+10 |
2017-10-10 | Add VCL session get/set attributes api function. | Dave Wallace | 3 | -26/+193 |