Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1f5784fd3502d26a5f086a697e60b5fee30229d5
https://github.com/fabbione/kronosnet/commit/1f5784fd3502d26a5f086a697e60b5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-02 (Mon, 02 Mar 2015)
Changed paths:
M kronosnetd/cfg.h
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
[knetd] Use pmtud values to set tap device MTU
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 794f6d64e983803a66b2cddf3ffd17f9c4bc0ba1
https://github.com/fabbione/kronosnet/commit/794f6d64e983803a66b2cddf3ffd17…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-02-28 (Sat, 28 Feb 2015)
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] fix notification callback to add private data
this is necessary to identify the callback when driving multiple
knet instances within the same daemon.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 81660681263b7e82c60401e940926e8538c76014
https://github.com/fabbione/kronosnet/commit/81660681263b7e82c60401e940926e…
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/libknet.h
M libknet/ping_test.c
Log Message:
-----------
[PMTUd] add support for pmtud_get for who doesn't want notifications
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
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>