aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtle_l4p/tcp_rxtx.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-03Revert "l4p/tcp: introduce tle_tcp_stream_establish() API"HEADmasterKonstantin Ananyev1-117/+22
2021-05-14Revert "l4p/tcp: introduce tle_tcp_stream_rx_bulk() API"Konstantin Ananyev1-71/+0
2021-05-13l4p/tcp: introduce tle_tcp_stream_rx_bulk() APIKonstantin Ananyev1-0/+71
2021-05-13l4p/tcp: introduce tle_tcp_stream_establish() APIKonstantin Ananyev1-22/+117
2021-04-28bump dpdk version to 20.05Konstantin Ananyev1-22/+23
2020-03-11l4p/tcp: Reset wscale when timestamp is not setMariusz Drost1-0/+4
2019-12-31v6: make TCP stream alloc/free to use memtank APIKonstantin Ananyev1-3/+7
2019-08-13l4p/tcp: fix removing overlapped dataJielong Zhou1-5/+5
2019-07-01l4p: refactor rx checksum checkJianfeng Tan1-9/+1
2019-06-27l4p/tcp: few fixes for sending RST packet logicJianfeng Tan1-7/+10
2019-05-23l4p/tcp: fix seq calculation in partial ackJielong Zhou1-6/+7
2019-05-23l4p/tcp: fix dropping sequential packetJielong Zhou1-7/+3
2017-11-01tle_tcp: return ENODATA for unprocessed/unused packets that belong to existin...Konstantin Ananyev1-2/+1
2017-07-27- Introduce tle_tcp_stream_readv() and tle_tcp_stream_writev().Konstantin Ananyev1-86/+292
2017-06-11libtle_l4p: fix at termination tcp stream not always cleanup it's send queue.Konstantin Ananyev1-4/+13
2017-06-09tle_tcp_proces: fix the issue when strem can sit in the txs queue forever.Konstantin Ananyev1-4/+5
2017-05-15Added rte_ring wrapper functions to support dpdk-17.05 and older versionMohammad Abdul Awal1-8/+8
2017-05-09two fixes. - allow conditional jumbo frame based on rx_max_pkt_len - fix mss ...Mohammad Abdul Awal1-1/+1
2017-04-14* Add siphash file for calculating the sequence number.Reshma Pattan1-7/+14
2017-03-27tcp: fix RCV.WND set incorreclty when peer doesn't support WSCALE optionKonstantin Ananyev1-0/+5
2017-03-23implement sw segmentation for tcpMohammad Abdul Awal1-35/+99
2017-03-06Rewrite accept() code-path and make l4fwd not to close() on FIN immediatelly.Konstantin Ananyev1-279/+221
2017-02-24Introduce first version of TCP code.Konstantin Ananyev1-0/+2431