aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-05TLDKv2dev-next-socketJianfeng Tan289-1313/+45114
2019-08-13l4p/tcp: fix removing overlapped dataJielong Zhou3-6/+106
2019-08-13l4p/tcp_ofo: fix handling out-of-order packetsJielong Zhou3-69/+128
2019-07-02l4p/udp: enqueue fragmented packets as a wholeJielong Zhou1-4/+7
2019-07-01l4p: refactor rx checksum checkJianfeng Tan6-44/+28
2019-06-27l4p/tcp: few fixes for sending RST packet logicJianfeng Tan1-7/+10
2019-06-27dpdk: automate make configJianfeng Tan3-5/+12
2019-06-14dpdk: move to v18.11 as default DPDK versionJianfeng Tan7-35/+21
2019-06-13l4p: fix compile errorJianfeng Tan1-0/+1
2019-05-23l4p/udp: fix errno not setJianfeng Tan1-2/+7
2019-05-23l4p/tcp: fix seq calculation in partial ackJielong Zhou1-6/+7
2019-05-23l4p/tcp: fix dropping sequential packetJielong Zhou1-7/+3
2019-05-23fix implicit-fallthrough errorJianfeng Tan1-0/+2
2019-05-22test/gtest: fix issue with CIKonstantin Ananyev1-3/+3
2018-08-15Add INFO.yaml fileVanessa Rene Valderrama1-0/+66
2018-02-09tldk: introduce versioning, follow DPDK notationv18.02Konstantin Ananyev3-0/+91
2018-02-09Merge "at DPDK queue setup take into account device descriptor limits."Konstantin Ananyev2-7/+15
2018-02-08at DPDK queue setup take into account device descriptor limits.Konstantin Ananyev2-7/+15
2018-02-08Move to 17.11 as default DPDK version.Konstantin Ananyev2-6/+5
2018-02-07tldk: make sure it builds/works with latest dpdk (17.11/18.02)Konstantin Ananyev13-156/+178
2017-11-24l4fwd: allow to specify TX payload contents for rxtx modeKonstantin Ananyev5-16/+104
2017-11-01tle_tcp: return ENODATA for unprocessed/unused packets that belong to existin...Konstantin Ananyev1-2/+1
2017-10-31Integrate TLDK with NGINXKonstantin Ananyev457-0/+228981
2017-07-27- Introduce tle_tcp_stream_readv() and tle_tcp_stream_writev().Konstantin Ananyev22-281/+902
2017-06-30Add l4fwd RXTX modeRemy Horton8-11/+162
2017-06-20libtle_l4p: fix both wl1 and wl2 should coexist inside union wui.Konstantin Ananyev1-1/+1
2017-06-11libtle_l4p: fix at termination tcp stream not always cleanup it's send queue.Konstantin Ananyev2-7/+24
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 Awal21-404/+514
2017-05-09Merge "tldk_test: added copy command to makefile to make test_scapy_gen.py vi...Konstantin Ananyev4-2/+14
2017-05-09tldk_test: added copy command to makefile to make test_scapy_gen.py visibleKopec, TomaszX4-2/+14
2017-05-09two fixes. - allow conditional jumbo frame based on rx_max_pkt_len - fix mss ...Mohammad Abdul Awal4-4/+5
2017-04-14* Add siphash file for calculating the sequence number.Reshma Pattan9-33/+250
2017-04-10tcp_stream_close issue fixed, added tcp_stream tests (FPP-350)Tomasz Kopec2-3/+3
2017-03-27tcp: fix RCV.WND set incorreclty when peer doesn't support WSCALE optionKonstantin Ananyev2-1/+13
2017-03-23implement sw segmentation for tcpMohammad Abdul Awal3-38/+216
2017-03-06Rewrite accept() code-path and make l4fwd not to close() on FIN immediatelly.Konstantin Ananyev10-439/+469
2017-02-28test/gtest: enable unit test with scapyMohammad Abdul Awal1-1/+1
2017-02-24Introduce first version of TCP code.Konstantin Ananyev86-4706/+15344
2017-02-22dpdk/makefile: add librte_pmd_pcap support for unit testsMohammad Abdul Awal1-0/+1
2017-02-22gtest: disable test_tle_udp_devMohammad Abdul Awal1-1/+1
2017-02-21Bump default dpdk version to 16.11Konstantin Ananyev1-1/+1
2017-01-24Merge "tldk test: Update tle_dev unit tests"Konstantin Ananyev2-2/+31
2017-01-24tldk_test: fix add define for older gccDaniel Mrzyglod1-0/+10
2017-01-19tldk test: Update tle_dev unit testsKarol Latecki2-2/+31
2017-01-19Merge "tldk: fix possibility of tle_event_active() from DOWN to UP"Konstantin Ananyev2-1/+2
2017-01-19tldk: fix possibility of tle_event_active() from DOWN to UPKarol Latecki2-1/+2
2017-01-16tldk/gtest: Modify makefile to allow compiling with DPDK 16.04Karol Latecki1-2/+2
2016-11-15fix dpdk version checkingMohammad Abdul Awal1-1/+1
2016-10-21Merge "example/udpfw: assign queue id after mac info in ports initialized"Konstantin Ananyev1-44/+19