aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-12tcp: limit persist segment size if window availableFlorin Coras1-1/+3
2022-01-12session: pass tx buffers in bulk to transportsFlorin Coras1-4/+33
2022-01-10session: deschedule sessions with no data to sendFlorin Coras1-1/+0
2022-01-06tcp: mark lost first sack hole on timeoutFlorin Coras1-1/+4
2022-01-06tcp: cast timer ticks to u32Florin Coras1-2/+2
2021-11-08tcp: refactor reset nodeFlorin Coras1-49/+71
2021-11-06tcp: fix reset with packet ack numberFlorin Coras1-0/+1
2021-11-06tcp: in place tcp header for buffer resetsFlorin Coras1-2/+2
2021-11-03tcp: make buffer reset function publicFlorin Coras1-32/+27
2021-11-02tcp: fix uninitializad valueDamjan Marion1-1/+1
2021-10-06tcp: fix severity infoFilip Tehlar1-6/+6
2021-09-13tcp session: initialize sw_if_index at connect timeFlorin Coras1-1/+1
2021-07-06tcp: use tcp output for half open connectionsFlorin Coras1-39/+12
2021-06-29tcp: add ACK flag to RST packetliuyacan1-1/+1
2021-06-15tcp: prevent timer handler being called frequentlyliuyacan1-6/+12
2021-05-01vlib: refactor trajectory trace debug featureBenoƮt Ganne1-6/+1
2021-04-20tcp: req app deq notification on fifo fullFlorin Coras1-1/+4
2021-04-05tcp: time infra improvementsFlorin Coras1-3/+3
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-1/+1
2020-11-12tcp: push last buffered sequenceFlorin Coras1-0/+7
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-0/+2
2020-10-23tcp: remove snd_una_maxFlorin Coras1-7/+3
2020-10-23tcp: remove force retransmit timer updateFlorin Coras1-9/+8
2020-08-20tcp: track reorder with sacksFlorin Coras1-0/+1
2020-07-23tcp: track pending timersFlorin Coras1-11/+0
2020-07-07tcp: round down rcv wnd even if avoiding retractionFlorin Coras1-13/+9
2020-06-30tcp: avoid rcv wnd more than RX fifo can enqueueRyujiro Shibuya1-7/+6
2020-05-24tcp: track buffer alloc failuresFlorin Coras1-3/+20
2020-05-12tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-04-09tcp: avoid regrabing error node in input and outputFlorin Coras1-13/+8
2020-04-04session tls: support tls deschedulingFlorin Coras1-6/+5
2020-04-03session: improve error reportingFlorin Coras1-1/+1
2020-04-02tcp: explicit use of timer wheel in timer apisFlorin Coras1-23/+21
2020-04-02tcp: move features to separate filesFlorin Coras1-86/+3
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras1-43/+11
2020-03-25tcp: avoid updating rcv wnd in resetsFlorin Coras1-3/+1
2020-03-19tcp: force deschedule if no send space availableFlorin Coras1-1/+3
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-2/+8
2020-03-19tcp: count dupacks with no sacksFlorin Coras1-0/+1
2020-02-25tcp: handle cleanups without timersFlorin Coras1-2/+2
2020-02-18tcp: pace timer handlingFlorin Coras1-49/+10
2020-02-14tcp: improve reset generation in reset nodeFlorin Coras1-52/+40
2020-02-14tcp: minimal set of worker statsFlorin Coras1-0/+4
2020-01-28session tcp: fix packet tracingFlorin Coras1-6/+7
2020-01-09tcp: fix persist assertFlorin Coras1-4/+1
2019-12-06tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2019-11-25tcp: invalidate expired timer handles before dispatchingFlorin Coras1-16/+4
2019-11-21tcp: add no csum offload config optionFlorin Coras1-25/+11
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-20/+5
2019-11-16tcp: close session on retransmit failureFlorin Coras1-0/+1