1. bd69a5f vlib: remove algned/unaligned buffers scheme by Damjan Marion · 8 years ago
  2. 6320514 make test: fix dependencies by Klement Sekera · 8 years ago
  3. b449f48 SNAT: fix snat_add_static_mapping_command() uninitialized variable by Matus Fabian · 8 years ago
  4. 31c31aa SNAT: initialize outside and inside FIB index in snat_config by Matus Fabian · 8 years ago
  5. 71d73fe fix some 'stored but never read' warnings raised by clang by Gabriel Ganne · 8 years ago
  6. 8e8f98c Wheel-timer infra by Dave Barach · 8 years ago
  7. aaa396a Test checksyle for IP mcast tests by Neale Ranns · 8 years ago
  8. d0f673e dpdk: move to uio_pci_generic by Damjan Marion · 8 years ago
  9. bfe4dfa pg: add trace information for pg tx node by Damjan Marion · 8 years ago
  10. 62411e7 vhost-user: fix missing speculative enqueue unwind by Steven · 8 years ago
  11. e0cb0cc Fix CLI help message for set ip address by Matej Klotton · 8 years ago
  12. 5737d88 pep8 compliance for test_ip6.py by Neale Ranns · 8 years ago
  13. 9bea8fb Next node frame over-flow after replication by Neale Ranns · 8 years ago
  14. 3b46cba Plugin infrastructure improvements by Damjan Marion · 8 years ago
  15. 2ae991e SNAT: fix invalid outside FIB index by Matus Fabian · 8 years ago
  16. 09d96f4 SNAT: Port allocation per protocol by Matus Fabian · 8 years ago
  17. 85bb917 Added support for openSUSE by Marco Varlese · 8 years ago
  18. 2d23eca Remove unnecessary block structure around CONTROL_PING messages. by Jon Loeliger · 8 years ago
  19. 56c7b01 Refactor fragile msg macro W and W2 to not burry return control flow. by Jon Loeliger · 8 years ago
  20. 1f9191f Localize the timeout variable within the W message macro. by Jon Loeliger · 8 years ago
  21. 7bc770c Convert message macro S to accept a message pointer parameter; by Jon Loeliger · 8 years ago
  22. 614e97d Convert M() and M2() macros to honor their second, mp, parameter. by Jon Loeliger · 8 years ago
  23. 8a2aea3 Ensure all M() and M2() second parameters are the message pointer. by Jon Loeliger · 8 years ago
  24. a9374df Fix SR multicast post mfib commit by Neale Ranns · 8 years ago
  25. ed0e49c Update default Vagrant box to Ubuntu 16.04, VPP-616 by Dave Wallace · 8 years ago
  26. 460bc63 ENIC driver patch to fix MAC address add and remove by Steve Shin · 8 years ago
  27. b17dd96 BFD: SHA1 authentication by Klement Sekera · 8 years ago
  28. 402ed31 BFD: improve finding of ipv4/ipv6 headers by Klement Sekera · 8 years ago
  29. ad623b1 dpdk: fix crypto coverity warning by Sergio Gonzalez Monroy · 8 years ago
  30. dccbee3 SNAT: changed source for outbound address FIB entry (VPP-613) by Matus Fabian · 8 years ago
  31. 05a057b LISP: enhance binary part of some APIs by Filip Tehlar · 8 years ago
  32. a93ea42 VXLAN: further unify ip4/ip6 ctl plane handling by Eyal Bari · 8 years ago
  33. eb82e7f Fix issue with apt-get update not being run on Ubuntu 16.04 by Ed Warnicke · 8 years ago
  34. c5fccc0 BFD: reformat code to match vpp code style by Klement Sekera · 8 years ago
  35. 3ad7704 Prep work for Coverity upload processing via Jenkins by Dave Barach · 8 years ago
  36. e1ae29a SNAT: Add outbound addresses to FIB (VPP-613) by Matus Fabian · 8 years ago
  37. d9b74a9 Update CSIT tests 170122 -> 170129 by Jan Gelety · 8 years ago
  38. 3b14529 jvpp: fix coverity warn: reliance on default encoding by Marek Gradzki · 8 years ago
  39. 0765c6e VXLAN: small changes for brevity by Eyal Bari · 8 years ago
  40. 05b2bf2 MFIB Coverity warnings. The lock macro is functionally equivalent but more expressive (and might appease coverity) by Neale Ranns · 8 years ago
  41. 676112f Bump up PKG_SUFFIX to vpp3 by Steve Shin · 8 years ago
  42. 2b81eb8 Add vxlan-bypass feature to IP6 forwarding path by John Lo · 8 years ago
  43. 61459c9 VPP-621: ping: ICMP echo data size must be bounded by VLIB_BUFFER_DATA_SIZE minus headers. by Andrew Yourtchenko · 8 years ago
  44. d03798c This patch fixes a bug in replaying MAC address to the hardware by Steve Shin · 8 years ago
  45. 3f90339 Fixed set int state up for ipsec interfaces by Radu Nicolau · 8 years ago
  46. 2743cc4 Fix LISP Coverity warnings by Florin Coras · 8 years ago
  47. 5842c78 add vnet/util/radix.h to nobase_include_HEADERS list by Gabriel Ganne · 8 years ago
  48. 5fae99c LISP: add dump calls for GPE entries API by Filip Tehlar · 8 years ago
  49. 006eb47 Add files to CLEANFILES for robust make clean. by Burt Silverman · 8 years ago
  50. d4fabb3 sh not show in the mfib flags commands by Neale Ranns · 8 years ago
  51. d9aad29 API refactoring : policer by Pavel Kotucek · 8 years ago
  52. d04b60b dpdk: rework cryptodev ipsec build and setup by Sergio Gonzalez Monroy · 8 years ago
  53. 884cf26 API refactoring : cop by Pavel Kotucek · 8 years ago
  54. 50132fa dpdk : incorrect rx filter being installed by Pavel Kotucek · 8 years ago
  55. 4746a5d jvpp: utilize per-message CRCs (VPP-544) by Marek Gradzki · 8 years ago
  56. 32e1c01 IP Multicast FIB (mfib) by Neale Ranns · 8 years ago
  57. 6f692d6 Fix make test scapy python patch issue, VPP-615 by Dave Wallace · 8 years ago
  58. ed6814b make-test: Add numbering to chapters' titles by Tibor · 8 years ago
  59. 6a0b7e3 Cleanup some obfuscated code in next node handling. by Vengada · 8 years ago
  60. 1935942 drop-and-count snat out2in packets with no translations by Dave Barach · 8 years ago
  61. 3d31f00 Python API: event_callback not initialised. by Ole Troan · 8 years ago
  62. e7c034b make test: improve documentation generation by Klement Sekera · 8 years ago
  63. a2ac467 Add multi-vpp support back into pythonic vppctl by Ed Warnicke · 8 years ago
  64. 7ff1113 Add sphinx read the doc theme. by Tibor · 8 years ago
  65. 3900fe5 ipv4 vrf test doc cleaning by Jan Gelety · 8 years ago
  66. adec587 API refactoring : l2 (add) by Pavel Kotucek · 8 years ago
  67. 714968b package only the vpp binaries (rpm) by Gabriel Ganne · 8 years ago
  68. fca0c24 DHCPv[46] proxy tests by Neale Ranns · 8 years ago
  69. dc90d42 Change automake python macro to get python path by Tomofumi Hayashi · 8 years ago
  70. c8d8770 API refactoring : dhcp by Pavel Kotucek · 8 years ago
  71. ba888e4 Add option to use LISP Proxy-ETR by Florin Coras · 8 years ago
  72. 2d6b2d6 Repair plugin binary API message numbering by Dave Barach · 8 years ago
  73. 044183f [re]Enable per-Adjacency/neighbour counters by Neale Ranns · 8 years ago
  74. f3dc11a Move LISP cp cli to separate file by Florin Coras · 8 years ago
  75. eb9e666 API refactoring : flow by Pavel Kotucek · 8 years ago
  76. 48bcb09 Update CSIT tests 170108 -> 170122 by Jan Gelety · 8 years ago
  77. 5663409 span: tx functionality by Pavel Kotucek · 8 years ago
  78. e0545ef make test: elegantly handle expected API failures by Klement Sekera · 8 years ago
  79. d2c97d9 API refactoring : classify by Pavel Kotucek · 8 years ago
  80. 4bce290 test adding and removing shared mcast dst tunnels by Eyal Bari · 8 years ago
  81. 36532bd SNAT: static mappings for dhcp addressed interfaces (VPP-590) by Matus Fabian · 8 years ago
  82. 6dbbc58 Fix coverity defect. by Vengada · 8 years ago
  83. f69ecfe ping: fix double-free crash under VMWare hypervisor by Andrew Yourtchenko · 8 years ago
  84. 898171a fix OS_ID test in root Makefile by Gabriel Ganne · 8 years ago
  85. 1fd5d01 Fix PAPI async response by Wojciech Dec · 8 years ago
  86. cda7066 LISP: add RLOC and map-notify counters by Filip Tehlar · 8 years ago
  87. fe6bdfd binary-api debug CLI works with plugins by Dave Barach · 8 years ago
  88. 675a69c SNAT: Multiple inside interfaces (VPP-447) by Matus Fabian · 8 years ago
  89. 8b27537 Add static mapping support for dhcp client interfaces by Dave Barach · 8 years ago
  90. 248968b Fix cosmetic issue in dpdk/Makefile by Damjan Marion · 8 years ago
  91. 926c706 Fix issue in rpm versioning for release builds by Damjan Marion · 8 years ago
  92. 2ce7f98 Add dpdk development packaging by Damjan Marion · 8 years ago
  93. 18b2816 Fix coverity warning, VPP-608 by Dave Barach · 8 years ago
  94. 0ded851 VXLAN - Add IPv6 tunnels src ref count by Eyal Bari · 8 years ago
  95. 5016f99 Python API: Missing locking of results data structure. by Ole Troan · 8 years ago
  96. cf751ec af_packet: multithreading support by Mohsin KAZMI · 8 years ago
  97. 07c39da jvpp: include libjvpp_common in rpm packages by Marek Gradzki · 8 years ago
  98. 8f54496 Fix coverity warnings, VPP-608 by Dave Barach · 8 years ago
  99. d8e4787 Fix crash on deleting activated vhost-user - VPP-603 by Wojciech Dec · 8 years ago
  100. 7a161da make test: fix text output when non-interactive by Klement Sekera · 8 years ago