1. 2ce28d6 Add bihash statistics hook by Dave Barach · 6 years ago
  2. c74009d ipsec-mb: fix the "make test" on non-AESNI platforms by Andrew Yourtchenko · 6 years ago
  3. 7fa4160 Fix af_packet issues: by jackiechen1985 · 6 years ago
  4. 0b81915 add TLS endpoint function by Yu Ping · 6 years ago
  5. ad64687 gcov / test framework: sigterm not sigkill by Dave Barach · 6 years ago
  6. d7566cb Remove target option when IPSecMB disabled by Nathan Skrzypczak · 6 years ago
  7. 6fec8ea ip4_load_balance: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
  8. 0549378 virtio: refactor ctrl queue support by Mohsin Kazmi · 6 years ago
  9. 3a34b1d Add QUIC multistream support by Nathan Skrzypczak · 6 years ago
  10. 7107d7e ppp: simplify code using existing functions by Zhiyong Yang · 6 years ago
  11. 0dd9165 Add missing init fn dependency to ipsec_init by Dave Barach · 6 years ago
  12. 56bc738 Fix VPP-1487 DHCP client does not support option 6-domain server by jackiechen1985 · 6 years ago
  13. fa0c1f4 NAT64: Fix port byte order in nat64_free_out_addr_and_port by Faicker Mo · 6 years ago
  14. e036d02 NAT66:assgin a error value for clib_bihash_kv_48_8_t kv by lijianpeng · 6 years ago
  15. 344ce42 session/svm: apis for fifo shrinking by Florin Coras · 6 years ago
  16. a7570b0 svm: basic support for fifo shrinking by Florin Coras · 6 years ago
  17. 4681e07 Add callbacks for extended trace functionality, one as content is added with vlib_add_trace, and one to post-process the captured content immediately after trace filtering. by Gary Boon · 6 years ago
  18. c5fa2b8 mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, by Steven Luong · 6 years ago
  19. 29a59c3 svm: store normalized head/tail for fifo by Florin Coras · 6 years ago
  20. 14e2e2a Fix FIB initialization in UDP input by Nathan Skrzypczak · 6 years ago
  21. de38b38 Add packet headers in UDPC fifos by Aloys Augustin · 6 years ago
  22. 1d1985d plugins: clean up plugin descriptions by Dave Wallace · 6 years ago
  23. 3a95003 vlib: align stack on OS page size by Benoît Ganne · 6 years ago
  24. 9a29f79 vpp_papi_provider.py: update defautmapping. by Paul Vinciguerra · 6 years ago
  25. 17e5d80 Add node, frame to vlib main loop perf analysis callback arguments by Dave Barach · 6 years ago
  26. 154a903 virtio: Fix virtio buffer allocation by Mohsin Kazmi · 6 years ago
  27. 43b512c virtio: remove configurable queue size support by Mohsin Kazmi · 6 years ago
  28. eecdf93 svm: remove dead code triggering overflow by Benoît Ganne · 6 years ago
  29. 37c8378 Enable NEON instructions in memcpy_le by Lijian.Zhang · 6 years ago
  30. 1cff643 esp_encrypt: remove unnecessary code by Zhiyong Yang · 6 years ago
  31. e7a527f ipsec: fix ipsec format overflow by Benoît Ganne · 6 years ago
  32. 87b15ce svm: more fifo refactor/cleanup by Florin Coras · 6 years ago
  33. c6eb5bc elf: fix memcmp() overflow by Benoît Ganne · 6 years ago
  34. a878014 stats: fix non null terminated string by Benoît Ganne · 6 years ago
  35. 052bda3 vppinfra: fix buffer overflow in unformat_token by Benoît Ganne · 6 years ago
  36. be95444 crypto: enforce per-alg crypto key length by Benoît Ganne · 6 years ago
  37. d577e1f stats: Add version defines in stat_client.h by Ole Troan · 6 years ago
  38. f369e3a reassembly: avoid race-conditions by Klement Sekera · 6 years ago
  39. 9ac1138 API: Add support for limits to language. by Ole Troan · 6 years ago
  40. de146e5 svm: fix fifo tail/head/ooo logic for u32 wrap by Florin Coras · 6 years ago
  41. fdea5c6 IF: return VTR attributes for all ifs in dump API by Alexander Chernavin · 6 years ago
  42. d97918e crypto, ipsec: change GCM IV handling by Damjan Marion · 6 years ago
  43. aaed170 nat: fix ED mode unknown proto session management by Matthew Smith · 6 years ago
  44. 6825bc1 nat: prevent creation when-resolved static mappings on errors by Alexander Chernavin · 6 years ago
  45. b095a3c svm: fifo segment support for chunk allocation by Florin Coras · 6 years ago
  46. 403e3ba crypto_ia32: minor change logically by Zhiyong Yang · 6 years ago
  47. 82d81d4 crypto: AES GCM IV length is always 12 by Damjan Marion · 6 years ago
  48. b62b549 Clean up redirects by Dave Barach · 6 years ago
  49. 746dddc Change dpdk thread data flags type to u16 from u8 to get more useful data by Simon Zhang · 6 years ago
  50. 286aa59 tap: Fix the indirect buffer allocation by Mohsin Kazmi · 6 years ago
  51. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  52. 1ccbbfb unittest: AES GCM test cases cleanup by Damjan Marion · 6 years ago
  53. b5c3054 crypto_ipsecmb: CBC IV size is always equal to block size by Damjan Marion · 6 years ago
  54. 4cb8381 crypto_ipsecmb: use pre-expanded keys by Damjan Marion · 6 years ago
  55. 09d18c2 session: use teps in accept/connect notifications by Florin Coras · 6 years ago
  56. e8915fc IPSEC; dpdk backend for tunnel interface encryption by Neale Ranns · 6 years ago
  57. a829b13 ipsec: drop runts in esp-decrypt by Damjan Marion · 6 years ago
  58. d1bed68 crypto: improve key handling by Damjan Marion · 6 years ago
  59. 20bc56a Remove dummy_interface_tx nodes from l2tp l2xcrw and nsh by John Lo · 6 years ago
  60. cdb7170 Add get_endpoint in transport vft by Aloys Augustin · 6 years ago
  61. 689f5b5 ip4_lookup_inline: leverage vlib_get_buffers to improve perf by Zhiyong Yang · 6 years ago
  62. 524fb8d dpdk: fix interface naming by Florin Coras · 6 years ago
  63. 9ae190e Clean up multi-thread barrier-sync hold-down timer by Dave Barach · 6 years ago
  64. 502785b QUIC: Add multi-stream support to internal test apps by Aloys Augustin · 6 years ago
  65. 8e58499 UDPC: Fix open segfault with multiple workers by Aloys Augustin · 6 years ago
  66. 165e472 dpdk: get a rid of "Invalid port_id=" log message by Damjan Marion · 6 years ago
  67. 5e6f734 l2: Add support for arp unicast forwarding by Mohsin Kazmi · 6 years ago
  68. 4375fa3 svm: fifo ooo reads/writes with multiple chunks by Florin Coras · 6 years ago
  69. d35d423 svm: move mq test to ut plugin by Florin Coras · 6 years ago
  70. 1219b2d session: remove unused fifo allo return value by Florin Coras · 6 years ago
  71. b3ca33f ethernet_input_inline: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
  72. ea6a34c Rearrange prefetching in ipsec_output_inline by Vratko Polak · 6 years ago
  73. 52ef4c5 svm: move fifo tests to ut plugin by Florin Coras · 6 years ago
  74. dd1e3e7 NAT: VPP-1531 api cleanup & update by Filip Varga · 6 years ago
  75. 58c7580 Enable 'test crash' command when running unittest plugin. by Paul Vinciguerra · 6 years ago
  76. 4ff09ae API: Python and Unix domain socket improvement by Ole Troan · 6 years ago
  77. 59e0c8f Bump to intel-ipsec-mb version 0.52 by Damjan Marion · 6 years ago
  78. 89fec71 Revert "NAT: VPP-1531 api cleanup & update" by Ole Trøan · 6 years ago
  79. b8591ac API sw_interface_dump: Dump all if index is zero by Vratko Polak · 6 years ago
  80. bed1421 NAT: VPP-1531 api cleanup & update by Filip Varga · 6 years ago
  81. e8e950a Fix a ipsec command line typo by Simon Zhang · 6 years ago
  82. 24c5012 vnet: clean up calc_checksums() by Zhiyong Yang · 6 years ago
  83. 2c1904f dpdk_esp_encrypt: add to prefetch data by Zhiyong Yang · 6 years ago
  84. f922116 ipsec4-output: add pkt header and data prefetching by Zhiyong Yang · 6 years ago
  85. 7f4fd22 vppinfra: fix one macro issue in clib_cpu_supports_aes() by Zhiyong Yang · 6 years ago
  86. d0aed2e GRE: set gre_tunnel_type init value to zero in API by Alexander Chernavin · 6 years ago
  87. 81f54a5 vlib epoll: handle file removal on EPOLLIN by Florin Coras · 6 years ago
  88. 99ad2fc svm: reorganize fifo march code by Florin Coras · 6 years ago
  89. f7cda7a rbtree: add successor and predecessor functions by Florin Coras · 6 years ago
  90. 51cbbd2 Doxygen cleanup. by Dave Wallace · 6 years ago
  91. 1b582b8 IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) by Neale Ranns · 6 years ago
  92. 1b52ca9 6rd: fix debug cli short-help by Benoît Ganne · 6 years ago
  93. f682fac svm: move fifo tests to a separate file by Florin Coras · 6 years ago
  94. a266164 Remove dummy_interface_tx output node from PPPoE plugin by John Lo · 6 years ago
  95. 2309e7a svm: support addition of chunks to fifos by Florin Coras · 6 years ago
  96. 3b62e29 DOCS-ONLY: Fix broken doxygen tag in BVI by Dave Wallace · 6 years ago
  97. d207fd7 IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) by Neale Ranns · 6 years ago
  98. d35abc4 FIB: recursion casues path realloc by Neale Ranns · 6 years ago
  99. d7f92dd GBP: update cli to reflect API changes by Benoît Ganne · 6 years ago
  100. c67078e vlib epoll: protect against clib file pool expansion by Florin Coras · 6 years ago