1. f7f809c VCL: add epoll_* functions. by Dave Wallace · 7 years ago
  2. 4cd2576 tuntap: Introduce per thread structure to suport multi-threads by Steven · 7 years ago
  3. b598f1d Initial GENEVE TUNNEL implementation and tests. by Marco Varlese · 7 years ago
  4. 4e5ceef Separate CP and DP fib table for PPPoE by Hongjun Ni · 7 years ago
  5. db93cd9 dpdk/ipsec: rework plus improved cli commands by Sergio Gonzalez Monroy · 7 years ago
  6. 7939f90 Clean up "show api ring" debug CLI by Dave Barach · 7 years ago
  7. 6f63115 Distributed Virtual Router Support by Neale Ranns · 7 years ago
  8. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  9. 9bce0f6 Packages dependencies: added clang3_8 and indent packages by Marco Varlese · 7 years ago
  10. 6b6bd9d checkstyle: add clang-format dependency, fix bug by Klement Sekera · 7 years ago
  11. d867a7c Set MAC address needs the HW interface index by Neale Ranns · 7 years ago
  12. 206243c dpdk: use vpp physmem allocator for dpdk buffers by Damjan Marion · 7 years ago
  13. 7b7ba57 Dump of deag/lookup routes has is_drop=1 (VPP-995) by Neale Ranns · 7 years ago
  14. e2a4f07 libmemif: memif_rx_burst fix by Jakub Grajciar · 7 years ago
  15. 9fefa9a memif: crash on slave mode by Steven · 7 years ago
  16. 62549fe Update CSIT tests 170926 -> 171002 by Jan Gelety · 7 years ago
  17. 3eab064 VPP-1001 - update AF Packet Driver to for modern kernels by Anton Ivanov · 7 years ago
  18. 2802953 Add API support to dump IPsec SAs by Matthew Smith · 7 years ago
  19. 780fc39 api: fix internal client registrations by Florin Coras · 7 years ago
  20. 5a6508d Update L2FIB entry timestamp only if BD aging enabled (VPP-1002) by John Lo · 7 years ago
  21. c6038c9 L2FIB,TEST:add max macs in event test by eyal bari · 7 years ago
  22. a096f2d tcp: updates to connection closing procedure (VPP-996) by Florin Coras · 7 years ago
  23. b4d3c96 jvpp: added logs for sending and receiving event messages (VPP-982) by Matej Perina · 7 years ago
  24. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  25. 35ffa3e Propagate duplicate IF addr add/del error up to API. by Jon Loeliger · 7 years ago
  26. e2efd12 make test: Copy api_post_mortem.$$ file tmp test dir for archiving. by Dave Wallace · 7 years ago
  27. 24db0ec L2-FIB:add mac learn events test by Eyal Bari · 7 years ago
  28. 981fadf make test: Create link to failed test dir on timeout. by Dave Wallace · 7 years ago
  29. 25dc167 make test: archive failed test data with build logs. by Dave Wallace · 7 years ago
  30. d3e671e make test: fix/disable VAPI tests on centos by Klement Sekera · 7 years ago
  31. 0ff5c56 cdp/lldp: punt for no buffer by Steven · 7 years ago
  32. 905e250 C++ API: remove deprecated throw lists by Klement Sekera · 7 years ago
  33. 958b750 drop python3 dependency by Klement Sekera · 7 years ago
  34. a3bae4e Update package version by Florin Coras · 7 years ago
  35. 64ebb5f General documentation updates by Chris Luke · 7 years ago
  36. 4ff586d tun/tap: Bad packets sent to kernel via tun/tap interface by Steven · 7 years ago
  37. 75a17ec VPP-990 remove registered handler if control ping fails by Matej Perina · 7 years ago v18.01-rc0
  38. a4980b8 LISP: add API handlers for set/get transport protocol by Filip Tehlar · 7 years ago
  39. 535f0bf VLAN support on host(af-packet) interface. by Akshaya N · 7 years ago
  40. d51020c Update vagrant centos config to CentOS 7.4 by Dave Wallace · 7 years ago
  41. 45c40db Fix: unnecesary uio binding for Mellanox NIC by Steve Shin · 7 years ago
  42. 879ace3 Various fixes for issues found by Coverity (VPP-972) by Chris Luke · 7 years ago
  43. 987abe9 acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it. by Andrew Yourtchenko · 7 years ago
  44. a61d125 make test: clean ext binaries when doing test-wipe by Klement Sekera · 7 years ago
  45. 891c94d Update CSIT tests 1700906 -> 170926 by Jan Gelety · 7 years ago
  46. 625a9fa Fix SUSE dependencies to contemplate both python and python3 scripts. by Marco Varlese · 7 years ago
  47. 84275e9 tcp: update snd_nxt after congestion recovery by Florin Coras · 7 years ago
  48. 69128d0 Add thread-safe event signaller, use RPC where required by Dave Barach · 7 years ago
  49. 8a398bb checkstyle: ignore old clang-format (centos) by Klement Sekera · 7 years ago
  50. d94c3e5 make test: don't recompile ext if not needed by Klement Sekera · 7 years ago
  51. 6912a05 jvpp: lowering verbosity level for jvpp tests by Matej Perina · 7 years ago
  52. 7865b5c NAT: remove worker_by_in lookup hash table (VPP-992) by Matus Fabian · 7 years ago
  53. 51d2651 acl-plugin: test: move the API calls to vpp_papi_provider.py by Andrew Yourtchenko · 7 years ago
  54. fc4510b Memory overwritten when using unformat %u (VPP-987) by Aequitas · 7 years ago
  55. f91fe3b Fix Ubuntu java dependency regression. by Dave Wallace · 7 years ago
  56. d4c623e Vagrant fails if Vagrantfile is a symlink on Windows 10. by Dave Wallace · 7 years ago
  57. 3d67449 Refactor multi-host socket_test.sh for bare-metal. by Dave Wallace · 7 years ago
  58. f1762d6 tcp: do not sample rtt for retransmitted segments by Florin Coras · 7 years ago
  59. 95524c3 acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vector elements by Andrew Yourtchenko · 7 years ago
  60. 0c6fb53 Fix usage string for vat by Jerome Tollet · 7 years ago
  61. 7e9743a Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down by John Lo · 7 years ago
  62. 905c14a Add binary API documentation by Dave Barach · 7 years ago
  63. 41fef50 NAT: session number limitation to avoid running out of memory crash (VPP-984) by Matus Fabian · 7 years ago
  64. ba3c4e8 libmemif: Jumbo frames data/buffer length fix by Jakub Grajciar · 7 years ago
  65. dc33d4c openSUSE build fix by Marco Varlese · 7 years ago
  66. b66201f Fix vpp "unix interactive" when running under emacs + gdb by Dave Barach · 7 years ago
  67. 35df2e1 vhost-user: fix link-up status by Yoann Desmouceaux · 7 years ago
  68. 9969a32 acl-plugin: remove the clib_warning "ACL enabling..." by Andrew Yourtchenko · 7 years ago
  69. c125ecc IP-MAC,ND:wildcard events,fix sending multiple events by Eyal Bari · 7 years ago
  70. 03add7f vppctl,cli: Improve non-interactive vppctl (VPP-944) by Chris Luke · 7 years ago
  71. ed3c160 NAT: remove worker_by_out lookup hash table (VPP-989) by Matus Fabian · 7 years ago
  72. e6f3b46 Fix for ssl dependency on debian 9 by Anton Ivanov · 7 years ago
  73. 5349f94 Unpack into temporary directory with longer name. by Thomas F Herbert · 7 years ago
  74. 0e49568 session: store tep port in net order by Florin Coras · 7 years ago
  75. 392206e Improve API message handler re-registration check by Dave Barach · 7 years ago
  76. 6492964 LISP: add debug cli for neighbor discovery by Filip Tehlar · 7 years ago
  77. 561ae0a CLI: fix segfault when browsing an empty history by Yoann Desmouceaux · 7 years ago
  78. 6b297aa TCP: fix "tcp src-address" command with IPv6 by Yoann Desmouceaux · 7 years ago
  79. 7fe51f3 tcp: add option to punt traffic by Pierre Pfister · 7 years ago
  80. 440751b Use openssl 1.0 compat RPM for Fedora 26 and newer. by Thomas F Herbert · 7 years ago
  81. 609707e Fix DHCP client so it works for worker threads by John Lo · 7 years ago
  82. 1bfd372 Add ip6-local feature arc by Pierre Pfister · 7 years ago
  83. 4619e19 NAT: don't call ipfix rpc when disabled (VPP-988) by Matus Fabian · 7 years ago
  84. 092b3cd NAT: move session and user lookup tables to per thread data (VPP-986) by Matus Fabian · 7 years ago
  85. f22f07d format_sockaddr: add trivial support for AF_LOCAL sockets by Dave Barach · 7 years ago
  86. dc15be2 Add C++ API by Klement Sekera · 8 years ago
  87. 9d06304 session/tcp: improve preallocated segment handling by Florin Coras · 7 years ago
  88. caac350 Treat label=0 as an invalid next-hop-via-label by Neale Ranns · 7 years ago
  89. 0587999 LISP: support for neighbor discovery by Filip Tehlar · 7 years ago
  90. 02e14b5 Set RX sw_if_index on decrypted routed IPsec buffers by Matthew Smith · 7 years ago
  91. 44f8131 Fix MPLS table create CLI by Neale Ranns · 7 years ago
  92. 8f2a4ea Add new C API by Klement Sekera · 8 years ago
  93. f4215a6 Implement VXLAN encap tx checksum offload by John Lo · 7 years ago
  94. 057704e ACL plugin enable macip for ip4/ip6 traffic by Pavel Kotucek · 7 years ago
  95. 8d66f9d Remove associated lisp-gpe entries when removing lisp local mapping. by Alberto Rodriguez-Natal · 7 years ago
  96. b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
  97. 2019748 L2BD,ARP-TERM:fix arp query report mechanism+test by Eyal Bari · 7 years ago
  98. bb7f0f6 ACL-plugin: fix coverity issue by Pavel Kotucek · 7 years ago
  99. 1948161 Add multi-vm Vagrantfile for vcl-test. by Dave Wallace · 7 years ago
  100. a0a1083 dpdk: display EAL init args on startup by Damjan Marion · 7 years ago