1. d577e1f stats: Add version defines in stat_client.h by Ole Troan · 6 years ago
  2. f369e3a reassembly: avoid race-conditions by Klement Sekera · 6 years ago
  3. c4a0afe Sphinx docs: Fix security vulnerability (VPP-1655) by Dave Wallace · 6 years ago
  4. bcfcb8e DOC ONLY: add a buffer metadata writeup by Dave Barach · 6 years ago
  5. 9ac1138 API: Add support for limits to language. by Ole Troan · 6 years ago
  6. de146e5 svm: fix fifo tail/head/ooo logic for u32 wrap by Florin Coras · 6 years ago
  7. fdea5c6 IF: return VTR attributes for all ifs in dump API by Alexander Chernavin · 6 years ago
  8. d97918e crypto, ipsec: change GCM IV handling by Damjan Marion · 6 years ago
  9. aaed170 nat: fix ED mode unknown proto session management by Matthew Smith · 6 years ago
  10. 6825bc1 nat: prevent creation when-resolved static mappings on errors by Alexander Chernavin · 6 years ago
  11. b095a3c svm: fifo segment support for chunk allocation by Florin Coras · 6 years ago
  12. 403e3ba crypto_ia32: minor change logically by Zhiyong Yang · 6 years ago
  13. 82d81d4 crypto: AES GCM IV length is always 12 by Damjan Marion · 6 years ago
  14. 22e9c03 docs: Add VPP inside the Cloud by Francesco Spinelli · 6 years ago
  15. b62b549 Clean up redirects by Dave Barach · 6 years ago
  16. 746dddc Change dpdk thread data flags type to u16 from u8 to get more useful data by Simon Zhang · 6 years ago
  17. 286aa59 tap: Fix the indirect buffer allocation by Mohsin Kazmi · 6 years ago
  18. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  19. 1ccbbfb unittest: AES GCM test cases cleanup by Damjan Marion · 6 years ago
  20. b5c3054 crypto_ipsecmb: CBC IV size is always equal to block size by Damjan Marion · 6 years ago
  21. 4cb8381 crypto_ipsecmb: use pre-expanded keys by Damjan Marion · 6 years ago
  22. 09d18c2 session: use teps in accept/connect notifications by Florin Coras · 6 years ago
  23. e8915fc IPSEC; dpdk backend for tunnel interface encryption by Neale Ranns · 6 years ago
  24. a829b13 ipsec: drop runts in esp-decrypt by Damjan Marion · 6 years ago
  25. d1bed68 crypto: improve key handling by Damjan Marion · 6 years ago
  26. 20bc56a Remove dummy_interface_tx nodes from l2tp l2xcrw and nsh by John Lo · 6 years ago
  27. cdb7170 Add get_endpoint in transport vft by Aloys Augustin · 6 years ago
  28. 689f5b5 ip4_lookup_inline: leverage vlib_get_buffers to improve perf by Zhiyong Yang · 6 years ago
  29. 524fb8d dpdk: fix interface naming by Florin Coras · 6 years ago
  30. 9ae190e Clean up multi-thread barrier-sync hold-down timer by Dave Barach · 6 years ago
  31. 502785b QUIC: Add multi-stream support to internal test apps by Aloys Augustin · 6 years ago
  32. 8e58499 UDPC: Fix open segfault with multiple workers by Aloys Augustin · 6 years ago
  33. 165e472 dpdk: get a rid of "Invalid port_id=" log message by Damjan Marion · 6 years ago
  34. 5e6f734 l2: Add support for arp unicast forwarding by Mohsin Kazmi · 6 years ago
  35. 4375fa3 svm: fifo ooo reads/writes with multiple chunks by Florin Coras · 6 years ago
  36. d35d423 svm: move mq test to ut plugin by Florin Coras · 6 years ago
  37. 1219b2d session: remove unused fifo allo return value by Florin Coras · 6 years ago
  38. b3ca33f ethernet_input_inline: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
  39. ea6a34c Rearrange prefetching in ipsec_output_inline by Vratko Polak · 6 years ago
  40. 52ef4c5 svm: move fifo tests to ut plugin by Florin Coras · 6 years ago
  41. dd1e3e7 NAT: VPP-1531 api cleanup & update by Filip Varga · 6 years ago
  42. 58c7580 Enable 'test crash' command when running unittest plugin. by Paul Vinciguerra · 6 years ago
  43. 4ff09ae API: Python and Unix domain socket improvement by Ole Troan · 6 years ago
  44. 59e0c8f Bump to intel-ipsec-mb version 0.52 by Damjan Marion · 6 years ago
  45. 89fec71 Revert "NAT: VPP-1531 api cleanup & update" by Ole Trøan · 6 years ago
  46. b8591ac API sw_interface_dump: Dump all if index is zero by Vratko Polak · 6 years ago
  47. bed1421 NAT: VPP-1531 api cleanup & update by Filip Varga · 6 years ago
  48. e8e950a Fix a ipsec command line typo by Simon Zhang · 6 years ago
  49. 24c5012 vnet: clean up calc_checksums() by Zhiyong Yang · 6 years ago
  50. 2c1904f dpdk_esp_encrypt: add to prefetch data by Zhiyong Yang · 6 years ago
  51. f922116 ipsec4-output: add pkt header and data prefetching by Zhiyong Yang · 6 years ago
  52. 7f4fd22 vppinfra: fix one macro issue in clib_cpu_supports_aes() by Zhiyong Yang · 6 years ago
  53. d0aed2e GRE: set gre_tunnel_type init value to zero in API by Alexander Chernavin · 6 years ago
  54. 81f54a5 vlib epoll: handle file removal on EPOLLIN by Florin Coras · 6 years ago
  55. 99ad2fc svm: reorganize fifo march code by Florin Coras · 6 years ago
  56. f7cda7a rbtree: add successor and predecessor functions by Florin Coras · 6 years ago
  57. 51cbbd2 Doxygen cleanup. by Dave Wallace · 6 years ago
  58. 9e6c53b build: fix fedora dependencies by Benoît Ganne · 6 years ago
  59. 1b582b8 IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) by Neale Ranns · 6 years ago
  60. 1b52ca9 6rd: fix debug cli short-help by Benoît Ganne · 6 years ago
  61. f682fac svm: move fifo tests to a separate file by Florin Coras · 6 years ago
  62. a266164 Remove dummy_interface_tx output node from PPPoE plugin by John Lo · 6 years ago
  63. 2309e7a svm: support addition of chunks to fifos by Florin Coras · 6 years ago
  64. 3b62e29 DOCS-ONLY: Fix broken doxygen tag in BVI by Dave Wallace · 6 years ago
  65. d207fd7 IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) by Neale Ranns · 6 years ago
  66. d35abc4 FIB: recursion casues path realloc by Neale Ranns · 6 years ago
  67. d7f92dd GBP: update cli to reflect API changes by Benoît Ganne · 6 years ago
  68. c67078e vlib epoll: protect against clib file pool expansion by Florin Coras · 6 years ago
  69. 3c119f8 Extras: Fix list_api_changes script for 19.08 by Dave Wallace · 6 years ago
  70. 32b07c3 Fix memory corruption faulting [VPP-1639] by Artem Belov · 6 years ago
  71. 0a84680 svm: allow indirect fifo data chunks by Florin Coras · 6 years ago
  72. 5a8844b GRE: API update by Neale Ranns · 6 years ago
  73. 06a6a30 tls: allow engines to customize close by Florin Coras · 6 years ago
  74. d6c9e82 IPSEC: tunnel rekey fix and test (VPP-1652) by Neale Ranns · 6 years ago
  75. a11bf45 Use template-specific key compare fn when deleting records by Dave Barach · 6 years ago
  76. 402377e session: fix segment manager init condition by Florin Coras · 6 years ago
  77. 4a72406 Make sw_interface_dump more compatible with 2.2.0 by Vratko Polak · 6 years ago
  78. 317b8e0 vcl/session: tx notifications for cut-thru sessions by Florin Coras · 6 years ago
  79. 6407ba5 api: Add to interface crud - read by sw_if_index. by Paul Vinciguerra · 6 years ago
  80. 4bdfd59 VPP-1649: Coverity warning in http server by Dave Barach · 6 years ago
  81. a1f9ee8 Revert "Revert "bond: problem switching from l2 to l3"" by Steven Luong · 6 years ago
  82. 2cd8ad4 vppinfra: AVX512 interelaave, insert and permute by Damjan Marion · 6 years ago
  83. e4ac48e tap: clean-up when linux will delete the tap interface by Mohsin Kazmi · 6 years ago
  84. a7dd0c8 Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIR by Simon Zhang · 6 years ago
  85. 80f6fd5 IPSEC: Pass the algorithm salt (used in GCM) over the API by Neale Ranns · 6 years ago
  86. d8cfbeb crypto-ipsecmb: enable GCM by Neale Ranns · 6 years ago
  87. 732a0f1 Default nums of RX/TX descriptors changed to 512 for 2M page on DVN by Zhiyong Yang · 6 years ago
  88. d867098 Duplicate pcap tx trace fix by Neale Ranns · 6 years ago
  89. eec541a ADJ: crash in format/show (VPP-1648) by Neale Ranns · 6 years ago
  90. b64cd2c IPSEC: SA format; don't print keys when there's no algo by Neale Ranns · 6 years ago
  91. c899dac vppinfra: more AVX2 and AVX512 inlines by Damjan Marion · 6 years ago
  92. f5dc9fb dlmalloc: honor 8 byte alignment requests by Florin Coras · 6 years ago
  93. e60dfd7 gbp: Add support for allow sclass/dclass 1 by Mohsin Kazmi · 6 years ago
  94. 22bc2c4 Static http server by Dave Barach · 6 years ago
  95. 28aa539 svm_fifo rework to avoid contention on cursize by Sirshak Das · 6 years ago
  96. 39d0409 QUIC: Initial multi stream support by Aloys Augustin · 6 years ago
  97. b3b267c Allow sessions to be allocated in app's RX callbacks by Aloys Augustin · 6 years ago
  98. cbb8f58 stats: Add name vectors to Python client by Ole Troan · 6 years ago
  99. 47feb11 IPSEC: support GCM in ESP by Neale Ranns · 6 years ago
  100. 3cf215a Add direct packets to specific flow action in dpdk flow by Simon Zhang · 6 years ago