Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 0fc50a1eb5064a47041f123c31789a8021d1bd89
https://github.com/kronosnet/kronosnet/commit/0fc50a1eb5064a47041f123c31789…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/internals.h
M libknet/threads_rx.c
Log Message:
-----------
[rx] increase defrag buffers to better deal with network …
[View More]jitter
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: c8dc8520aabd67a617254bd156d9af6611d6fc78
https://github.com/kronosnet/kronosnet/commit/c8dc8520aabd67a617254bd156d9a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
Log Message:
-----------
[host] use correct seq_num to reclaim buffers
we cannot use incoming packet seq_num to reclaim buffers as that causes
havoc.
use latest recorded (highest) packet number instead that follows the
reclaiming window
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/f437b26f3359...c8dc8520aabd
[View Less]
Branch: refs/heads/fix-acl
Home: https://github.com/kronosnet/kronosnet
Commit: 5b10041b98f6e9240e3c1fba8c7778c02ae12acb
https://github.com/kronosnet/kronosnet/commit/5b10041b98f6e9240e3c1fba8c777…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/tests/api_knet_send_sync.c
M libknet/transport_sctp.c
Log Message:
-----------
[sctp] fix invalid memory access
and add more tests to the SCTP …
[View More]matrix
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 47dd1de2064a521641a24582a8dcb501613a6b6b
https://github.com/kronosnet/kronosnet/commit/47dd1de2064a521641a24582a8dcb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/links.c
Log Message:
-----------
[acl] make knet_link_add_acl a wrapper to knet_link_insert_acl
remove lots of duplicated code
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 1967a3cb692c8533487e9d239e69067176d75004
https://github.com/kronosnet/kronosnet/commit/1967a3cb692c8533487e9d239e690…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/internals.h
M libknet/links.c
M libknet/links_acl.c
M libknet/links_acl.h
M libknet/links_acl_ip.c
M libknet/tests/Makefile.am
M libknet/tests/api_knet_link_add_acl.c
M libknet/tests/api_knet_link_clear_acl.c
M libknet/tests/api_knet_link_insert_acl.c
M libknet/tests/api_knet_link_rm_acl.c
M libknet/tests/api_knet_link_set_config.c
M libknet/tests/api_knet_send.c
A libknet/tests/fun_acl_check.c
M libknet/tests/test-common.c
M libknet/threads_rx.c
M libknet/transport_sctp.c
Log Message:
-----------
[acl] major internal rework
ACL internal management was somewhat broken and didn´t really
do what was advertised for dynamic links.
- fix ACL to be truely per host/link as public API advertise
- move ACL checking when host/link are known
- add extensive tests
- fix various minor bugs that went undetected for a bit
- enable access list testings on more tests
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 052f25030c34689d91511fc234c38bf574db54e1
https://github.com/kronosnet/kronosnet/commit/052f25030c34689d91511fc234c38…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/internals.h
M libknet/transport_loopback.c
M libknet/transport_loopback.h
M libknet/transport_sctp.c
M libknet/transport_sctp.h
M libknet/transport_udp.c
M libknet/transport_udp.h
M libknet/transports.c
M libknet/transports.h
Log Message:
-----------
[transports] remove unused internal ACL API
with the new ACL code, this internal API is no longer used
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 341518b2e99f3f91245e2e689c45cf0d1299fcf3
https://github.com/kronosnet/kronosnet/commit/341518b2e99f3f91245e2e689c45c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M configure.ac
M libknet/tests/Makefile.am
Log Message:
-----------
[tests] make execution of functional testing optionals
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/313691bca43b...341518b2e99f
[View Less]
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 8c868e63b39ca7df4f1ffa59fcf4a2fe94eb14f3
https://github.com/kronosnet/kronosnet/commit/8c868e63b39ca7df4f1ffa59fcf4a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/internals.h
M libknet/threads_rx.c
Log Message:
-----------
[rx] increase defrag buffers to better deal with network jitter
…
[View More]Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: fd25db07c091260819a135062d3ad4397e9fbcf7
https://github.com/kronosnet/kronosnet/commit/fd25db07c091260819a135062d3ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/host.h
M libknet/onwire_v1.c
M libknet/threads_rx.c
Log Message:
-----------
[host] expand internal API to allow logging
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 234755d584276a1b4b37c30ccdde129b97d50a4b
https://github.com/kronosnet/kronosnet/commit/234755d584276a1b4b37c30ccdde1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
Log Message:
-----------
[host] use correct seq_num to reclaim buffers
we cannot use incoming packet seq_num to reclaim buffers as that causes
havoc.
use latest recorded (highest) packet number instead that follows the
reclaiming window
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 387c57bab103814ec0bcb9ef4b50a5b73cdf5b64
https://github.com/kronosnet/kronosnet/commit/387c57bab103814ec0bcb9ef4b50a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/host.h
M libknet/internals.h
M libknet/onwire_v1.c
M libknet/threads_rx.c
Log Message:
-----------
Merge pull request #357 from kronosnet/defrag-buffers
Defrag buffers
Compare: https://github.com/kronosnet/kronosnet/compare/3901924e25da...387c57bab103
[View Less]
Branch: refs/heads/defrag-buffers
Home: https://github.com/kronosnet/kronosnet
Commit: 8c868e63b39ca7df4f1ffa59fcf4a2fe94eb14f3
https://github.com/kronosnet/kronosnet/commit/8c868e63b39ca7df4f1ffa59fcf4a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/internals.h
M libknet/threads_rx.c
Log Message:
-----------
[rx] increase defrag buffers to better deal with network …
[View More]jitter
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: fd25db07c091260819a135062d3ad4397e9fbcf7
https://github.com/kronosnet/kronosnet/commit/fd25db07c091260819a135062d3ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
M libknet/host.h
M libknet/onwire_v1.c
M libknet/threads_rx.c
Log Message:
-----------
[host] expand internal API to allow logging
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 234755d584276a1b4b37c30ccdde129b97d50a4b
https://github.com/kronosnet/kronosnet/commit/234755d584276a1b4b37c30ccdde1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libknet/host.c
Log Message:
-----------
[host] use correct seq_num to reclaim buffers
we cannot use incoming packet seq_num to reclaim buffers as that causes
havoc.
use latest recorded (highest) packet number instead that follows the
reclaiming window
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/80ec7d90aee9...234755d58427
[View Less]