- 1098046 dpdk: make dpdk global debug level configurable by Damjan Marion · 8 years ago
- 0eb874e LISP-GPE: add dump call for VNIs in use by Filip Tehlar · 8 years ago
- e60959a Fix GTP-U Coverity issues by Hongjun Ni · 8 years ago
- 01384fe API: Cleaning up message naming that does not follow the conventions by Ole Troan · 8 years ago
- bb292f4 Improve session debugging by Florin Coras · 8 years ago
- 95827e4 vhost: buffers leak and interface disable upon vring descriptor out of mmap by Steven · 8 years ago
- cada2a0 VPP-849: improve vnet classifier memory allocator performance by Dave Barach · 8 years ago
- 2038ad0 af_packet: set mac address support by Ray Kinsella · 8 years ago
- c7409dc mfib CLI bugs (VPP-852) by Neale Ranns · 8 years ago
- 9793477 Enforce Bridge Domain ID range to match 24-bit VNI range by John Lo · 8 years ago
- f264236 Remove nop code from session_manager_add_first_segment(). by Dave Wallace · 8 years ago
- 06d1101 Improve sack bytes accounting and testing by Florin Coras · 8 years ago
- 324fe29 acl-plugin: reject the too-short variable-length messages from clients (VPP-839) by Andrew Yourtchenko · 8 years ago
- ba7ddfe VPP-847: improve bihash template memory allocator performance by Dave Barach · 8 years ago
- 883a4bd ioam: configuration for SRv6 localsid (VPP-693) by shwethab · 8 years ago
- bfd9227 Add vl_msg_api_get_message_length[_inline] by Dave Barach · 8 years ago
- 3291eca dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05 by Damjan Marion · 8 years ago
- cb9ab47 VPP-719: Accept ARP replies from VRRP hw addr by Matthew Smith · 8 years ago
- 025d415 vhost: bad packet assembled from descriptor chaining by Steven · 8 years ago
- 01034be Use counters on ipsec tunnel interfaces by Matthew Smith · 8 years ago
- 0218ff9 Add ethernet type to support NSH over ethernet by Hongjun Ni · 8 years ago
- acd2a6a VPP-846: tcp perf / scale / hardening by Dave Barach · 8 years ago
- d5b6aa1 ARP learning fixes (VPP-843) by Neale Ranns · 8 years ago
- 259cdae Fixes to tcp active opens and reception by Dave Barach · 8 years ago
- f73dae3 Unneeded linking by Marco Varlese · 8 years ago
- 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago
- 92a838b ping command does not work when there is woker thread (VPP-844) by flyingeagle23 · 8 years ago
- 0a69734 Fix regression of setting device to admin-down state by John Lo · 8 years ago
- 7f5cc7c Place the vpp_papi*.egg file together with other build products. by Igor Mikhailov (imichail) · 8 years ago
- e04d09d Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del by Matthew Smith · 8 years ago
- 5c85f35 acl-plugin: unapply the ACLs if interface is being deleted by Andrew Yourtchenko · 8 years ago
- 90b2415 dpdk: Enable hardware CRC strip for Intel VFs by Damjan Marion · 8 years ago
- ef486b1 Add GTP-U plugin. VPP-694 by Hongjun Ni · 8 years ago
- e50ed1d memif: migrate memif to use vnet device infra APIs by Steven · 8 years ago
- 12059c9 dpdk: improve error handling during device initialization by Damjan Marion · 8 years ago
- 7bfa119 af_packet: support changing the mtu size by Ray Kinsella · 8 years ago
- ed76d5f jvpp: fix memory allocation for variable lenght messages (VPP-841) by Marek Gradzki · 8 years ago
- 0194f1a Fix builtin tcp client by Dave Barach · 8 years ago
- 2fb40f8 Add a missing byte-swap call in ACL intf dump. by Jon Loeliger · 8 years ago
- f195a56 [plugins/dpdk] Support for CLIB_HAVE_64 (aarch64) by Christophe Fontaine · 8 years ago
- 259fca7 L2BD/API:fix bd dump to ignore unknown bd_id by Eyal Bari · 8 years ago
- 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