Age | Commit message (Expand) | Author | Files | Lines |
2019-10-17 | tcp: avoid sending acks when data available | Florin Coras | 1 | -1/+4 |
2019-10-17 | tcp: fix mss flag in option parsing | Florin Coras | 1 | -1/+1 |
2019-10-16 | tcp: avoid head retransmit if scoreboard has no holes | Florin Coras | 1 | -2/+0 |
2019-10-11 | tcp: refactor flags into cfg and conn flags | Florin Coras | 1 | -7/+9 |
2019-10-10 | tcp: improve pacing after idle send periods | Florin Coras | 1 | -22/+39 |
2019-10-10 | tcp: retry lost retransmits | Florin Coras | 1 | -132/+118 |
2019-09-25 | tcp: use sacks for timer based recovery | Florin Coras | 1 | -145/+141 |
2019-09-20 | tcp: refactor congestion event handling | Florin Coras | 1 | -40/+36 |
2019-09-16 | tcp: use rate sample rtt in recovery if possible | Florin Coras | 1 | -6/+14 |
2019-09-12 | tcp: cleanup scoreboard after recovery | Florin Coras | 1 | -0/+7 |
2019-09-11 | tcp: handle sack reneging | Florin Coras | 1 | -88/+120 |
2019-09-10 | tcp: enable gso in tcp hoststack | Simon Zhang | 1 | -0/+37 |
2019-09-04 | tcp: cc algos handle cwnd on congestion signal | Florin Coras | 1 | -12/+1 |
2019-08-30 | tcp: track zero rwnd errors | Florin Coras | 1 | -0/+7 |
2019-08-21 | tcp: add option for always on event logging | Florin Coras | 1 | -33/+31 |
2019-08-19 | tcp: set cc_algo on connection alloc | Florin Coras | 1 | -5/+2 |
2019-08-14 | tcp: extend protocol configuration | Florin Coras | 1 | -15/+18 |
2019-08-12 | tcp: handle fin+rst+syn in closing state | Florin Coras | 1 | -0/+2 |
2019-08-08 | tcp: cleanup timers | Florin Coras | 1 | -3/+0 |
2019-08-02 | tcp: add more connection stats | Florin Coras | 1 | -0/+14 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 1 | -92/+17 |
2019-07-23 | tcp: generate closed notifications whenever tcp closes | Florin Coras | 1 | -0/+2 |
2019-07-17 | tcp: add node with no 6-tuple lookup | Vladimir Kropylev | 1 | -22/+96 |
2019-07-15 | session: allow transports to generate closed notifications | Florin Coras | 1 | -0/+2 |
2019-07-09 | tcp: track last lost bytes in sack sb | Florin Coras | 1 | -3/+9 |
2019-07-05 | tcp: timestamp adjustment | Vladimir Kropylev | 1 | -1/+1 |
2019-07-05 | tcp: add cc algo undo recovery notification | Florin Coras | 1 | -18/+9 |
2019-07-05 | tcp: add loss signal to cc algo | Florin Coras | 1 | -5/+16 |
2019-06-28 | tcp: reject out-of-order fins | Florin Coras | 1 | -0/+4 |
2019-06-28 | tcp: fix close-waiting check for outstanding tx data | Florin Coras | 1 | -1/+2 |
2019-06-25 | tcp: delivery rate estimator | Florin Coras | 1 | -12/+17 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -1/+1 |
2019-06-13 | tcp: fix tcp_do_fastretransmits failure. | Guoao Sun | 1 | -0/+2 |
2019-06-12 | tcp: better estimate snd space for rxt with no sacks | Florin Coras | 1 | -2/+0 |
2019-06-08 | tcp: send challenge ack for in wnd syn | Florin Coras | 1 | -1/+2 |
2019-06-07 | tcp: log connect notify errors | Florin Coras | 1 | -1/+2 |
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-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 |