Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 702d90362542f4ae45c00c87e356a6c02f56301c
https://github.com/fabbione/kronosnet/commit/702d90362542f4ae45c00c87e356a6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/internals.h
M libknet/onwire.h
M libknet/threads.c
Log Message:
-----------
[onwire] rename knet_frame to knet_header
also start renaming variables around to make it easier to understand
the level of nesting and add comments for each field
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7af235d6811f89df4a11878a03ee9e17b1af432f
https://github.com/fabbione/kronosnet/commit/7af235d6811f89df4a11878a03ee9e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/onwire.h
M libknet/threads.c
Log Message:
-----------
[internal] start renaming things to make code look decent
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 04c3c45d2fda9dea006abaf3a37d36e751ceec5a
https://github.com/fabbione/kronosnet/commit/04c3c45d2fda9dea006abaf3a37d36…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/internals.h
M libknet/onwire.h
M libknet/threads.c
Log Message:
-----------
[internals] Simplify code maintanance by shuffling around some variables
this allows creation of better #define to maintain some parts of the
code related to buffers allocations.
As a bonus, gcc does a better job at packing structs outside of a union
and we save 4 bytes onwire.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 895b8394acde7a25f4c1a7162c0ebbbb43a77a2c
https://github.com/fabbione/kronosnet/commit/895b8394acde7a25f4c1a7162c0ebb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
[knetd] Fix internal MTU calculation to include tap ethernet frame
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4d622d54755ccd7eac8b45dedef1c6b96aa90f0c
https://github.com/fabbione/kronosnet/commit/4d622d54755ccd7eac8b45dedef1c6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M libknet/listener.c
Log Message:
-----------
[listeners] Use IP_FREEBIND options on sockets
this allows us to bind to IPs that are not yet on the system and
survive the infamous ifdown/ifup <device> test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 70e5d6ce668b8dfd3fc86839d02a231ddfb7d7ee
https://github.com/fabbione/kronosnet/commit/70e5d6ce668b8dfd3fc86839d02a23…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M libknet/threads.c
Log Message:
-----------
[pingd] fix ping flood on sock errors
if we get an error on sendto, we would ping flood the link because
the ping_last timestamp was not being updated.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ee82765bf888fd533095e6f66b450cb3a60aab0d
https://github.com/fabbione/kronosnet/commit/ee82765bf888fd533095e6f66b450c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/logging.c
M libknet/threads.c
M libknet/threads.h
Log Message:
-----------
[libknet] rename tap to send to link
plain and simple cleanup
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>