1. 65d25b4 ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_next by Damjan Marion · 2 years, 3 months ago
  2. 42ed836 ip: simpler and faster ip4_full_reass_drop_all by Damjan Marion · 2 years, 3 months ago
  3. dd298e8 misc: fix issues reported by clang-15 by Damjan Marion · 2 years, 2 months ago
  4. 121a16a ip: show fib index in ip4 reassembly trace by Damjan Marion · 2 years, 3 months ago
  5. e22a704 ip: Use .api declared error counters by Neale Ranns · 2 years, 4 months ago
  6. 449efe9 ip: reassembly - Fixing buffer leaks, corruption in v6 reasm by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  7. beafecf ip: reassembly - fixing stepping index in a better way by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  8. 8b874fc ip: reassembly - pacing reassembly timeouts by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  9. 14a7442 ip: reassembly - increasing the nbuckets for reass by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  10. 3fda200 ip: reassembly - increasing the nbuckets for reass by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  11. e0f901a ip: reassembly - Fixing buffer leaks, corruption by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  12. e63a2d4 ip: fix buffer leaks in reassembly by Klement Sekera · 3 years, 7 months ago
  13. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 9 months ago
  14. 01c1fa4 ip: reassembly - add a way to disable for forus by Klement Sekera · 3 years ago
  15. d4ba0d1 ip: speed up reassembly code compilation by Klement Sekera · 3 years, 1 month ago
  16. 42cec0e ip: reassembly cleanup by Klement Sekera · 3 years, 5 months ago
  17. 9e7a0b4 vlib: pass node runtime to vlib_buffer_enqueue_to_thread() by Damjan Marion · 3 years, 7 months ago
  18. 74a4a70 ip: extend show cmd of ip reassembly configuration by Anton Nikolaev · 3 years, 10 months ago
  19. 53be16d ip: fix possible missing trace indexes by Klement Sekera · 4 years ago
  20. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  21. 01e94db ip: fixup memory leak in function ip4_full_reass_drop_all by barryxie · 4 years ago
  22. fe8371f ip: reassembly - fix handoff for custom node by Klement Sekera · 4 years, 3 months ago
  23. 9165e03 ip: reassembly: fix one possible use-after-free by Gao Feng · 4 years, 8 months ago
  24. c99c025 ip: reassembly: improve type safety by Klement Sekera · 5 years ago
  25. 1766ddc ip: reassembly: don't set error if no error by Klement Sekera · 4 years, 9 months ago
  26. a877cf9 ip: more detailed show reassembly commands by Vladimir Ratnikov · 5 years ago
  27. f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
  28. cf7803d ip: reassembly: fix use-after-free by Benoît Ganne · 5 years ago
  29. 8563cb3 ip: reassembly: trace ip headers over worker handoffs by Klement Sekera · 5 years ago
  30. 7b2e9fb map: use ip6-full-reassembly instead of own code by Klement Sekera · 5 years ago
  31. 2d0ebd7 ip: fix use-after-free in reassembly by Benoît Ganne · 5 years ago
  32. de34c35 ip: add shallow virtual reassembly functionality by Klement Sekera · 5 years ago
  33. 896c896 ip: refactor reassembly by Klement Sekera · 5 years ago[Renamed (62%) from src/vnet/ip/ip4_reassembly.c]
  34. d770cfc ipsec ip tcp l2: multiarch nodes cannot be declared as static by Damjan Marion · 5 years ago
  35. 8e9e0ec ip: reassembly: remove unnecessary code by Klement Sekera · 5 years ago
  36. 630ab58 ip: reassembly: send packet out on correct worker by Klement Sekera · 5 years ago
  37. 2be3eb6 ipsec: FIx feature ordering by Neale Ranns · 5 years ago
  38. 1404698 ip: Ensure reassembly runs before IPSec decrypt. by Neale Ranns · 5 years ago
  39. 32dcd3b vppinfra: allocate bihash virtual space on demand by Dave Barach · 5 years ago
  40. a638c18 vlib: packet tracer support for pkt thread handoffs by Dave Barach · 5 years ago
  41. e849865 ip: reassembly-separate feature and custom code by Klement Sekera · 6 years ago
  42. 21aa8f1 reassembly: support more custom options for apps by Klement Sekera · 6 years ago
  43. 90556d6 ip4/6-reassembly fixes by Vijayabhaskar Katamreddy · 6 years ago
  44. 3a343d4 reassembly: prevent long chain attack by Klement Sekera · 6 years ago
  45. f369e3a reassembly: avoid race-conditions by Klement Sekera · 6 years ago
  46. 26ea14e ip: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  47. 470a370 Hash and handoff reassembly fragments by Vijayabhaskar Katamreddy · 6 years ago
  48. f883f6a buffer chain linearization by Klement Sekera · 6 years ago
  49. d0f70a3 reassembly: replace asserts with error counters by Klement Sekera · 6 years ago
  50. 4ee633e VPP-1523: harden reassembly by Klement Sekera · 6 years ago
  51. 400f6d8 reassembly: fix internal buffer count accounting by Klement Sekera · 6 years ago
  52. 14d7e90 VPP-1522: harden reassembly code by Klement Sekera · 6 years ago
  53. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  54. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  55. cd80692 reassembly: get number of workers instead of threads (VPP-1435) by Juraj Sloboda · 6 years ago
  56. a006065 mismatch bi0 and b0 when finalizing ip reassembly. by Kingwel Xie · 6 years ago
  57. 633b6fd vlib: introduce user flags in vlib_frame_t by Damjan Marion · 6 years ago
  58. 7d98a12 Remove unused argument to vlib_feature_next by Damjan Marion · 6 years ago
  59. b361076 Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting by Vijayabhaskar Katamreddy · 6 years ago
  60. 8dcfed5 reassembly: optimize bihash usage by Klement Sekera · 6 years ago
  61. 2574d9f node functions cannot be always_inline by Damjan Marion · 6 years ago
  62. aa682a3 A bit of buffer metadata reshuffling to accommodate flow_id by Damjan Marion · 7 years ago
  63. 3ecc221 reassembly: bug fixes by Klement Sekera · 7 years ago
  64. 30684ac Coverity fixes (VPP-1204) by Chris Luke · 7 years ago
  65. 4c53313 reassembly: feature/concurrency by Klement Sekera · 7 years ago
  66. 1403fcd Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set by Dave Barach · 7 years ago
  67. 56e6f09 IP reassembly: workaround coverity warnings by Klement Sekera · 7 years ago
  68. 75e7d13 IPv4/6 reassembly by Klement Sekera · 7 years ago