Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d56e3615eea3d25bc0cac02871ab60c1b168165e
https://github.com/fabbione/kronosnet/commit/d56e3615eea3d25bc0cac02871ab60…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-24 (Tue, 24 Jan 2017)
Changed paths:
M libknet/internals.h
M libknet/threads_send_recv.c
M libknet/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
[transports] SCTP: handle short reads on sockets
- fix trasport is_data API
- handle per accepted socket reassembly buffer by changing fd_tracker
data for incoming connections
- allow in-kernel SCTP fragmentation again
- use MSG_EOR on a per socket base to reassemble partial packet delivery
- fix some whitespaces around
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6e7f80b08bb1f38d283bab5dc7861cbae0337b60
https://github.com/fabbione/kronosnet/commit/6e7f80b08bb1f38d283bab5dc7861c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M poc-code/sctp-defrag-bug/common.c
Log Message:
-----------
[PoC] implement EOR handling code for short reads
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b726a7a09d7ac87b6ddeac6e59fa06e23210d767
https://github.com/fabbione/kronosnet/commit/b726a7a09d7ac87b6ddeac6e59fa06…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M configure.ac
M poc-code/Makefile.am
A poc-code/sctp-defrag-bug/Makefile.am
A poc-code/sctp-defrag-bug/client.c
A poc-code/sctp-defrag-bug/common.c
A poc-code/sctp-defrag-bug/common.h
A poc-code/sctp-defrag-bug/server.c
Log Message:
-----------
[poc] add sctp potential fragmentation bug trigger
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1e39fb6c3d59b57d6e738a1a895d86811558a217
https://github.com/fabbione/kronosnet/commit/1e39fb6c3d59b57d6e738a1a895d86…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M kronosnetd/Makefile.am
M libknet/tests/Makefile.am
Log Message:
-----------
[build] drop last bits of common/
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 58b54e3a395204a1f74b758688c5f58845f20364
https://github.com/fabbione/kronosnet/commit/58b54e3a395204a1f74b758688c5f5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
M libknet/libknet.h
M libknet/tests/api-check.mk
A libknet/tests/api_knet_handle_get_transport_id_by_name.c
M libknet/transport_common.c
Log Message:
-----------
[transport] add knet_handle_get_transport_id_by_name api
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>