Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0bb931a32cf4de1e5c989c8b8dfd5d9ad30262c6
https://github.com/fabbione/kronosnet/commit/0bb931a32cf4de1e5c989c8b8dfd5d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-19 (Mon, 19 Dec 2016)
Changed paths:
M libknet/internals.h
M libknet/link.c
M libknet/threads_pmtud.c
Log Message:
-----------
[PMTUd] adjust all values around new transports
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 3c62178c0b18cdc90f2d18fdab4814122dbf8286
https://github.com/fabbione/kronosnet/commit/3c62178c0b18cdc90f2d18fdab4814…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-19 (Mon, 19 Dec 2016)
Changed paths:
M configure.ac
M libknet/Makefile.am
M libknet/handle.c
M libknet/transport_sctp.c
M libknet/transports.h
Log Message:
-----------
[build] cleanup conditionals to build SCTP and other protocols
Unsupported protocols just need to return NULL on get_PROTO_transport
and contain all protocol conditionals within the transport_PROTO.c.
There is still one conditional in RX/TX thread that needs cleaning
but it's a rather complex operation and leave it in for now.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9f6a0f10d2db9daff8d32669abfe5ddb1224023b
https://github.com/fabbione/kronosnet/commit/9f6a0f10d2db9daff8d32669abfe5d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-19 (Mon, 19 Dec 2016)
Changed paths:
M libknet/handle.c
M libknet/link.c
M libknet/listener.c
M libknet/threads_pmtud.c
M libknet/transport_common.c
Log Message:
-----------
[transports] initialize transports with knet_handle and protects from missing proto ops
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 769deace9d164ea3118356b56c0d9d193b93acd0
https://github.com/fabbione/kronosnet/commit/769deace9d164ea3118356b56c0d9d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-18 (Sun, 18 Dec 2016)
Changed paths:
M libknet/transport_sctp.c
Log Message:
-----------
[sctp] _handle_incoming_sctp don't leak accepted_socks on errors
add a check to verify max connections or we will leak FDs somewhere at some point
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: a6aa2e444da8ca8d8b410c6cb026acd8ba5b1873
https://github.com/fabbione/kronosnet/commit/a6aa2e444da8ca8d8b410c6cb026ac…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-17 (Sat, 17 Dec 2016)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[sctp] don't pass notification packets to the decoder
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d75f22952c17e34aafcc7e9bcded16ce7117d436
https://github.com/fabbione/kronosnet/commit/d75f22952c17e34aafcc7e9bcded16…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Changed paths:
M configure.ac
M libknet/Makefile.am
M libknet/handle.c
M libknet/link.c
M libknet/threads_send_recv.c
M libknet/transports.h
Log Message:
-----------
[build] make SCTP build optional (default: on)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: e311acaa8d2fd5dad86ad7be85ab7fadbb64cae7
https://github.com/fabbione/kronosnet/commit/e311acaa8d2fd5dad86ad7be85ab7f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Changed paths:
M common/Makefile.am
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M poc-code/access-list/Makefile.am
M poc-code/iov-hash/Makefile.am
Log Message:
-----------
[build] don't leak pam libraries all over the place
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>