1. 1f36a93 dpdk: fix mempool size calculation by Damjan Marion · 7 years ago
  2. ac1a728 jvpp: adding callbacks for all messages (VPP-914) by Matej Perina · 7 years ago
  3. d91c1db punt and drop features: by Neale Ranns · 7 years ago
  4. 7504e99 API versioning: Fix coverity errors from strncpy() by Ole Troan · 7 years ago
  5. 8edad03 IP neighbour move incorrectly placed jump label by Neale Ranns · 7 years ago
  6. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  7. 87da476 NAT: hairpinning rework (VPP-1003) by Matus Fabian · 7 years ago
  8. deabc7f NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008) by Matus Fabian · 7 years ago
  9. 56a8684 fix buffer allocation for sparse jumbo frames in vhost by Pierre Pfister · 7 years ago
  10. c2e63fe Allow use of /etc/os-release file by Marco Varlese · 7 years ago
  11. e9aebf9 Coverity fixes for API socket by Chris Luke · 7 years ago
  12. f7f809c VCL: add epoll_* functions. by Dave Wallace · 7 years ago
  13. 4cd2576 tuntap: Introduce per thread structure to suport multi-threads by Steven · 7 years ago
  14. b598f1d Initial GENEVE TUNNEL implementation and tests. by Marco Varlese · 7 years ago
  15. 4e5ceef Separate CP and DP fib table for PPPoE by Hongjun Ni · 7 years ago
  16. db93cd9 dpdk/ipsec: rework plus improved cli commands by Sergio Gonzalez Monroy · 7 years ago
  17. 7939f90 Clean up "show api ring" debug CLI by Dave Barach · 7 years ago
  18. 6f63115 Distributed Virtual Router Support by Neale Ranns · 7 years ago
  19. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  20. d867a7c Set MAC address needs the HW interface index by Neale Ranns · 7 years ago
  21. 206243c dpdk: use vpp physmem allocator for dpdk buffers by Damjan Marion · 7 years ago
  22. 7b7ba57 Dump of deag/lookup routes has is_drop=1 (VPP-995) by Neale Ranns · 7 years ago
  23. 9fefa9a memif: crash on slave mode by Steven · 7 years ago
  24. 3eab064 VPP-1001 - update AF Packet Driver to for modern kernels by Anton Ivanov · 7 years ago
  25. 2802953 Add API support to dump IPsec SAs by Matthew Smith · 7 years ago
  26. 780fc39 api: fix internal client registrations by Florin Coras · 7 years ago
  27. 5a6508d Update L2FIB entry timestamp only if BD aging enabled (VPP-1002) by John Lo · 7 years ago
  28. a096f2d tcp: updates to connection closing procedure (VPP-996) by Florin Coras · 7 years ago
  29. b4d3c96 jvpp: added logs for sending and receiving event messages (VPP-982) by Matej Perina · 7 years ago
  30. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  31. 35ffa3e Propagate duplicate IF addr add/del error up to API. by Jon Loeliger · 7 years ago
  32. 24db0ec L2-FIB:add mac learn events test by Eyal Bari · 7 years ago
  33. 0ff5c56 cdp/lldp: punt for no buffer by Steven · 7 years ago
  34. 905e250 C++ API: remove deprecated throw lists by Klement Sekera · 7 years ago
  35. 958b750 drop python3 dependency by Klement Sekera · 7 years ago
  36. a3bae4e Update package version by Florin Coras · 7 years ago
  37. 64ebb5f General documentation updates by Chris Luke · 7 years ago
  38. 4ff586d tun/tap: Bad packets sent to kernel via tun/tap interface by Steven · 7 years ago
  39. 75a17ec VPP-990 remove registered handler if control ping fails by Matej Perina · 7 years ago v18.01-rc0
  40. a4980b8 LISP: add API handlers for set/get transport protocol by Filip Tehlar · 7 years ago
  41. 535f0bf VLAN support on host(af-packet) interface. by Akshaya N · 7 years ago
  42. 45c40db Fix: unnecesary uio binding for Mellanox NIC by Steve Shin · 7 years ago
  43. 879ace3 Various fixes for issues found by Coverity (VPP-972) by Chris Luke · 7 years ago
  44. 987abe9 acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it. by Andrew Yourtchenko · 7 years ago
  45. 84275e9 tcp: update snd_nxt after congestion recovery by Florin Coras · 7 years ago
  46. 69128d0 Add thread-safe event signaller, use RPC where required by Dave Barach · 7 years ago
  47. 7865b5c NAT: remove worker_by_in lookup hash table (VPP-992) by Matus Fabian · 7 years ago
  48. fc4510b Memory overwritten when using unformat %u (VPP-987) by Aequitas · 7 years ago
  49. f1762d6 tcp: do not sample rtt for retransmitted segments by Florin Coras · 7 years ago
  50. 95524c3 acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vector elements by Andrew Yourtchenko · 7 years ago
  51. 0c6fb53 Fix usage string for vat by Jerome Tollet · 7 years ago
  52. 7e9743a Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down by John Lo · 7 years ago
  53. 905c14a Add binary API documentation by Dave Barach · 7 years ago
  54. 41fef50 NAT: session number limitation to avoid running out of memory crash (VPP-984) by Matus Fabian · 7 years ago
  55. b66201f Fix vpp "unix interactive" when running under emacs + gdb by Dave Barach · 7 years ago
  56. 35df2e1 vhost-user: fix link-up status by Yoann Desmouceaux · 7 years ago
  57. 9969a32 acl-plugin: remove the clib_warning "ACL enabling..." by Andrew Yourtchenko · 7 years ago
  58. c125ecc IP-MAC,ND:wildcard events,fix sending multiple events by Eyal Bari · 7 years ago
  59. 03add7f vppctl,cli: Improve non-interactive vppctl (VPP-944) by Chris Luke · 7 years ago
  60. ed3c160 NAT: remove worker_by_out lookup hash table (VPP-989) by Matus Fabian · 7 years ago
  61. 0e49568 session: store tep port in net order by Florin Coras · 7 years ago
  62. 392206e Improve API message handler re-registration check by Dave Barach · 7 years ago
  63. 6492964 LISP: add debug cli for neighbor discovery by Filip Tehlar · 7 years ago
  64. 561ae0a CLI: fix segfault when browsing an empty history by Yoann Desmouceaux · 7 years ago
  65. 6b297aa TCP: fix "tcp src-address" command with IPv6 by Yoann Desmouceaux · 7 years ago
  66. 7fe51f3 tcp: add option to punt traffic by Pierre Pfister · 7 years ago
  67. 609707e Fix DHCP client so it works for worker threads by John Lo · 7 years ago
  68. 1bfd372 Add ip6-local feature arc by Pierre Pfister · 7 years ago
  69. 4619e19 NAT: don't call ipfix rpc when disabled (VPP-988) by Matus Fabian · 7 years ago
  70. 092b3cd NAT: move session and user lookup tables to per thread data (VPP-986) by Matus Fabian · 7 years ago
  71. f22f07d format_sockaddr: add trivial support for AF_LOCAL sockets by Dave Barach · 7 years ago
  72. dc15be2 Add C++ API by Klement Sekera · 8 years ago
  73. 9d06304 session/tcp: improve preallocated segment handling by Florin Coras · 7 years ago
  74. caac350 Treat label=0 as an invalid next-hop-via-label by Neale Ranns · 7 years ago
  75. 0587999 LISP: support for neighbor discovery by Filip Tehlar · 7 years ago
  76. 02e14b5 Set RX sw_if_index on decrypted routed IPsec buffers by Matthew Smith · 7 years ago
  77. 44f8131 Fix MPLS table create CLI by Neale Ranns · 7 years ago
  78. 8f2a4ea Add new C API by Klement Sekera · 8 years ago
  79. f4215a6 Implement VXLAN encap tx checksum offload by John Lo · 7 years ago
  80. 057704e ACL plugin enable macip for ip4/ip6 traffic by Pavel Kotucek · 7 years ago
  81. 8d66f9d Remove associated lisp-gpe entries when removing lisp local mapping. by Alberto Rodriguez-Natal · 7 years ago
  82. b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
  83. 2019748 L2BD,ARP-TERM:fix arp query report mechanism+test by Eyal Bari · 7 years ago
  84. bb7f0f6 ACL-plugin: fix coverity issue by Pavel Kotucek · 7 years ago
  85. 1948161 Add multi-vm Vagrantfile for vcl-test. by Dave Wallace · 7 years ago
  86. a0a1083 dpdk: display EAL init args on startup by Damjan Marion · 7 years ago
  87. 2f9b0c0 dpdk: cli to check for buffer leakage by Florin Coras · 7 years ago
  88. 3e23367 jvpp: add vpe_pid to ConnectionInfo by Matej Perina · 7 years ago
  89. 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
  90. 50570ec Update of free text tag patch for BD by Jerome Tollet · 7 years ago
  91. d5b1b85 Modify return value of snat_out2in_lb(VPP-985) by dongjuan · 7 years ago
  92. f49921f clib_socket: add sendmsg / recvmsg with ancillary data support by Damjan Marion · 7 years ago
  93. daf5162 NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981) by Matus Fabian · 7 years ago
  94. 831fb59 Stats refactor by Keith Burns (alagalah) · 7 years ago
  95. a4393be gpe: initialize fib index for native forward entries by Florin Coras · 7 years ago
  96. 2297af0 Add a name to the creation of an IP and MPLS table by Neale Ranns · 7 years ago
  97. 49fe046 API message table inspection utilities by Dave Barach · 7 years ago
  98. 9641f01 devices: Fix coverity discovered 9/13/2017 by Steven · 7 years ago
  99. c4a5154 lb_vip_command_fn param redundancy when unformat ip address(VPP-977) by flyingeagle23 · 7 years ago
  100. aeedf26 STATS: Refactor missed adding messages to CRC dictionary. by Ole Troan · 7 years ago