Age | Commit message (Expand) | Author | Files | Lines |
2021-04-14 | session tcp vcl: api to update connection attributes |  Florin Coras | 1 | -0/+1 |
2021-04-05 | tcp: time infra improvements |  Florin Coras | 1 | -4/+7 |
2020-10-23 | tcp: remove delack time config |  Florin Coras | 1 | -3/+0 |
2020-10-21 | tcp: updating time constans as timer tick changed |  Ryujiro Shibuya | 1 | -7/+7 |
2020-09-16 | tcp: make max gso packet size configurable |  Simon Zhang | 1 | -0/+3 |
2020-08-03 | tcp: improve timestamp rtt accuracy |  Florin Coras | 1 | -3/+1 |
2020-07-23 | tcp: track pending timers |  Florin Coras | 1 | -1/+0 |
2020-05-24 | tcp: track buffer alloc failures |  Florin Coras | 1 | -0/+1 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 1 | -1/+1 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis |  Florin Coras | 1 | -112/+2 |
2020-04-02 | tcp: move features to separate files |  Florin Coras | 1 | -939/+24 |
2020-03-30 | tcp: reuse session infra for syns and resets |  Florin Coras | 1 | -5/+8 |
2020-03-23 | tcp: add lost and in flight to byte tracker |  Florin Coras | 1 | -1/+7 |
2020-03-19 | tcp: move accept init to separate reusable function |  Florin Coras | 1 | -0/+8 |
2020-03-19 | tcp: force deschedule if no send space available |  Florin Coras | 1 | -2/+7 |
2020-03-19 | session tcp udp: consolidate transport snd apis |  Florin Coras | 1 | -0/+2 |
2020-02-25 | tcp: handle cleanups without timers |  Florin Coras | 1 | -2/+12 |
2020-02-24 | tcp: dynamic max timers per loop |  Florin Coras | 1 | -0/+3 |
2020-02-18 | tcp: pace timer handling |  Florin Coras | 1 | -8/+11 |
2020-02-14 | tcp: reset fin-wait-2 timeout connections |  Florin Coras | 1 | -0/+1 |
2020-02-14 | tcp: minimal set of worker stats |  Florin Coras | 1 | -0/+27 |
2020-02-12 | tcp: move connections to wrk ctx |  Florin Coras | 1 | -22/+26 |
2020-02-12 | tcp: postpone rst handling |  Florin Coras | 1 | -6/+10 |
2020-02-10 | tcp: add option to avoid endpoint cleanup |  Florin Coras | 1 | -0/+1 |
2020-01-28 | session tcp: fix packet tracing |  Florin Coras | 1 | -0/+1 |
2019-12-27 | tcp: Enable TCP timewait port use |  Yu Ping | 1 | -1/+4 |
2019-11-25 | tcp: invalidate expired timer handles before dispatching |  Florin Coras | 1 | -1/+1 |
2019-11-21 | tcp: add no csum offload config option |  Florin Coras | 1 | -0/+3 |
2019-11-20 | session tcp: support pacer idle timeouts |  Florin Coras | 1 | -1/+0 |
2019-11-11 | tcp: improve lost rxt heuristic |  Florin Coras | 1 | -2/+8 |
2019-11-07 | tcp: fix retransmit with no sacks |  Florin Coras | 1 | -1/+2 |
2019-11-06 | tcp: IPv6 flow label support |  Tarun Gupta | 1 | -0/+1 |
2019-10-31 | tcp: track lost rxt segments in byte tracker |  Florin Coras | 1 | -0/+1 |
2019-10-23 | tcp: improve rate samples for retansmitted segments |  Florin Coras | 1 | -2/+3 |
2019-10-17 | session tcp: infra for transports to send buffers |  Florin Coras | 1 | -4/+0 |
2019-10-17 | tcp: avoid sending acks when data available |  Florin Coras | 1 | -0/+1 |
2019-10-11 | tcp: refactor flags into cfg and conn flags |  Florin Coras | 1 | -7/+33 |
2019-10-10 | tcp: improve pacing after idle send periods |  Florin Coras | 1 | -0/+1 |
2019-10-10 | tcp: retry lost retransmits |  Florin Coras | 1 | -4/+5 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 |  Srikanth A | 1 | -0/+3 |
2019-09-25 | tcp: use sacks for timer based recovery |  Florin Coras | 1 | -27/+25 |
2019-09-18 | tcp: compute snd time for rate sample |  Florin Coras | 1 | -2/+2 |
2019-09-11 | tcp: handle sack reneging |  Florin Coras | 1 | -1/+1 |
2019-09-10 | tcp: enable gso in tcp hoststack |  Simon Zhang | 1 | -0/+2 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough |  Florin Coras | 1 | -0/+4 |
2019-08-30 | tcp: improve mss computation |  Florin Coras | 1 | -1/+0 |
2019-08-21 | tcp: add option for always on event logging |  Florin Coras | 1 | -1/+1 |
2019-08-19 | tcp: set cc_algo on connection alloc |  Florin Coras | 1 | -0/+2 |
2019-08-19 | tcp: allow cc algos to set pacing rate |  Florin Coras | 1 | -0/+13 |
2019-08-14 | tcp: extend protocol configuration |  Florin Coras | 1 | -55/+82 |