Age | Commit message (Expand) | Author | Files | Lines |
2019-06-03 | ARP: add feature arc | Neale Ranns | 1 | -8/+6 |
2019-05-27 | tcp: handle disconnects in rcv-process | Florin Coras | 1 | -0/+1 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -1/+1 |
2019-04-08 | host stack: update stale copyright | Florin Coras | 9 | -9/+9 |
2019-04-05 | tcp: do not delete session on establish pop | Florin Coras | 3 | -29/+34 |
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 | 3 | -9/+18 |
2019-04-02 | tcp: improve rcv process ack processing | Florin Coras | 4 | -68/+79 |
2019-03-29 | tcp: remove sent rcv wnd 0 flag | Florin Coras | 3 | -13/+2 |
2019-03-29 | tcp: improve updating of rcv wnd | Florin Coras | 1 | -10/+7 |
2019-03-28 | tcp: remove unused buffer flags | Florin Coras | 2 | -23/+0 |
2019-03-27 | tcp: add cc algo lookup table | Florin Coras | 2 | -7/+17 |
2019-03-23 | tcp: make default mtu configurable | Florin Coras | 3 | -7/+10 |
2019-03-22 | tcp: improve handling of snd_nxt | Florin Coras | 4 | -124/+91 |
2019-03-20 | tcp: disable cc elog debugging | Florin Coras | 1 | -2/+2 |
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-13 | tcp: avoid computing flags in push hdr inline | Florin Coras | 1 | -26/+3 |
2019-03-12 | tcp: print congestion control algorithm in cli | Florin Coras | 1 | -11/+12 |
2019-03-08 | tcp: fix rcv_wnd computation | Florin Coras | 1 | -1/+1 |
2019-03-08 | session/tcp/vcl: fixes and optimizations | Florin Coras | 3 | -9/+4 |
2019-03-08 | tcp: fix window probes in fin-wait-1 | Florin Coras | 2 | -15/+10 |
2019-03-06 | tcp: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 4 | -109/+77 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 4 | -28/+30 |
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 | 3 | -2/+7 |
2019-02-22 | tcp: send enough dupacks to cover all sack holes | Florin Coras | 4 | -14/+37 |
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 | 5 | -29/+69 |
2019-02-18 | tcp: fix handling of retransmitted syns | Florin Coras | 2 | -16/+26 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -1/+1 |
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 | 3 | -6/+7 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -1/+1 |
2019-02-06 | transport: cleanup | Florin Coras | 2 | -11/+12 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -5/+5 |
2019-02-02 | session: improve show session cli | Florin Coras | 1 | -1/+5 |
2019-02-02 | tcp: remove internal buffer cache | Florin Coras | 2 | -81/+32 |
2019-01-20 | tcp: fix debugging without cc stats (VPP-1547) | Florin Coras | 1 | -0/+1 |
2019-01-19 | buffers: remove free-list information from buffer metadata | Damjan Marion | 1 | -1/+0 |
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 | 2 | -6/+7 |
2019-01-04 | tcp: fix reset in syn-sent | Florin Coras | 1 | -2/+1 |
2019-01-03 | tcp: add more closing state arcs | Florin Coras | 1 | -0/+19 |
2019-01-03 | tcp: better randomize iss | Florin Coras | 2 | -4/+41 |
2019-01-01 | buffers: remove unused code | Damjan Marion | 1 | -2/+1 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning | Florin Coras | 2 | -4/+7 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 2 | -9/+9 |