Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b16c4215bdd3953c6a2cfe1f24d66f1e78b76b64
https://github.com/fabbione/kronosnet/commit/b16c4215bdd3953c6a2cfe1f24d66f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-29 (Sat, 29 Sep 2012)
Changed paths:
M TODO
M kronosnetd/vty_cli_cmds.c
M libknet/handle.c
M libknet/libknet.h
M libknet/listener.c
M tests/listener_test.c
M tests/ping_test.c
Log Message:
-----------
libknet: rename fields in knet_link to be more meaningful
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9f988124caf389eb07605762de0ecfcb2da01e69
https://github.com/fabbione/kronosnet/commit/9f988124caf389eb07605762de0ecf…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-29 (Sat, 29 Sep 2012)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/listener.c
Log Message:
-----------
libknet: rename i,j,k to some proper vars and make code a bit more readable
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b07d06cef77147484eea6005a8497bd59e72d4ca
https://github.com/fabbione/kronosnet/commit/b07d06cef77147484eea6005a8497b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths:
M libknet/handle.c
Log Message:
-----------
libknet: make ready for unicast handling and fix unlocking if crypto fails
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6271aaca85fe98790e008412784f4e3ef3e22182
https://github.com/fabbione/kronosnet/commit/6271aaca85fe98790e008412784f4e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/Makefile.am
A libknet/etherfilter.c
M libknet/handle.c
M libknet/libknet-private.h
M libknet/libknet.h
Log Message:
-----------
libknet: packet inspector first cut
add packet destination filter API and provide an example
for ethernet packet inspector.
also start to plug the inspector into the transmitting end of
libknet
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 2861aa7a1cada938ccada8ff3a0020f14d30fdf2
https://github.com/fabbione/kronosnet/commit/2861aa7a1cada938ccada8ff3a0020…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/libknet-private.h
M libknet/libknet.h
Log Message:
-----------
libknet: implement basic ring buffer for bcast packets
fix KNET_FRAME_SIZE handling around
don't try to send messages to links that are not ready
gather host info for all incoming pkcts (data/ping) since there
is no point to go crazy figuring it out
add basic ring buffer functions based on playground implementation
(still missing reset of the buffer)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9018191839b220bfd2c308b2ccde6798d15c479a
https://github.com/fabbione/kronosnet/commit/9018191839b220bfd2c308b2ccde67…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-28 (Fri, 28 Sep 2012)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
kronosnetd: fix data initialization
we can't memset knet_link because khost_add does some initialization
there that we overwrite otherwise.
drop incorrect clean up path. knet_links are not malloc'ed but statically
allocated.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>