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