Linux Foundation Collaborative Projects
index
:
tldk
dev-mitm-proxy
dev-next-socket
master
*** ARCHIVED ***
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-19
l4p/tcp_ofo: fix killing l4fwd app in tests
Mariusz Drost
1
-1
/
+1
2019-12-12
l4p/tcp_ofo: Tests for ofo and loss of pkts
Mariusz Drost
5
-1
/
+1101
2019-10-09
l4p/tcp: fix SIGSEGV when reading IPv6 address
Mariusz Drost
1
-1
/
+1
2019-08-13
l4p/tcp: fix removing overlapped data
Jielong Zhou
3
-6
/
+106
2019-08-13
l4p/tcp_ofo: fix handling out-of-order packets
Jielong Zhou
3
-69
/
+128
2019-07-02
l4p/udp: enqueue fragmented packets as a whole
Jielong Zhou
1
-4
/
+7
2019-07-01
l4p: refactor rx checksum check
Jianfeng Tan
6
-44
/
+28
2019-06-27
l4p/tcp: few fixes for sending RST packet logic
Jianfeng Tan
1
-7
/
+10
2019-06-27
dpdk: automate make config
Jianfeng Tan
3
-5
/
+12
2019-06-14
dpdk: move to v18.11 as default DPDK version
Jianfeng Tan
7
-35
/
+21
2019-06-13
l4p: fix compile error
Jianfeng Tan
1
-0
/
+1
2019-05-23
l4p/udp: fix errno not set
Jianfeng Tan
1
-2
/
+7
2019-05-23
l4p/tcp: fix seq calculation in partial ack
Jielong Zhou
1
-6
/
+7
2019-05-23
l4p/tcp: fix dropping sequential packet
Jielong Zhou
1
-7
/
+3
2019-05-23
fix implicit-fallthrough error
Jianfeng Tan
1
-0
/
+2
2019-05-22
test/gtest: fix issue with CI
Konstantin Ananyev
1
-3
/
+3
2018-08-15
Add INFO.yaml file
Vanessa Rene Valderrama
1
-0
/
+66
2018-02-09
tldk: introduce versioning, follow DPDK notation
v18.02
Konstantin Ananyev
3
-0
/
+91
2018-02-09
Merge "at DPDK queue setup take into account device descriptor limits."
Konstantin Ananyev
2
-7
/
+15
2018-02-08
at DPDK queue setup take into account device descriptor limits.
Konstantin Ananyev
2
-7
/
+15
2018-02-08
Move to 17.11 as default DPDK version.
Konstantin Ananyev
2
-6
/
+5
2018-02-07
tldk: make sure it builds/works with latest dpdk (17.11/18.02)
Konstantin Ananyev
13
-156
/
+178
2017-11-24
l4fwd: allow to specify TX payload contents for rxtx mode
Konstantin Ananyev
5
-16
/
+104
2017-11-01
tle_tcp: return ENODATA for unprocessed/unused packets that belong to existin...
Konstantin Ananyev
1
-2
/
+1
2017-10-31
Integrate TLDK with NGINX
Konstantin Ananyev
457
-0
/
+228981
2017-07-27
- Introduce tle_tcp_stream_readv() and tle_tcp_stream_writev().
Konstantin Ananyev
22
-281
/
+902
2017-06-30
Add l4fwd RXTX mode
Remy Horton
8
-11
/
+162
2017-06-20
libtle_l4p: fix both wl1 and wl2 should coexist inside union wui.
Konstantin Ananyev
1
-1
/
+1
2017-06-11
libtle_l4p: fix at termination tcp stream not always cleanup it's send queue.
Konstantin Ananyev
2
-7
/
+24
2017-06-09
tle_tcp_proces: fix the issue when strem can sit in the txs queue forever.
Konstantin Ananyev
1
-4
/
+5
2017-05-15
Added rte_ring wrapper functions to support dpdk-17.05 and older version
Mohammad Abdul Awal
21
-404
/
+514
2017-05-09
Merge "tldk_test: added copy command to makefile to make test_scapy_gen.py vi...
Konstantin Ananyev
4
-2
/
+14
2017-05-09
tldk_test: added copy command to makefile to make test_scapy_gen.py visible
Kopec, TomaszX
4
-2
/
+14
2017-05-09
two fixes. - allow conditional jumbo frame based on rx_max_pkt_len - fix mss ...
Mohammad Abdul Awal
4
-4
/
+5
2017-04-14
* Add siphash file for calculating the sequence number.
Reshma Pattan
9
-33
/
+250
2017-04-10
tcp_stream_close issue fixed, added tcp_stream tests (FPP-350)
Tomasz Kopec
2
-3
/
+3
2017-03-27
tcp: fix RCV.WND set incorreclty when peer doesn't support WSCALE option
Konstantin Ananyev
2
-1
/
+13
2017-03-23
implement sw segmentation for tcp
Mohammad Abdul Awal
3
-38
/
+216
2017-03-06
Rewrite accept() code-path and make l4fwd not to close() on FIN immediatelly.
Konstantin Ananyev
10
-439
/
+469
2017-02-28
test/gtest: enable unit test with scapy
Mohammad Abdul Awal
1
-1
/
+1
2017-02-24
Introduce first version of TCP code.
Konstantin Ananyev
86
-4706
/
+15344
2017-02-22
dpdk/makefile: add librte_pmd_pcap support for unit tests
Mohammad Abdul Awal
1
-0
/
+1
2017-02-22
gtest: disable test_tle_udp_dev
Mohammad Abdul Awal
1
-1
/
+1
2017-02-21
Bump default dpdk version to 16.11
Konstantin Ananyev
1
-1
/
+1
2017-01-24
Merge "tldk test: Update tle_dev unit tests"
Konstantin Ananyev
2
-2
/
+31
2017-01-24
tldk_test: fix add define for older gcc
Daniel Mrzyglod
1
-0
/
+10
2017-01-19
tldk test: Update tle_dev unit tests
Karol Latecki
2
-2
/
+31
2017-01-19
Merge "tldk: fix possibility of tle_event_active() from DOWN to UP"
Konstantin Ananyev
2
-1
/
+2
2017-01-19
tldk: fix possibility of tle_event_active() from DOWN to UP
Karol Latecki
2
-1
/
+2
2017-01-16
tldk/gtest: Modify makefile to allow compiling with DPDK 16.04
Karol Latecki
1
-2
/
+2
[next]