Age | Commit message (Expand) | Author | Files | Lines |
2024-10-07 | ip: add extended shallow reassembly |  Klement Sekera | 4 | -578/+1023 |
2024-10-07 | ip: fix feature logic |  Klement Sekera | 1 | -6/+8 |
2024-10-07 | ip: add ip6 shallow reassembly output feature |  Klement Sekera | 2 | -42/+172 |
2024-10-07 | ip: fix ip4 shallow reassembly output feature handoff |  Klement Sekera | 1 | -42/+78 |
2024-03-15 | ip: reassembly - return correct value |  Klement Sekera | 2 | -2/+2 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 2 | -45/+0 |
2024-03-05 | ip: force full reassembly before virtual |  Matthew Smith | 1 | -14/+5 |
2023-05-15 | ip: allow overriding fib index in reass |  Florin Coras | 2 | -6/+10 |
2022-10-12 | ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_next |  Damjan Marion | 1 | -155/+144 |
2022-10-12 | ip: simpler and faster ip4_full_reass_drop_all |  Damjan Marion | 1 | -41/+19 |
2022-10-12 | misc: fix issues reported by clang-15 |  Damjan Marion | 2 | -6/+0 |
2022-10-05 | ip: reassembly - custom context instead of VRF |  Mohammed Hawari | 2 | -40/+137 |
2022-10-05 | ip: reassembly - custom context of ipv6 |  Mohammed Hawari | 2 | -26/+129 |
2022-09-14 | ip: show fib index in ip4 reassembly trace |  Damjan Marion | 1 | -28/+25 |
2022-08-11 | ip: Use .api declared error counters |  Neale Ranns | 4 | -80/+53 |
2022-06-14 | ip: reassembly - Add node level stats, fix customapp behavior |  Vijayabhaskar Katamreddy | 1 | -15/+70 |
2022-05-27 | ip: reassembly - Fixing buffer leaks, corruption in v6 reasm |  Vijayabhaskar Katamreddy | 2 | -42/+117 |
2022-05-26 | ip: reassembly - pacing reassembly timeouts for v6 |  Vijayabhaskar Katamreddy | 1 | -9/+35 |
2022-05-25 | docs: update spelling word list and fix typos |  Dave Wallace | 1 | -5/+5 |
2022-05-23 | ip: reassembly - fixing stepping index in a better way |  Vijayabhaskar Katamreddy | 1 | -8/+8 |
2022-05-23 | ip: reassembly - adding custom reassembly node |  Vijayabhaskar Katamreddy | 1 | -13/+75 |
2022-05-19 | ip: reassembly - pacing reassembly timeouts |  Vijayabhaskar Katamreddy | 1 | -4/+29 |
2022-05-19 | ip: reassembly - increasing the nbuckets for reass |  Vijayabhaskar Katamreddy | 1 | -0/+32 |
2022-05-18 | ip: reassembly - increasing the nbuckets for reass |  Vijayabhaskar Katamreddy | 2 | -2/+6 |
2022-05-13 | ip: reassembly - Fixing buffer leaks, corruption |  Vijayabhaskar Katamreddy | 1 | -50/+126 |
2022-05-10 | ip: reassembly: add documentation |  Klement Sekera | 1 | -0/+221 |
2022-05-10 | ip: fix buffer leaks in reassembly |  Klement Sekera | 2 | -29/+32 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 4 | -6/+8 |
2022-01-31 | ip: reassembly - add a way to disable for forus |  Klement Sekera | 4 | -30/+236 |
2022-01-25 | ip: reassembly - fix missing ip6 owner thread init |  Klement Sekera | 1 | -0/+1 |
2021-12-20 | ip: SVR fix race condition |  Klement Sekera | 2 | -2/+14 |
2021-12-14 | ip: reassembly: drop zero length fragments |  Klement Sekera | 2 | -0/+16 |
2021-12-10 | ip: reassembly: handle atomic fragments correctly |  Klement Sekera | 2 | -45/+93 |
2021-12-03 | ip: extension header parsing fails for fragment header |  Ole Troan | 2 | -60/+59 |
2021-11-04 | ip: speed up reassembly code compilation |  Klement Sekera | 4 | -50/+36 |
2021-11-04 | ip: reassembly: avoid reading truncated L4 headers |  Klement Sekera | 2 | -80/+149 |
2021-08-17 | ip: reassembly cleanup |  Klement Sekera | 4 | -246/+139 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -2/+2 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() |  Damjan Marion | 4 | -12/+8 |
2021-04-01 | ip: extend show cmd of ip reassembly configuration |  Anton Nikolaev | 4 | -0/+16 |
2020-12-27 | ip: Use full reassembly for fragments in ip6-local |  Neale Ranns | 1 | -2/+0 |
2020-12-16 | ip: fix possible missing trace indexes |  Klement Sekera | 4 | -0/+28 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 4 | -16/+16 |
2020-12-04 | ip: fixup memory leak in function ip4_full_reass_drop_all |  barryxie | 1 | -0/+1 |
2020-11-26 | ip: reassembly - fix handoff for custom node |  Klement Sekera | 2 | -21/+111 |
2020-07-28 | ip: svr: improve performance for non-fragments |  Klement Sekera | 1 | -0/+206 |
2020-06-10 | ip: reassembly: LRU algorithm should eliminate the longest unused nodes |  zhengdelun | 2 | -2/+2 |
2020-05-27 | ip: reassembly: use correct IP header offset |  Klement Sekera | 1 | -2/+7 |
2020-04-29 | ip: use thread local vm instead of thread main for vlib_time_now calls |  Tom Seidenberg | 2 | -2/+2 |
2020-04-27 | ip: reassembly: fix one possible use-after-free |  Gao Feng | 2 | -10/+11 |