Branch: refs/heads/coverity_scan
Home: https://github.com/kronosnet/kronosnet
Commit: d530c54d3716cfffd93e3805557bacc66a05a738
https://github.com/kronosnet/kronosnet/commit/d530c54d3716cfffd93e3805557ba…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M libknet/libknet.h
Log Message:
-----------
[man] Enhance prio description of POLICY_PASSIVE
Some users found description of POLICY_PASSIVE priority confusing
(probably because "priority" word is too overloaded) so add
some redundancy to make description unambiguous.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Branch: refs/heads/coverity_scan
Home: https://github.com/kronosnet/kronosnet
Commit: b3752e7ee4da75a7709868e6a215f3efe6b6bbeb
https://github.com/kronosnet/kronosnet/commit/b3752e7ee4da75a7709868e6a215f…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M libknet/libknet.h
Log Message:
-----------
Enhance prio description of POLICY_PASSIVE
Some users found description of POLICY_PASSIVE priority confusing
(probably because "priority" word is too overloaded) so add
some redundancy to make description unambiguous.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Branch: refs/heads/udp-fixes
Home: https://github.com/kronosnet/kronosnet
Commit: ffaaab309cc0f6cddf3edb48db0736b902aa1101
https://github.com/kronosnet/kronosnet/commit/ffaaab309cc0f6cddf3edb48db073…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M libknet/transport_common.c
M libknet/transport_sctp.c
Log Message:
-----------
[transports] use SO_REUSEADDR only for sctp
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/stable1-pmtud
Home: https://github.com/kronosnet/kronosnet
Commit: 0bbd02fd3b6eb1d6ddd4d5e17b5aa887f3abfa84
https://github.com/kronosnet/kronosnet/commit/0bbd02fd3b6eb1d6ddd4d5e17b5aa…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M libknet/threads_rx.c
Log Message:
-----------
[rx] kill unused variable
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: c409b094985f08c2756cd372977f19aaee192268
https://github.com/kronosnet/kronosnet/commit/c409b094985f08c2756cd372977f1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
Log Message:
-----------
[stats] allow knet_handle_get_stats to operate in a readlock context
- add global stat mutex lock to protect stats updates
- use global stat mutex lock across all the threads
- fix up some minor bugs:
- update RX crypto stats only when crypto is enabled
- update compress and crypto stats in a consistent fashion
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: c17aa5c6fa720941c5f0d3bd9a39bb40b7ac0287
https://github.com/kronosnet/kronosnet/commit/c17aa5c6fa720941c5f0d3bd9a39b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M libknet/internals.h
M libknet/links.c
M libknet/links.h
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
Log Message:
-----------
[stats] allow knet_link_get_status to operate in readlock context
- add per link stats mutex
- use per link stats mutex across the board
note: some threads need to lock for a slightly longer period of time than
strictly necessary to avoid reverse-order locking with other mutexes.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/0bbd02fd3b6e%5E...c17aa5c6fa…