Age | Commit message (Expand) | Author | Files | Lines |
2019-04-05 | tcp: do not delete session on establish pop | Florin Coras | 1 | -1/+1 |
2019-04-04 | tcp: properly validate acks between snd_nxt and una_max | Florin Coras | 1 | -2/+4 |
2019-04-04 | tcp: shorten wait in fin-wait-1 with fin rcvd | Florin Coras | 1 | -4/+11 |
2019-04-02 | tcp: improve rcv process ack processing | Florin Coras | 1 | -67/+69 |
2019-03-29 | tcp: remove sent rcv wnd 0 flag | Florin Coras | 1 | -2/+2 |
2019-03-22 | tcp: improve handling of snd_nxt | Florin Coras | 1 | -63/+49 |
2019-03-14 | tcp: drop anything but fins in TIME_WAIT | Florin Coras | 1 | -0/+4 |
2019-03-13 | tcp: fix entering closing state while in fast recovery | Florin Coras | 1 | -5/+15 |
2019-03-08 | tcp: fix window probes in fin-wait-1 | Florin Coras | 1 | -1/+1 |
2019-03-06 | tcp: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 1 | -75/+47 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 1 | -13/+14 |
2019-03-01 | tcp: allow future acks if in window | Florin Coras | 1 | -4/+9 |
2019-02-22 | tcp: keep snd sack block free list | Florin Coras | 1 | -2/+3 |
2019-02-21 | tcp: drop outstanding data when entering closing state | Florin Coras | 1 | -5/+13 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 1 | -1/+1 |
2019-02-18 | tcp: harden for high scale scenarios | Florin Coras | 1 | -12/+32 |
2019-02-18 | tcp: fix handling of retransmitted syns | Florin Coras | 1 | -15/+24 |
2019-02-09 | session: refactor listen logic | Florin Coras | 1 | -1/+1 |
2019-02-07 | tcp: fix fib_index for v6 ll packets | Florin Coras | 1 | -0/+7 |
2019-02-07 | tcp: fix reset sending in syn-sent | Florin Coras | 1 | -3/+3 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -5/+5 |
2019-01-18 | tcp: allow data in passive open ack (VPP-1545) | Florin Coras | 1 | -2/+3 |
2019-01-12 | session: generate wrong thread errors instead of crashing | Florin Coras | 1 | -5/+5 |
2019-01-03 | tcp: add more closing state arcs | Florin Coras | 1 | -0/+19 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning | Florin Coras | 1 | -1/+2 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 1 | -1/+1 |
2018-12-26 | tcp: add more last-ack arcs | Florin Coras | 1 | -0/+19 |
2018-12-26 | tcp: separate active and passive establish timers | Florin Coras | 1 | -6/+7 |
2018-12-25 | tcp: add fin-wait-1 dispatch arcs | Florin Coras | 1 | -0/+19 |
2018-12-24 | tcp: compute seq_end in tcp_input | Florin Coras | 1 | -41/+29 |
2018-12-22 | tcp: improve waitclose in closing states | Florin Coras | 1 | -0/+5 |
2018-12-21 | tcp: fix fin_wait_1 condition to send fin | Florin Coras | 1 | -2/+3 |
2018-12-19 | session: add cli option to dump session elog | Florin Coras | 1 | -0/+1 |
2018-12-19 | tcp: fix fin in syn-rcvd | Florin Coras | 1 | -5/+12 |
2018-12-19 | tcp: add more state machine arcs | Florin Coras | 1 | -5/+79 |
2018-12-19 | tcp/session: notify transport of close when tx fifo is not empty | Florin Coras | 1 | -1/+4 |
2018-12-18 | tcp/session: drop connections if message queue is full | Florin Coras | 1 | -13/+17 |
2018-12-18 | tcp: cleanup connections if handshake fails | Florin Coras | 1 | -3/+2 |
2018-12-17 | tcp: fix handling of broken syn options | Florin Coras | 1 | -2/+3 |
2018-12-17 | tcp: accept rst that fail paws | Florin Coras | 1 | -9/+9 |
2018-12-13 | tcp: drop handshake ack with fin set | Florin Coras | 1 | -1/+1 |
2018-12-13 | tcp: fix handling of no wscale in syns | Florin Coras | 1 | -0/+2 |
2018-12-13 | tcp: validate seq for handshake ack | Florin Coras | 1 | -0/+8 |
2018-12-13 | session/tcp: support tx flush mark | Florin Coras | 1 | -0/+6 |
2018-12-07 | tcp: improve check for invalid sack blocks | Florin Coras | 1 | -1/+3 |
2018-12-07 | tcp: fix timestamp check and paws | Florin Coras | 1 | -5/+2 |
2018-12-07 | tcp: better handling of options only allowed in syns | Florin Coras | 1 | -9/+18 |
2018-12-07 | tcp: fix length check | Florin Coras | 1 | -3/+14 |
2018-12-05 | session/tcp: postpone cleanup on reset | Florin Coras | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -11/+14 |