Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 922b505fb827dcea643c9743d2eea3e80804d38d
https://github.com/fabbione/kronosnet/commit/922b505fb827dcea643c9743d2eea3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/ping_test.c
M libknet/threads.c
Log Message:
-----------
[PMTUd] add support for PMTUd changes notifications
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 52508abbfc2f71e34da6efe78992cfa4fea7f5c9
https://github.com/fabbione/kronosnet/commit/52508abbfc2f71e34da6efe78992cf…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Changed paths:
M libknet/internals.h
M libknet/threads.c
Log Message:
-----------
[PMTUd] distinguish between link_mtu and data_mtu
link_mtu is the pure MTU over the link and doesn't account for knet headers.
data_mtu is what can be really transmitted onwire by the application.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 74364637cec97227a45a0520150b49cfe6d77790
https://github.com/fabbione/kronosnet/commit/74364637cec97227a45a0520150b49…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/internals.h
M libknet/libknet.h
M libknet/ping_test.c
M libknet/threads.c
Log Message:
-----------
[PMTUd] add support for timer config and fix critical shutdown deadlock in condwait
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c6b2a66f8d600e2a41691fa63fc2c32135f8c42e
https://github.com/fabbione/kronosnet/commit/c6b2a66f8d600e2a41691fa63fc2c3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-10-21 (Tue, 21 Oct 2014)
Changed paths:
M libknet/ping_test.c
M libknet/threads.c
Log Message:
-----------
[PMTUD] fix threads to work with crypto
temporary disable re-keying test as it seems to be break PMTUd
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: abcca4fe4403373d421cae42c082537222f672c6
https://github.com/fabbione/kronosnet/commit/abcca4fe4403373d421cae42c08253…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M libknet/internals.h
M libknet/nsscrypto.c
M libknet/threads.c
Log Message:
-----------
[PMTUD] change variable names to make it easier to read
still doesn't work with crypto enable, but part of the code is getting
ready for it.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7501ebfa7c2c58381883435f146e96b92a2f5acc
https://github.com/fabbione/kronosnet/commit/7501ebfa7c2c58381883435f146e96…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-08-29 (Fri, 29 Aug 2014)
Changed paths:
M libknet/internals.h
M libknet/nsscrypto.c
Log Message:
-----------
[nss] fix calculation for crypto header to include SALT_SIZE
and propagate block size up in the layers to allow PMTUd thread
to round buffers and do crypted PMTUd packets.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d60f347a175b550fc18e8af88126f8e020bf0b24
https://github.com/fabbione/kronosnet/commit/d60f347a175b550fc18e8af88126f8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/listener.c
M libknet/logging.c
M libknet/onwire.h
M libknet/threads.c
M libknet/threads.h
Log Message:
-----------
[link] add rudimentary PMTUD support.
1) It won't work with crypto enable yet
2) values are not really used yet for anything
3) no API calls implemented yet
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ba09898a79dfd3817e576e770a64a23de57b672d
https://github.com/fabbione/kronosnet/commit/ba09898a79dfd3817e576e770a64a2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M libknet/nsscrypto.c
Log Message:
-----------
[nss] make sure that any crypto config requires a proper hashing value
this is mandatory to avoid some collision checks when random junk
is received over the network socket
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>