Age | Commit message (Expand) | Author | Files | Lines |
2021-11-10 | ip: always set ip rx_sw_if_index |  Florin Coras | 1 | -4/+1 |
2021-11-08 | tcp: refactor reset node |  Florin Coras | 1 | -49/+71 |
2021-11-06 | tcp: fix reset with packet ack number |  Florin Coras | 1 | -0/+1 |
2021-11-06 | tcp: in place tcp header for buffer resets |  Florin Coras | 1 | -2/+2 |
2021-11-03 | tcp: make buffer reset function public |  Florin Coras | 2 | -32/+28 |
2021-11-02 | tcp: fix uninitializad value |  Damjan Marion | 1 | -1/+1 |
2021-10-27 | tcp: fix use of invalid local sw_if_index |  Florin Coras | 1 | -1/+2 |
2021-10-25 | tcp: fix: TCP timewait port reuse rfc compliance |  Michal Kalderon | 2 | -4/+84 |
2021-10-21 | ip: Add ip46-local node for local swif[rx] |  Nathan Skrzypczak | 1 | -0/+7 |
2021-10-06 | tcp: fix severity info |  Filip Tehlar | 5 | -66/+66 |
2021-09-13 | tcp session: initialize sw_if_index at connect time |  Florin Coras | 4 | -4/+5 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -4/+4 |
2021-07-13 | tcp session: next node config on connects |  Florin Coras | 1 | -0/+2 |
2021-07-06 | tcp: use tcp output for half open connections |  Florin Coras | 1 | -39/+12 |
2021-07-06 | tcp: use main thread pool for half-opens |  Florin Coras | 5 | -146/+29 |
2021-06-29 | tcp: add ACK flag to RST packet |  liuyacan | 1 | -1/+1 |
2021-06-22 | tcp: api cleanup |  Filip Tehlar | 2 | -43/+9 |
2021-06-15 | tcp: prevent timer handler being called frequently |  liuyacan | 4 | -6/+18 |
2021-06-12 | tcp: fix proto in port reuse check |  Florin Coras | 1 | -2/+2 |
2021-05-14 | tcp: remove ho lock |  Florin Coras | 3 | -13/+0 |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -1/+25 |
2021-05-10 | session: use half-open sessions for vc establishment |  Florin Coras | 1 | -3/+15 |
2021-05-05 | tcp: cleanup rcv-process and bulk buffer translation |  Florin Coras | 1 | -141/+160 |
2021-05-05 | tcp: cleanup listen node and bulk buffer translation |  Florin Coras | 1 | -41/+48 |
2021-05-05 | tcp: cleanup syn-sent and bulk buffer translation |  Florin Coras | 1 | -112/+124 |
2021-05-04 | tcp: cleanup established and bulk buffer translation |  Florin Coras | 1 | -29/+28 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 2 | -15/+1 |
2021-04-23 | tcp: try to update sack list only if not empty |  Florin Coras | 1 | -1/+1 |
2021-04-23 | tcp: reorganize connection members |  Florin Coras | 2 | -8/+8 |
2021-04-20 | tcp: req app deq notification on fifo full |  Florin Coras | 2 | -1/+26 |
2021-04-15 | tcp: support for rate sample attr flag |  Florin Coras | 1 | -0/+14 |
2021-04-14 | session tcp vcl: api to update connection attributes |  Florin Coras | 3 | -0/+103 |
2021-04-05 | tcp: time infra improvements |  Florin Coras | 7 | -33/+46 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly |  Damjan Marion | 1 | -13/+13 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 1 | -1/+1 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -1/+1 |
2021-03-08 | tcp: account for option alignment in initial snd_mss |  Florin Coras | 1 | -2/+3 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 1 | -1/+1 |
2021-02-05 | tcp: fix port reuse with multiple listeners |  Florin Coras | 2 | -3/+11 |
2021-01-16 | tcp: remove bad assert |  Ivan Shvedunov | 1 | -5/+2 |
2020-12-21 | tcp: terminate options with nops |  Florin Coras | 1 | -8/+4 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -2/+2 |
2020-11-25 | tcp: enable lc if any other debug option enabled |  Florin Coras | 2 | -11/+34 |
2020-11-12 | tcp: push last buffered sequence |  Florin Coras | 2 | -6/+7 |
2020-11-11 | tcp: validate fin seq in closing states |  Florin Coras | 1 | -0/+3 |
2020-11-10 | tcp: fix test for trailing bytes |  Florin Coras | 1 | -1/+1 |
2020-11-09 | session: delegate fifo ooo lookup init to transports |  Florin Coras | 1 | -0/+3 |
2020-11-05 | tcp: avoid consuming trailing bytes |  Florin Coras | 1 | -0/+4 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 1 | -0/+2 |
2020-10-26 | tcp: byte tracker fix |  Ryujiro Shibuya | 1 | -1/+5 |