- ee55198 Fix vnet_interface_counters API definition by Aloys Augustin · 8 years ago
- 08b1648 Fix FIB recursion loops via cover (VPP-842) by Neale Ranns · 8 years ago
- b5c13fd Validate ip6 interface fib tables early on by Florin Coras · 8 years ago
- 6a5be21 dpdk: bump to dpdk 17.05 by Damjan Marion · 8 years ago
- 11c0549 Handle RST of TCP connections in SYN-RCVD state, VPP-822 by Florin Coras · 8 years ago
- 460ba3d Allow to override the build date by Bernhard M. Wiedemann · 8 years ago
- abce509 vnet: introduce error state for sw interfaces by Damjan Marion · 8 years ago
- f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
- e5f1d27 Multi-thread enablement for the debug cli http server by Dave Barach · 8 years ago
- 0f68c79 Add crc32c inline function, allows compilation on 32-bit systems by Damjan Marion · 8 years ago
- 4fb27ee dpdk: refactor interface speed detection by Damjan Marion · 8 years ago
- df82ec8 Make reproducible build possible by Marco Varlese · 8 years ago
- e3a395c device: Add callback for set interface rx-mode by Steven · 8 years ago
- cfe0fc9 SNAT: move API code to separate file by Matus Fabian · 8 years ago
- bde5523 vppinfra: optimize and simplify splat inline functions by Damjan Marion · 8 years ago
- db84e57 Improve TCP option handling, VPP-757 by Florin Coras · 8 years ago
- 1015a1e Builtin debug cli http server by Dave Barach · 8 years ago
- dc629cd Ignore data in RST segments, VPP-723 by Florin Coras · 8 years ago
- 4aa586f Produce vpp_papi*.egg for virtual environments by Igor Mikhailov (imichail) · 8 years ago
- e6c5941 dpdk: refactor setup, start, stop code by Damjan Marion · 8 years ago
- 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
- b0972cb API support for IPsec tunnel interface creation by Matthew Smith · 8 years ago
- 229a6b7 Add missing format_ip6_address() functions to plugin_api. by Jon Loeliger · 8 years ago
- f6d68ed Add support for tcp/session buffer chains by Florin Coras · 8 years ago
- 1ea82df dpdk: use speed_capa to detect i40e device speed by Damjan Marion · 8 years ago
- 3c785e0 vlib: do not unbind devices already bound to vfio-pci by Damjan Marion · 8 years ago
- 7537e71 L2FIB:CLI/API to flush all non-static entries by Eyal Bari · 8 years ago
- 57d7dbc Avoid active connection prevent timeout of idle conns after it by Andrew Yourtchenko · 8 years ago
- 9e79be2 Remove L2 GPE interface from bridge when deleting, VPP-833 by Florin Coras · 8 years ago
- c834341 Include TCP options in segment size computation by Florin Coras · 8 years ago
- 3af90fc Fix TCP loss recovery, VPP-745 by Florin Coras · 8 years ago
- 9e3e361 Fix mac check issue for vitual tunnel interface with no mac address by Hongjun Ni · 8 years ago
- d48c8eb Fix L2FIB learn counter and memory cleanup of mac_by_ip6 hash table by John Lo · 8 years ago
- b1291e2 ip6_to_ip4.h coverity fix by Matus Fabian · 8 years ago
- 5d73eec First commit SR MPLS by Pablo Camarillo · 8 years ago
- a774b53 NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (VPP-708) by Matus Fabian · 8 years ago
- da7567c Fixes and improvements in session hashtable keys by Clement Durand · 8 years ago
- 68c74fc Fix coverity issue by Filip Tehlar · 8 years ago
- cf121c8 LISP: group mapping records in map-register message by Filip Tehlar · 8 years ago
- 816f437 Fix vnet unit tests by Filip Tehlar · 8 years ago
- afc47aa L2FIB:flush interface learned macs on down by Eyal Bari · 8 years ago
- e72be39 A sprinkling of const in vlibmemory/api.h and friends by Neale Ranns · 8 years ago
- 9e35552 change ip4_drop_node node register coding format by flyingeagle23 · 8 years ago
- 1c7d485 Prevent Bridge Domain operations on BD 0. by Jon Loeliger · 8 years ago
- 41da54f Use per-protocol default flow-hash config when the FIB table index is not known by Neale Ranns · 8 years ago
- 4269098 Fix TCP tx when snd_wnd < smss by Florin Coras · 8 years ago
- f3bcdbf BFD: don't crash if interface is deleted by Klement Sekera · 8 years ago
- 5d85f2d Allow local/for-us replications for IP multicast routes on the CLI by Neale Ranns · 8 years ago
- 4403690 Add interface rx mode commands, unify rx mode and placement CLI by Damjan Marion · 8 years ago
- c12311b dpdk: remove unused code by Damjan Marion · 8 years ago
- c28764f TCP ooo reception fixes by Florin Coras · 8 years ago
- 63c7e14 dpdk: cryptodev support enabled by default by Sergio Gonzalez Monroy · 8 years ago
- 69186d9 Fix hostname fencepost error in dhcp_compl_event_callback. by Jon Loeliger · 8 years ago
- c855b73 af_packet: reflect admin device state on host by Ray Kinsella · 8 years ago
- d77630a Fix memory leak on deletion of BD (bridge domain) by John Lo · 8 years ago
- 5445f5f vhost: Disallow duplicate path name for vhost interface by Steven · 8 years ago
- c903793 dpdk: cleanup, move APIs to separate .c file by Damjan Marion · 8 years ago
- facee28 LISP: fix deleting of locators, VPP-713 by Filip Tehlar · 8 years ago
- 1e19ee4 VPP-716: IKEv2 responder fails to authenticate initiator by Matthew Smith · 8 years ago
- f7e655d CGN: Send ICMP error packet if user is out of sessions available by Martin Gálik · 8 years ago
- 3ef1671 vnet: update help message for intfc state by Ray Kinsella · 8 years ago
- 851a37a ioam: adding missing setup api msg crc table by Shwetha Bhandari · 8 years ago
- 31d4348 japi: fix compilation on 32-bit systems by Damjan Marion · 8 years ago
- a07779f [VPP-711] uri_tcp_test when master bind fail we met a display issue about retval by flyingeagle23 · 8 years ago
- e8146b0 [VPP-710] tcp TCP_TIMER_ESTABLISH timeout_handler occur segment fault by flyingeagle23 · 8 years ago
- bed5489 vhost: Fix mmap size calculation by Pierre Pfister · 8 years ago
- 4174886 vhost: core dump on quit with worker threads by Steven · 8 years ago
- 227038a IP Flow Hash Config fixes by Neale Ranns · 8 years ago
- 9806eae CGN: Session dump, test naming for ports fixed by Martin Gálik · 8 years ago
- 6bc8c64 CGNAT: close session API and CLI commands. by Martin Gálik · 8 years ago
- c9fc77c Exit if plugin load attempt fail by Damjan Marion · 8 years ago
- 82b13a8 Session/tcp coverity fixes by Florin Coras · 8 years ago
- 11b8dbf "autoreply" flag: autogenerate standard xxx_reply_t messages by Dave Barach · 8 years ago
- 45d3496 Add sack tx unit test by Florin Coras · 8 years ago
- 68d2e24 LISP: clean DP when deleting locators in use by Filip Tehlar · 8 years ago
- 36c1308 Fix structure alignment with 32-bit pointers by Damjan Marion · 8 years ago
- 6ce2232 Define cache line size for x86 32-bit by Damjan Marion · 8 years ago
- b1352ed BD:unify bridge domain creation code by Eyal Bari · 8 years ago
- 86326da BFD: disable gcc6 warnings in helper macros by Klement Sekera · 8 years ago
- 5312942 vhost: remove socket linked file when deleting vhost interface by Steven · 8 years ago
- 6368151 Debug CLI to magically create / delete a TCP session by Dave Barach · 8 years ago
- f12a83f Improve Load-Balance MAPs by Neale Ranns · 8 years ago
- a546481 Session layer improvements by Florin Coras · 8 years ago
- bc66a91 Fix multicast enable on the bonded interface by Steve Shin · 8 years ago
- 77819f6 [VPP-703]uri_tcp_test segment fault when mp->retval reply -30 by flyingeagle23 · 8 years ago
- db42b7b [VPP-704]./uri_tcp_test slave , uri test segment fault by flyingeagle23 · 8 years ago
- e212506 [vpp-705]uri_cli issue:show session get nothing tips when session management disable by flyingeagle23 · 8 years ago
- 9c2b9f4 vlib: add cli command to dump all CLI commands by Damjan Marion · 8 years ago
- 658efd2 vppinfra: clib_memcpy improvement by Ray Kinsella · 8 years ago
- 2f2db1c CGN: IPFIX logging by Matus Fabian · 8 years ago
- 5fec1e8 vpp-api: rename libpneum to libvppapiclient by Damjan Marion · 8 years ago
- 686c1c8 Extend ebuild to specify "configure" subdir, enable verify for sample-plugin by Damjan Marion · 8 years ago
- f1ff5ff Temporary workaround for the bug VPP-698. by Milan Lenco · 8 years ago
- 24beb84 Clean up old datapath code in ACL plugin. by Andrew Yourtchenko · 8 years ago
- 2a3ea49 Learn IP6 link-local ND entries from NSs sourced from link-local address by Neale Ranns · 8 years ago
- c06eeb0 Fix "make dist" to include version number, docouple it from rpm packaging by Damjan Marion · 8 years ago
- b59a705 Add more svm fifo unit tests by Florin Coras · 8 years ago
- d367768 Support ping from outside network in 1:1 NAT (VPP-695) by Juraj Sloboda · 8 years ago
- 994dab4 Memory leak in load-balance maps by Neale Ranns · 8 years ago
- e7b6734 ACL-plugin does not match UDP next-header, VPP-687 by Pavel Kotucek · 8 years ago