- 149ba77 vlib: add support for multiple buffer pools by Damjan Marion · 7 years ago
- a19d7b8 Do not include x86intrin.h if unavailable by Gabriel Ganne · 7 years ago
- 895b6e8 VPP-1033: Python API support arbitrary sized input parameters. by Ole Troan · 7 years ago
- 5f3fcb9 L3 proxy FIB source for container networking by Andrew Yourtchenko · 7 years ago
- 36ea2d6 One armed NAT (VPP-1035) by Matus Fabian · 7 years ago
- ac1f96d VCL/LDPRELOAD: Add support for getsockopt, sendto, and recvfrom by Steven · 7 years ago
- 60f5482 VCL-LDPRELOAD: Fix coverity warnings. by Dave Wallace · 7 years ago
- 5c7cf1c VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.so by Dave Wallace · 7 years ago
- 4c151b5 Update L2 header offset after VLAN tag rewrite by Neale Ranns · 7 years ago
- 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
- 92b0275 af_packet: invalid TCP/UDP offload checksum on RX node recalculation by Jakub Grajciar · 7 years ago
- fb66301 VXLAN:small refactor to vxlan input by Eyal Bari · 7 years ago
- 0bda0f4 Thread_index for thread0 in vlib_global_main not initialised by Keith Burns (alagalah) · 7 years ago
- 0fd6ad6 VCL: Fix converity warning CID 177864 by Dave Wallace · 7 years ago
- e22aa74 VCL-LDPRELOAD: Refactor vcom_socket* and fix crash in vppcom_select by Dave Wallace · 7 years ago
- d208015 Add reverse DNS (ip to name) resolution by Dave Barach · 7 years ago
- 3491d7f null-terminate some formatted string by Gabriel Ganne · 7 years ago
- 470a011 add cuckoo hash by Klement Sekera · 8 years ago
- 7876d39 VCL: cleanup misc. issues in vppcom by Dave Wallace · 7 years ago
- 0164a06 Remove unused 'not_last' parameter from ip_add_del_route by Marek Gradzki · 7 years ago
- 7bee773 VPP-1024: rewrite buffer trajectory tracer by Dave Barach · 7 years ago
- 9c4b5b2 VCL-LDPRELOAD: fix iperf3 socket_test.sh by Dave Wallace · 7 years ago
- 8d7a0b9 LISP: fix crash when sending NSH map-request message, ONE-32 by Filip Tehlar · 7 years ago
- 0906c5c Plugin for IP-Address to Interface Punting by Pierre Pfister · 7 years ago
- 0091611 VPP-930: add missing ntohl to send_ip6_fib_details(...) by Dave Barach · 7 years ago
- ec46b7c ipsec: use boolean or vs. bitwise or to avoid compiler error by Andrew Yourtchenko · 7 years ago
- cf5e848 CSIT-844: fix binary api rx pthread heap push/pop by Dave Barach · 7 years ago
- 965fec9 session: fix connect corner case crash. by Dave Wallace · 7 years ago
- b9f2cf0 VPP-1032: fix coverity warnings by Dave Barach · 7 years ago
- 556033a Add API versioning to GENEVE tunnel implementation. by Marco Varlese · 7 years ago
- ade70e4 session: return local transport endpoint in connect reply by Florin Coras · 7 years ago
- ec44e34 session: fix build when debugging is on by Florin Coras · 7 years ago
- 3cbc04b udp: refactor udp code by Florin Coras · 7 years ago
- 0cb01bd DNS name resolver improvements by Dave Barach · 7 years ago
- 5908e18 LISP: fix map-request counters, ONE-25 by Filip Tehlar · 7 years ago
- c7fc97a jvpp: stop plugin intialization on first mismatch by Marek Gradzki · 7 years ago
- f90813d lb plugin - fix format() type mismatches by Gabriel Ganne · 7 years ago
- 2199aab VCL/LDPRELOAD: getpeername and getsockname by Steven · 7 years ago
- fa77e8f Fix minor issues in clib_spinlock_unlock() by Dave Barach · 7 years ago
- d172a62 ip: avoid arp assert if out of buffers (VPP-1030) by Florin Coras · 7 years ago
- d0a5972 Revert "Enforce FIB table creation before use" by Florin Coras · 7 years ago
- 46ade03 NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023) by Matus Fabian · 7 years ago
- e3ea797 change format_get_indent() to use u32 instead of uword by Gabriel Ganne · 7 years ago
- 75d8560 Add API call to set keys on IPsec tunnel intf by Matthew Smith · 7 years ago
- 054c03a Source Lookup progammable via API by Neale Ranns · 7 years ago
- d772753 vhost: crash under heavy traffic condition due to memory corruption (VPP-1016) by Steven · 8 years ago
- 781b99d plugins/dpdk: align memory to avoid potential segfault and false sharing by Georgina Sheehan · 7 years ago
- 903651c VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler by Dave Barach · 7 years ago
- f934202 Enforce FIB table creation before use by Neale Ranns · 7 years ago
- 69cce16 acl-plugin: display "::" for INADDR6_ANY on ACL output by Steve Shin · 7 years ago
- 6545716 VPP-1027: DNS name resolver by Dave Barach · 7 years ago
- 7e55069 acl-plugin: split the "show" commands and add an option to show ACLs by interface by Andrew Yourtchenko · 7 years ago
- bccd339 VCL: Add SET_KEEPALIVE, SET_TCP_KEEPIDLE, and SET_TCP_KEEPINTVL by Steven · 7 years ago
- 2096063 dpdk/ipsec: coverity fixes by Sergio Gonzalez Monroy · 7 years ago
- 9a6fcef LLDP: Add Management Address TLV by Steve Shin · 7 years ago
- de70608 tcp: do not format sb if not established (VPP-1018) by Florin Coras · 7 years ago
- b5a1160 VCL: Add REUSEADDR, BROADCAST, and V6ONLY to vppcom_session_attr API by Steven · 7 years ago
- c517020 Revert "VPP-1001 - update AF Packet Driver to for modern kernels" by Damjan Marion · 7 years ago
- 35830af Add VCL session get/set attributes api function. by Dave Wallace · 7 years ago
- cea194d session: add support for application namespacing by Florin Coras · 7 years ago
- 1f36a93 dpdk: fix mempool size calculation by Damjan Marion · 7 years ago
- ac1a728 jvpp: adding callbacks for all messages (VPP-914) by Matej Perina · 7 years ago
- d91c1db punt and drop features: by Neale Ranns · 7 years ago
- 7504e99 API versioning: Fix coverity errors from strncpy() by Ole Troan · 7 years ago
- 8edad03 IP neighbour move incorrectly placed jump label by Neale Ranns · 7 years ago
- 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
- 87da476 NAT: hairpinning rework (VPP-1003) by Matus Fabian · 7 years ago
- deabc7f NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008) by Matus Fabian · 7 years ago
- 56a8684 fix buffer allocation for sparse jumbo frames in vhost by Pierre Pfister · 7 years ago
- c2e63fe Allow use of /etc/os-release file by Marco Varlese · 7 years ago
- e9aebf9 Coverity fixes for API socket by Chris Luke · 7 years ago
- f7f809c VCL: add epoll_* functions. by Dave Wallace · 7 years ago
- 4cd2576 tuntap: Introduce per thread structure to suport multi-threads by Steven · 7 years ago
- b598f1d Initial GENEVE TUNNEL implementation and tests. by Marco Varlese · 7 years ago
- 4e5ceef Separate CP and DP fib table for PPPoE by Hongjun Ni · 7 years ago
- db93cd9 dpdk/ipsec: rework plus improved cli commands by Sergio Gonzalez Monroy · 7 years ago
- 7939f90 Clean up "show api ring" debug CLI by Dave Barach · 7 years ago
- 6f63115 Distributed Virtual Router Support by Neale Ranns · 7 years ago
- d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
- d867a7c Set MAC address needs the HW interface index by Neale Ranns · 7 years ago
- 206243c dpdk: use vpp physmem allocator for dpdk buffers by Damjan Marion · 7 years ago
- 7b7ba57 Dump of deag/lookup routes has is_drop=1 (VPP-995) by Neale Ranns · 7 years ago
- 9fefa9a memif: crash on slave mode by Steven · 7 years ago
- 3eab064 VPP-1001 - update AF Packet Driver to for modern kernels by Anton Ivanov · 7 years ago
- 2802953 Add API support to dump IPsec SAs by Matthew Smith · 7 years ago
- 780fc39 api: fix internal client registrations by Florin Coras · 7 years ago
- 5a6508d Update L2FIB entry timestamp only if BD aging enabled (VPP-1002) by John Lo · 7 years ago
- a096f2d tcp: updates to connection closing procedure (VPP-996) by Florin Coras · 7 years ago
- b4d3c96 jvpp: added logs for sending and receiving event messages (VPP-982) by Matej Perina · 7 years ago
- 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
- 35ffa3e Propagate duplicate IF addr add/del error up to API. by Jon Loeliger · 7 years ago
- 24db0ec L2-FIB:add mac learn events test by Eyal Bari · 7 years ago
- 0ff5c56 cdp/lldp: punt for no buffer by Steven · 7 years ago
- 905e250 C++ API: remove deprecated throw lists by Klement Sekera · 7 years ago
- 958b750 drop python3 dependency by Klement Sekera · 7 years ago
- a3bae4e Update package version by Florin Coras · 7 years ago
- 64ebb5f General documentation updates by Chris Luke · 7 years ago
- 4ff586d tun/tap: Bad packets sent to kernel via tun/tap interface by Steven · 7 years ago
- 75a17ec VPP-990 remove registered handler if control ping fails by Matej Perina · 7 years ago v18.01-rc0
- a4980b8 LISP: add API handlers for set/get transport protocol by Filip Tehlar · 7 years ago