Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 5984598c7ec8dea5fd82b5ae3937f370b04aa08d
https://github.com/fabbione/kronosnet/commit/5984598c7ec8dea5fd82b5ae3937f3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/handle.c
M libknet/tests/khandle_test.c
Log Message:
-----------
Fix core dump on exit path when running as user and related test case.
Drop the max host to 1024 for testing.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: febcc03c9437ffb83c244f4f01b7dde2481573b4
https://github.com/fabbione/kronosnet/commit/febcc03c9437ffb83c244f4f01b7dd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/test-common.h
M libknet/tests/timediff_test.c
Log Message:
-----------
[tests] add common return codes as understood by automake
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 44360d76739375fd8127d2e90bf952e31fe9aa7d
https://github.com/fabbione/kronosnet/commit/44360d76739375fd8127d2e90bf952…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-12 (Sun, 12 Jun 2016)
Changed paths:
M configure.ac
M libknet/Makefile.am
R libknet/khandle_test.c
R libknet/pckt_test.c
R libknet/ping_test.c
A libknet/tests/Makefile.am
A libknet/tests/khandle_test.c
A libknet/tests/pckt_test.c
A libknet/tests/ping_test.c
A libknet/tests/timediff_test.c
R libknet/timediff_test.c
Log Message:
-----------
Move libknet tests in their subdir in preparation for proper test suite
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 743da956c7ae0f9800ad1b4a717f5205e4e1e02b
https://github.com/fabbione/kronosnet/commit/743da956c7ae0f9800ad1b4a717f52…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-12 (Sun, 12 Jun 2016)
Changed paths:
M libknet/libknet.h
M libknet/ping_test.c
M libknet/threads_pmtud.c
Log Message:
-----------
[PMTUd] export protocol overhead information
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 365dc5bc3ce61ba58b428edb17abd3afaf497cf9
https://github.com/fabbione/kronosnet/commit/365dc5bc3ce61ba58b428edb17abd3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-11 (Sat, 11 Jun 2016)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/ping_test.c
M libknet/threads_pmtud.c
Log Message:
-----------
[PMTUd] Drop concept of link_mtu and fix data mtu exported values (pass 1)
Cleanup a poor attempt to export all MTU data to the users.
The original idea was to provide information about real link onwire mtu
and max user data mtu (that could be sent on wire without fragmentation)
that adjusted the value for IP protocol, knet header and crypto (if configured).
Effectively there is no use for the real link onwire mtu and it only involves
extra complexity to export lots of extra data to the end user that would have
to redo the calculations internally to gather data mtu.
Also fix the status.mtu value to match knet view of every link.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9b3b00835d81e1f8de631f6ae62b5ba8357598a9
https://github.com/fabbione/kronosnet/commit/9b3b00835d81e1f8de631f6ae62b5b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M libknet/threads_pmtud.c
Log Message:
-----------
[PMTUd] fix link instability due to too short PMTUd timeouts
Partially roll back changes from 004bd26a
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>