1. af58882 svm: change fifo pointers to offsets by Florin Coras · 4 years ago
  2. c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago
  3. 4b8011e svm: separate private from shared fifo segment ptrs by Florin Coras · 4 years ago
  4. 40a5da8 tls: use fifo segments instead of chunks by Florin Coras · 4 years ago
  5. c95cfa2 svm: support for multi-segment enqueues by Florin Coras · 4 years, 1 month ago
  6. d1cc38d vcl svm: segments improvements by Florin Coras · 4 years, 2 months ago
  7. d68faf8 vcl svm: provide apps access to fifo chunks by Florin Coras · 4 years, 3 months ago
  8. 97d39e3 svm session: document unsupported fifo deq combinations by Florin Coras · 4 years, 3 months ago
  9. 0e6199d svm: check if fifo free list index is valid on alloc by Florin Coras · 4 years, 8 months ago
  10. 06d4775 svm: track fifo segment virtual memory consumption by Florin Coras · 4 years, 10 months ago
  11. 9e61d9a svm: remove chunk add function by Florin Coras · 4 years, 10 months ago
  12. f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
  13. b020806 svm: refactor fifo chunk tracking by Florin Coras · 5 years ago
  14. 62ddc03 session svm: per thread fifo segment slices by Florin Coras · 5 years ago
  15. 8e20fe7 svm: immediate fifo growth even when wrapped by Ryujiro Shibuya · 5 years ago
  16. fcd26a0 svm: fix fifo max writeable chunk computation by Florin Coras · 5 years ago
  17. eaacce4 svm: fix multi-chunk fifo alloc and add more tests by Florin Coras · 5 years ago
  18. 2d379d8 svm: rename fifo tx notifications to reflect use by Florin Coras · 5 years ago
  19. e82a7ad quic : Use TX event for app read notification by Nathan Skrzypczak · 6 years ago
  20. cefd5d8 svm: decouple fifo and default chunk allocation by Florin Coras · 6 years ago
  21. a7570b0 svm: basic support for fifo shrinking by Florin Coras · 6 years ago
  22. 29a59c3 svm: store normalized head/tail for fifo by Florin Coras · 6 years ago
  23. 87b15ce svm: more fifo refactor/cleanup by Florin Coras · 6 years ago
  24. de146e5 svm: fix fifo tail/head/ooo logic for u32 wrap by Florin Coras · 6 years ago
  25. b095a3c svm: fifo segment support for chunk allocation by Florin Coras · 6 years ago
  26. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  27. 4375fa3 svm: fifo ooo reads/writes with multiple chunks by Florin Coras · 6 years ago
  28. 99ad2fc svm: reorganize fifo march code by Florin Coras · 6 years ago
  29. 2309e7a svm: support addition of chunks to fifos by Florin Coras · 6 years ago
  30. 0a84680 svm: allow indirect fifo data chunks by Florin Coras · 6 years ago
  31. 28aa539 svm_fifo rework to avoid contention on cursize by Sirshak Das · 6 years ago
  32. c5df8c7 host stack: update stale copyright by Florin Coras · 6 years ago
  33. 881d13e svm/atomics: add clib_atomic_swap_rel_n by Florin Coras · 6 years ago
  34. 4b76112 session/fifo: make event unset atomic by Florin Coras · 6 years ago
  35. 0964985 svm: fix mem ordering for enqueue nocopy by Florin Coras · 6 years ago
  36. 0ef8ef2 vls: multi-process and multi-threaded apps improvements by Florin Coras · 6 years ago
  37. 72b0428 vcl/session: replicate events for shared sessions by Florin Coras · 6 years ago
  38. 1bcad5c session/vcl: improve fifo tx notifications by Florin Coras · 6 years ago
  39. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  40. 19515ac Use acquire/release ordering when accessing svm_fifo shared variable cursize by Sirshak Das · 6 years ago
  41. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  42. 326b81e session: fix local session tagging and cleanup by Florin Coras · 6 years ago
  43. 0e88e85 session/svm: add want_tx_event flag to fifo by Florin Coras · 6 years ago
  44. 2cba853 vcl: add apis that expos fifo as buffer by Florin Coras · 6 years ago
  45. 41c9e04 vcl: improve read and fifo event handling by Florin Coras · 6 years ago
  46. 8409955 session: send rx events only if session ready by Florin Coras · 6 years ago
  47. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  48. 46f001d session: push tx notifications only if needed by Florin Coras · 6 years ago
  49. 25579b4 tcp: cleanup connection/session fixes by Florin Coras · 7 years ago
  50. 7fb0fe1 udp/session: refactor to support dgram mode by Florin Coras · 7 years ago
  51. 58d36f0 tls: add openssl engine by Florin Coras · 7 years ago
  52. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  53. 818eb54 Improve the svm fifo allocator by Dave Barach · 7 years ago
  54. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  55. 3eb5062 Fixes and improved tcp/session debugging by Florin Coras · 7 years ago
  56. 2c25a62 Horizontal (nSessions) scaling draft by Dave Barach · 7 years ago
  57. f03a59a Overall tcp performance improvements (VPP-846) by Florin Coras · 8 years ago
  58. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  59. acd2a6a VPP-846: tcp perf / scale / hardening by Dave Barach · 8 years ago
  60. c28764f TCP ooo reception fixes by Florin Coras · 8 years ago
  61. a546481 Session layer improvements by Florin Coras · 8 years ago
  62. 1f75cfd Fix fifo ooo bugs and improve testing by Dave Barach · 8 years ago
  63. 6cf30ad Session layer refactoring by Florin Coras · 8 years ago
  64. 3e350af TCP cc/window management fixes and debugging by Florin Coras · 8 years ago
  65. 6792ec0 TCP/session improvements by Florin Coras · 8 years ago
  66. 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago