1. 24c5012 vnet: clean up calc_checksums() by Zhiyong Yang · 6 years ago
  2. 2c1904f dpdk_esp_encrypt: add to prefetch data by Zhiyong Yang · 6 years ago
  3. f922116 ipsec4-output: add pkt header and data prefetching by Zhiyong Yang · 6 years ago
  4. 7f4fd22 vppinfra: fix one macro issue in clib_cpu_supports_aes() by Zhiyong Yang · 6 years ago
  5. d0aed2e GRE: set gre_tunnel_type init value to zero in API by Alexander Chernavin · 6 years ago
  6. 81f54a5 vlib epoll: handle file removal on EPOLLIN by Florin Coras · 6 years ago
  7. 99ad2fc svm: reorganize fifo march code by Florin Coras · 6 years ago
  8. f7cda7a rbtree: add successor and predecessor functions by Florin Coras · 6 years ago
  9. 51cbbd2 Doxygen cleanup. by Dave Wallace · 6 years ago
  10. 9e6c53b build: fix fedora dependencies by Benoît Ganne · 6 years ago
  11. 1b582b8 IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) by Neale Ranns · 6 years ago
  12. 1b52ca9 6rd: fix debug cli short-help by Benoît Ganne · 6 years ago
  13. f682fac svm: move fifo tests to a separate file by Florin Coras · 6 years ago
  14. a266164 Remove dummy_interface_tx output node from PPPoE plugin by John Lo · 6 years ago
  15. 2309e7a svm: support addition of chunks to fifos by Florin Coras · 6 years ago
  16. 3b62e29 DOCS-ONLY: Fix broken doxygen tag in BVI by Dave Wallace · 6 years ago
  17. d207fd7 IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) by Neale Ranns · 6 years ago
  18. d35abc4 FIB: recursion casues path realloc by Neale Ranns · 6 years ago
  19. d7f92dd GBP: update cli to reflect API changes by Benoît Ganne · 6 years ago
  20. c67078e vlib epoll: protect against clib file pool expansion by Florin Coras · 6 years ago
  21. 3c119f8 Extras: Fix list_api_changes script for 19.08 by Dave Wallace · 6 years ago
  22. 32b07c3 Fix memory corruption faulting [VPP-1639] by Artem Belov · 6 years ago
  23. 0a84680 svm: allow indirect fifo data chunks by Florin Coras · 6 years ago
  24. 5a8844b GRE: API update by Neale Ranns · 6 years ago
  25. 06a6a30 tls: allow engines to customize close by Florin Coras · 6 years ago
  26. d6c9e82 IPSEC: tunnel rekey fix and test (VPP-1652) by Neale Ranns · 6 years ago
  27. a11bf45 Use template-specific key compare fn when deleting records by Dave Barach · 6 years ago
  28. 402377e session: fix segment manager init condition by Florin Coras · 6 years ago
  29. 4a72406 Make sw_interface_dump more compatible with 2.2.0 by Vratko Polak · 6 years ago
  30. 317b8e0 vcl/session: tx notifications for cut-thru sessions by Florin Coras · 6 years ago
  31. 6407ba5 api: Add to interface crud - read by sw_if_index. by Paul Vinciguerra · 6 years ago
  32. 4bdfd59 VPP-1649: Coverity warning in http server by Dave Barach · 6 years ago
  33. a1f9ee8 Revert "Revert "bond: problem switching from l2 to l3"" by Steven Luong · 6 years ago
  34. 2cd8ad4 vppinfra: AVX512 interelaave, insert and permute by Damjan Marion · 6 years ago
  35. e4ac48e tap: clean-up when linux will delete the tap interface by Mohsin Kazmi · 6 years ago
  36. a7dd0c8 Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIR by Simon Zhang · 6 years ago
  37. 80f6fd5 IPSEC: Pass the algorithm salt (used in GCM) over the API by Neale Ranns · 6 years ago
  38. d8cfbeb crypto-ipsecmb: enable GCM by Neale Ranns · 6 years ago
  39. 732a0f1 Default nums of RX/TX descriptors changed to 512 for 2M page on DVN by Zhiyong Yang · 6 years ago
  40. d867098 Duplicate pcap tx trace fix by Neale Ranns · 6 years ago
  41. eec541a ADJ: crash in format/show (VPP-1648) by Neale Ranns · 6 years ago
  42. b64cd2c IPSEC: SA format; don't print keys when there's no algo by Neale Ranns · 6 years ago
  43. c899dac vppinfra: more AVX2 and AVX512 inlines by Damjan Marion · 6 years ago
  44. f5dc9fb dlmalloc: honor 8 byte alignment requests by Florin Coras · 6 years ago
  45. e60dfd7 gbp: Add support for allow sclass/dclass 1 by Mohsin Kazmi · 6 years ago
  46. 22bc2c4 Static http server by Dave Barach · 6 years ago
  47. 28aa539 svm_fifo rework to avoid contention on cursize by Sirshak Das · 6 years ago
  48. 39d0409 QUIC: Initial multi stream support by Aloys Augustin · 6 years ago
  49. b3b267c Allow sessions to be allocated in app's RX callbacks by Aloys Augustin · 6 years ago
  50. cbb8f58 stats: Add name vectors to Python client by Ole Troan · 6 years ago
  51. 47feb11 IPSEC: support GCM in ESP by Neale Ranns · 6 years ago
  52. 3cf215a Add direct packets to specific flow action in dpdk flow by Simon Zhang · 6 years ago
  53. 958170a VPP-1576: nsim-plugin coverity issues by Dave Barach · 6 years ago
  54. 672d5fc vppinfra: add basic rbtree by Florin Coras · 6 years ago
  55. 2a24987 flow: add rte_flow check before creating by rte_flow_validate by Simon Zhang · 6 years ago
  56. 1bde9f3 IPSEC-GRE: return correct API code by Neale Ranns · 6 years ago
  57. cac8f9b vpp-1647: fix typo in pcap_trace_command_internal by Dave Barach · 6 years ago
  58. c560789 API: Handle pthread cond signal case where signal is missed. by Ole Troan · 6 years ago
  59. cf18ca9 vppinfra: add SHA-2 family of hash algorithms (including HMAC) by Damjan Marion · 6 years ago
  60. 2a6861f tap: fix the crash by Mohsin Kazmi · 6 years ago
  61. d0d6b94 crypto: fix coverity warnings by Filip Tehlar · 6 years ago
  62. 45df934 crypto: openssl - IV len not passed by caller. Callee knows from algo type by Neale Ranns · 6 years ago
  63. 1b1d1e9 crypto-openssl-gcm: account for failed decrypts by Neale Ranns · 6 years ago
  64. 0a0c7ee IPSEC: crypto overflow by Neale Ranns · 6 years ago
  65. 2bccb18 ip4: don't format upper layer if it's a fragment by faicker.mo · 6 years ago
  66. 89e6643 crypto: add support for AES-CTR cipher by fituldo · 6 years ago
  67. 4e08316 vppinfra: AVX-512 transpose (u32x16 and u64x8) by Damjan Marion · 6 years ago
  68. d54815c Trivial: Update doxygen comments. by Paul Vinciguerra · 6 years ago
  69. bbf923f session: drop lock on segment allocation error by Florin Coras · 6 years ago
  70. 1c9a58d stats: Off by one error in stats directory vector. by Ole Troan · 6 years ago
  71. bf38659 Adding check to ensure acl_id matches existing acl_id in abf_policy_update by Parixit Gokhale · 6 years ago
  72. 49e7ef6 IPSEC: ESP with ESN tests and fixes by Neale Ranns · 6 years ago
  73. 11a7397 crypto: add more AES-GCM test cases by Filip Tehlar · 6 years ago
  74. 21ada3b IPSEC-MB: Use random & non-repeating IV (VPP-1642) by Neale Ranns · 6 years ago
  75. 5e282e9 vppinfra: fix the issue that mheap_get_trace record wrong pointer by Wei CHEN · 6 years ago
  76. 712dde9 Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/ by Ole Troan · 6 years ago
  77. 61c0a3d crypto: add performace test to unittest plugin by Damjan Marion · 6 years ago
  78. 90cf21b Tests: Refactor tearDown show command logging, add lifecycle markers. by Paul Vinciguerra · 6 years ago
  79. 7c91007 Make the loss / delay sim available as an output feature by Dave Barach · 6 years ago
  80. 10dc2ea udp: fix copyright typo by Florin Coras · 6 years ago
  81. 40fd1f3 Initial 19.08-rc0 commit by Dave Wallace · 6 years ago v19.08-rc0
  82. 3f86ca3 make test: fix redundant setUp() in template_ipsec.py by Dave Wallace · 6 years ago
  83. e36f44a cmake: fix errors in external when building past point-release by Andrew Yourtchenko · 6 years ago
  84. 92e9384 crypto: Intel IPSEC-MB engine by Neale Ranns · 6 years ago
  85. 9847792 ethernet: fix packet tracing by Benoît Ganne · 6 years ago
  86. b063ad0 make test: Initial QUIC test by Dave Wallace · 6 years ago
  87. 4f33c80 IPSEC: for each engine and algorithm tests by Neale Ranns · 6 years ago
  88. bee9768 session: binary api app names as vectors by Florin Coras · 6 years ago
  89. 7f9b7f9 Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. by Paul Vinciguerra · 6 years ago
  90. 2e1c896 API: Fix shared memory only action handlers. by Ole Troan · 6 years ago
  91. 13464f3 quic: add dummy accepted cb by Florin Coras · 6 years ago
  92. 9b208ce IPSEC: remove double byte swap of IP addresses by Neale Ranns · 6 years ago
  93. 1cf0007 Make tcp/udp/icmp compute checksum safer for buffer-chain case by John Lo · 6 years ago
  94. 5763e47 rdma: add multiqueue support by Benoît Ganne · 6 years ago
  95. e035892 rdma-core: add debug build option by Benoît Ganne · 6 years ago
  96. ed1d872 session: fix session flags by Florin Coras · 6 years ago
  97. af86c63 Fix some python3, cleanup cpu allocation by jdenisco · 6 years ago
  98. 26e035b nat: initialize fq_in2out_output_index by Matthew Smith · 6 years ago
  99. 796c84b GBP: drop and contract counters by Neale Ranns · 6 years ago
  100. f324dec fixing typos by Jim Thompson · 6 years ago