1. 639beb9 ip: allow overriding fib index in reass by Florin Coras · 1 year, 7 months ago
  2. 65d25b4 ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_next by Damjan Marion · 2 years, 3 months ago
  3. 42ed836 ip: simpler and faster ip4_full_reass_drop_all by Damjan Marion · 2 years, 3 months ago
  4. dd298e8 misc: fix issues reported by clang-15 by Damjan Marion · 2 years, 2 months ago
  5. 41404bf ip: reassembly - custom context instead of VRF by Mohammed Hawari · 2 years, 7 months ago
  6. 2805daa ip: reassembly - custom context of ipv6 by Mohammed Hawari · 2 years, 6 months ago
  7. 121a16a ip: show fib index in ip4 reassembly trace by Damjan Marion · 2 years, 3 months ago
  8. e22a704 ip: Use .api declared error counters by Neale Ranns · 2 years, 4 months ago
  9. ada7e4e ip: reassembly - Add node level stats, fix customapp behavior by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  10. 449efe9 ip: reassembly - Fixing buffer leaks, corruption in v6 reasm by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  11. 8b85929 ip: reassembly - pacing reassembly timeouts for v6 by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  12. dac97e2 docs: update spelling word list and fix typos by Dave Wallace · 2 years, 7 months ago
  13. beafecf ip: reassembly - fixing stepping index in a better way by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  14. bc8c210 ip: reassembly - adding custom reassembly node by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  15. 8b874fc ip: reassembly - pacing reassembly timeouts by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  16. 14a7442 ip: reassembly - increasing the nbuckets for reass by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  17. 3fda200 ip: reassembly - increasing the nbuckets for reass by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  18. e0f901a ip: reassembly - Fixing buffer leaks, corruption by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  19. bb912f2 ip: reassembly: add documentation by Klement Sekera · 2 years, 11 months ago
  20. e63a2d4 ip: fix buffer leaks in reassembly by Klement Sekera · 3 years, 7 months ago
  21. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 9 months ago
  22. 01c1fa4 ip: reassembly - add a way to disable for forus by Klement Sekera · 3 years ago
  23. 8d4db8b ip: reassembly - fix missing ip6 owner thread init by Klement Sekera · 2 years, 11 months ago
  24. 4ab6ad1 ip: SVR fix race condition by Klement Sekera · 3 years ago
  25. 755042d ip: reassembly: drop zero length fragments by Klement Sekera · 3 years, 1 month ago
  26. 7c3275e ip: reassembly: handle atomic fragments correctly by Klement Sekera · 3 years ago
  27. 03092c1 ip: extension header parsing fails for fragment header by Ole Troan · 3 years, 1 month ago
  28. d4ba0d1 ip: speed up reassembly code compilation by Klement Sekera · 3 years, 2 months ago
  29. 5a58e7c ip: reassembly: avoid reading truncated L4 headers by Klement Sekera · 3 years, 1 month ago
  30. 42cec0e ip: reassembly cleanup by Klement Sekera · 3 years, 5 months ago
  31. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  32. 9e7a0b4 vlib: pass node runtime to vlib_buffer_enqueue_to_thread() by Damjan Marion · 3 years, 7 months ago
  33. 74a4a70 ip: extend show cmd of ip reassembly configuration by Anton Nikolaev · 3 years, 10 months ago
  34. f6472e0 ip: Use full reassembly for fragments in ip6-local by Neale Ranns · 4 years ago
  35. 53be16d ip: fix possible missing trace indexes by Klement Sekera · 4 years ago
  36. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  37. 01e94db ip: fixup memory leak in function ip4_full_reass_drop_all by barryxie · 4 years ago
  38. fe8371f ip: reassembly - fix handoff for custom node by Klement Sekera · 4 years, 3 months ago
  39. 18c6cd9 ip: svr: improve performance for non-fragments by Klement Sekera · 4 years, 5 months ago
  40. ce53363 ip: reassembly: LRU algorithm should eliminate the longest unused nodes by zhengdelun · 4 years, 7 months ago
  41. 1149229 ip: reassembly: use correct IP header offset by Klement Sekera · 4 years, 7 months ago
  42. 5a7f2f1 ip: use thread local vm instead of thread main for vlib_time_now calls by Tom Seidenberg · 4 years, 8 months ago
  43. 9165e03 ip: reassembly: fix one possible use-after-free by Gao Feng · 4 years, 8 months ago
  44. c99c025 ip: reassembly: improve type safety by Klement Sekera · 5 years ago
  45. 1766ddc ip: reassembly: don't set error if no error by Klement Sekera · 4 years, 9 months ago
  46. a877cf9 ip: more detailed show reassembly commands by Vladimir Ratnikov · 5 years ago
  47. 8ad070e ip: align reass.save_rewrite_length by Klement Sekera · 5 years ago v20.05-rc0
  48. f126e74 nat: use SVR by Klement Sekera · 5 years ago
  49. f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
  50. 407f593 ip: SVR: fix wrong return value by Klement Sekera · 5 years ago
  51. 38f7ccb ip: reassembly fix sanity checks by Klement Sekera · 5 years ago
  52. cf7803d ip: reassembly: fix use-after-free by Benoît Ganne · 5 years ago
  53. 8563cb3 ip: reassembly: trace ip headers over worker handoffs by Klement Sekera · 5 years ago
  54. 7b2e9fb map: use ip6-full-reassembly instead of own code by Klement Sekera · 5 years ago
  55. 3a1ef47 ip: remove dead code in ip6-svr by Klement Sekera · 5 years ago
  56. 364b20a ip: reassembly add missing goto by Klement Sekera · 5 years ago
  57. 91f6883 ip: reassembly remove dead code by Klement Sekera · 5 years ago
  58. 63c7353 ip: svr: fix feature refcounts by Klement Sekera · 5 years ago
  59. 2d0ebd7 ip: fix use-after-free in reassembly by Benoît Ganne · 5 years ago
  60. de34c35 ip: add shallow virtual reassembly functionality by Klement Sekera · 5 years ago
  61. 769145c ip: respect buffer boundary when searching for ipv6 headers by Klement Sekera · 6 years ago
  62. 896c896 ip: refactor reassembly by Klement Sekera · 5 years ago