1. 779c3e3 acl-plugin: store sessions in a single hash table instead of a per-interface by Andrew Yourtchenko · 8 years ago
  2. b2d5ff3 Fix session api connect sock handler. by Dave Wallace · 8 years ago
  3. 8e60f32 acl-plugin: shrink the L2 classifier tables used for traffic redirect by Andrew Yourtchenko · 8 years ago
  4. 28b70af VPP-874: fix coverity warnings in tw_timer_template.c by Dave Barach · 8 years ago
  5. 6f7ebf9 ETH:fix l2_len/vlan count mismatch for > 2 tags by Eyal Bari · 8 years ago
  6. 89111d0 Flowprobe - tests speed-up by Pavel Kotucek · 8 years ago
  7. aba8be6 FIB walk process - wake-up rate unnecessarily high by Neale Ranns · 8 years ago
  8. 4b30ceb SNAT: fix 1:1 NAT without port hairpinning TCP checksum update by Matus Fabian · 8 years ago
  9. 3b20ee4 memif: fix crash during interface delete by Damjan Marion · 8 years ago
  10. b823df5 L2FIB:fix crash in show with deleted subif entries by Eyal Bari · 8 years ago
  11. 4af9ba1 three-level timer wheel implementation w/ overflow vector by Dave Barach · 8 years ago
  12. d51a1f6 memif: complete refactor of socket handling code by Damjan Marion · 8 years ago
  13. b32fde5 Fix build breakge post 6956 by Neale Ranns · 8 years ago
  14. 89223f4 NAT64: bug fix by Matus Fabian · 8 years ago
  15. 0fc6595 Update CSIT tests 170605 -> 170612 by Jan Gelety · 8 years ago
  16. b4bd28a Remove calls to crc_u32 and add clib_crc32c for armv8+crc by Christophe Fontaine · 8 years ago
  17. c9b622f NAT64: coverity fix by Matus Fabian · 8 years ago
  18. b8633d2 Fix coverity issue by Filip Tehlar · 8 years ago
  19. 76481d0 MPLS: cannot delete a path from the CLI by Neale Ranns · 8 years ago
  20. 27b390e Fix gpe coverity issue (VPP-874) by Florin Coras · 8 years ago
  21. 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
  22. 583dc8d Sample plugin: Add sample plugin documentation by Ray Kinsella · 8 years ago
  23. 7d5fae8 acl-plugin: wrap a verbose debug message in the appropriate conditional by Andrew Yourtchenko · 8 years ago
  24. fd1dee5 dpdk: fix ipsec coverity warning by Sergio Gonzalez Monroy · 8 years ago
  25. 732036d NAT64: ICMP error support by Matus Fabian · 8 years ago
  26. ef2a5bf LISP: add NSH support by Filip Tehlar · 8 years ago
  27. 5e85276 acl-plugin: remove clib_warnings on plugin init by Andrew Yourtchenko · 8 years ago
  28. a4e63e5 Add gpe native-forward static route support by Florin Coras · 8 years ago
  29. 6899a30 P2P Ethernet - API by Pavel Kotucek · 8 years ago
  30. 06596c5 NAT64: Add NAT64 support for snat plugin (VPP-699) by Matus Fabian · 8 years ago
  31. 2fcc49d Small update to session API by Florin Coras · 8 years ago
  32. 3658adc make test: improve debugability by Klement Sekera · 8 years ago
  33. 48113e0 VPP-874: fix coverity warning in vnet_classify.c by Dave Barach · 8 years ago
  34. 6295d50 acl-plugin: add a plugin-specific control-ping message api and make the test code use it by Andrew Yourtchenko · 8 years ago
  35. 5dbfbb7 acl-plugin: make the ACL plugin multicore-capable by Andrew Yourtchenko · 8 years ago
  36. a626999 VPP-873: fix vector expansion bug in dispatch_pending_node by Dave Barach · 8 years ago
  37. 7a4e092 VPP-872 and End.T function for SRv6 by Pablo Camarillo · 8 years ago
  38. 0018a3e acl-plugin: fix coverity error in acl_test.c by Andrew Yourtchenko · 8 years ago
  39. 539ed4f dpdk: ipsec fixes by Sergio Gonzalez Monroy · 8 years ago
  40. 07950f8 dpdk: fix ipsec coverity warnings by Sergio Gonzalez Monroy · 8 years ago
  41. 7c2ea75 Add support for memif API to VAT. by Milan Lenco · 8 years ago
  42. 6ff0549 Fix coverity error in IP4 Mtrie. by Neale Ranns · 8 years ago
  43. 30d0fd4 Packets recieved on VLAN-0 map to the main interface by Neale Ranns · 8 years ago
  44. 761787b Fix coverity issue by Filip Tehlar · 8 years ago
  45. 1728d4a Update CSIT tests 170529 -> 170605 by Jan Gelety · 8 years ago
  46. 8a0a0ae Rework vxlan-gpe to support FIB 2.0 and bypass mode by Hongjun Ni · 8 years ago
  47. e68de8c Fix lisp map-notify parsing by Florin Coras · 8 years ago
  48. 6e8ab16 vlib: add screen-256color CLI terminal type by Damjan Marion · 8 years ago
  49. a9a54c1 vlib: add unix_file_del_by_index function by Damjan Marion · 8 years ago
  50. 7d27218 vppinfra: fix vec_validate_init_empty_aligned macro by Damjan Marion · 8 years ago
  51. 6fa74c6 SNAT: fix ICMP hairpinning by Matus Fabian · 8 years ago
  52. 47366b1 More GCC-7 errors by Marco Varlese · 8 years ago
  53. 560274d LISP-GPE: return index of newly created fwd entry, VPP-868 by Filip Tehlar · 8 years ago
  54. 719aef4 LISP: fix GPE entry dump, VPP-871 by Filip Tehlar · 8 years ago
  55. 6e19b37 Fix typo for specifying table_id on ping. by wenxian li · 8 years ago
  56. 8c55b37 Fix for gcc7 by Marco Varlese · 8 years ago
  57. 871cdec Fix mac_age process crash in multi-threaded environment by Steve Shin · 8 years ago
  58. f98bb74 memif: fix coverity warnings by Steven · 8 years ago
  59. 0dc3f19 Add option to build sample plugin in top-level makefile by Damjan Marion · 8 years ago
  60. 28262a0 Add debian 8 support in extras/vagrant/build.sh by khers · 8 years ago
  61. 64543be Update CSIT tests 170518 -> 170529 by Peter Mikus · 8 years ago
  62. 388e51a vhost: add debug vhost-user on | off CLI by Steven · 8 years ago
  63. ccd4a65 Add l3 routing for GTP-U decap by Hongjun Ni · 8 years ago
  64. 7a27274 Fix 'ip probe' on /32 by Neale Ranns · 8 years ago
  65. d6d6751 MPLS trace the EOS bit correctly by Neale Ranns · 8 years ago
  66. d6ad5a5 Support to install dependencies on openSUSE distribution by Marco Varlese · 8 years ago
  67. c2aad53 IP Mcast - recalculate on interface up/dowm by Neale Ranns · 8 years ago
  68. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  69. 2626159 make test: add suddenly missing dependency (six module) by Klement Sekera · 8 years ago
  70. ad625f5 Revert "dpdk: build sw cryptodev support with make verify" by Peter Mikus · 8 years ago
  71. c2ebcbb memif: multi-queues support by Steven · 8 years ago
  72. 79ea7ec Revert "Update CSIT tests 170518 -> 170529" by Dave Wallace · 8 years ago
  73. 5c74973 Flowprobe: Stateful flows and IPv6, L4 recording by Ole Troan · 8 years ago
  74. 0e2e10b dpdk: build sw cryptodev support with make verify by Sergio Gonzalez Monroy · 8 years ago
  75. d5a65db LISP: L2 ARP handling by Filip Tehlar · 8 years ago
  76. cd76436 Relocate Coverity scripts by Chris Luke · 8 years ago
  77. 9757325 Update CSIT tests 170518 -> 170529 by Jan Gelety · 8 years ago
  78. 9b6463d Add Debian Jessie support in toplevel makefile by Damjan Marion · 8 years ago
  79. 142d151 memif: master instance crashes when typing quit on slave by Steven · 8 years ago
  80. 3474f9a Show example syntax for setting plugin path by Burt Silverman · 8 years ago
  81. 6af1c04 MPLS lookup DPO does not pop the label (nor does it handle replicate) by Neale Ranns · 8 years ago
  82. dcd6d62 ARP/ND use path_remove to complement path_add by Neale Ranns · 8 years ago
  83. ed1e242 Improve jvppgen object array member instantiation by Robert Varga · 8 years ago
  84. 612a383 LISP: do not try to delete paths when fwd entry is negative by Filip Tehlar · 8 years ago
  85. 966de20 Fix JNI templates by Robert Varga · 8 years ago
  86. 71275e3 MPLS hash function improvements by Neale Ranns · 8 years ago
  87. 3d0723d MPLS interface output feature not explicitly enabled by Neale Ranns · 8 years ago
  88. e6cc9cc af_packet: fix coverity error by Ray Kinsella · 8 years ago
  89. 922549a Add p2p flag to IPsec tunnel interface hw class by Matthew Smith · 8 years ago
  90. c13548a MPLS tunnels; path-list lock leak and debug CLI imrpovements by Neale Ranns · 8 years ago
  91. 6631e9c SNAT: fix IPFIX data src and dst port by Matus Fabian · 8 years ago
  92. 630198f IPv6 Performance bugs by Neale Ranns · 8 years ago
  93. 31426c6 Missing VLIB node for IPv6 disposition from mcast MPLS LSP by Neale Ranns · 8 years ago
  94. a7f7457 vlib: use driver_override in sysfs for binding pci devs to vfio/uio drivers by Damjan Marion · 8 years ago
  95. 4f4599d MPLS trace fixes by Neale Ranns · 8 years ago
  96. 13eaf3e Leak locks and tables in the Classifier by Neale Ranns · 8 years ago
  97. 4227eef Fix tab-completion coverity issue by Yoann Desmouceaux · 8 years ago
  98. 521202b TEST/L2BD:fix flush tests by Eyal Bari · 8 years ago
  99. 50332f6 ipfix: make IPFIX work for all skip_n_vectors values (VPP-204) by Juraj Sloboda · 8 years ago
  100. aaeb341 Simple script to 'git blame' on new Coverity issues by Chris Luke · 8 years ago