Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: e9d8f3c2debc56a81fe49267d413fb6c4c9cb5d9
https://github.com/fabbione/kronosnet/commit/e9d8f3c2debc56a81fe49267d413fb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M configure.ac
M libknet/Makefile.am
M libknet/ping_test.c
M libknet/threads.c
Log Message:
-----------
[threads] add warning on fragmented packets
also prepare ping_test for it
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: a61cb76ed75421eb712468f4d09cdfaf4de48363
https://github.com/fabbione/kronosnet/commit/a61cb76ed75421eb712468f4d09cdf…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-09-06 (Sun, 06 Sep 2015)
Changed paths:
M libtap/libtap.c
Log Message:
-----------
[libtap] change error check code to avoid a segfault and make it more readable
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7353292b0b81bc8bd485e1aea913a6ae9f1db780
https://github.com/fabbione/kronosnet/commit/7353292b0b81bc8bd485e1aea913a6…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2015-04-21 (Tue, 21 Apr 2015)
Changed paths:
M libtap/libtap.c
Log Message:
-----------
libtap: don't close pipe fd twice
libtap was closing the parent's pipe() fd twice. Sometimes, between the
first and second close, that fd gets reopened by the logging thread as
PF_LOCAL, and used for logging.
Then libtap wakes up again after the fork and closes the fd thinking
it's its pipe fd. knet then opens it again as AF_INET for pinging.
libqb logging then errors on a sendto() and closes it AGAIN, and reopens
it as a PF_LOCAL logging fd. Ping then has a brain haemorrage next time
it comes round to calling sendto().
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0ee59730a5b31bdb13ea92a66e35d975e3677da0
https://github.com/fabbione/kronosnet/commit/0ee59730a5b31bdb13ea92a66e35d9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-19 (Thu, 19 Mar 2015)
Changed paths:
M libknet/host.c
M libknet/host.h
Log Message:
-----------
[host] move dst cache updates to the right logging subsystem
and return error codes
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>