Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 980cedf3d8d7510060d8ef11ad26e7f2b3025760
http://github.com/fabbione/kronosnet/commit/980cedf3d8d7510060d8ef11ad26e7f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M knet.h
M tests/knet_test.c
Log Message:
-----------
knet: drop redundant checks in set_mtu
all those checks are performed by the kernel too, that has a much
better idea of what MTU should be.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 58006e7f972c55c3c843e263e3320435514083a4
http://github.com/fabbione/kronosnet/commit/58006e7f972c55c3c843e263e332043…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M knet.h
M tests/knet_test.c
Log Message:
-----------
knet: add get/set mac address
and update test cases
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: f720fa9039a6e648e2bfa28fc4be078ea197b507
http://github.com/fabbione/kronosnet/commit/f720fa9039a6e648e2bfa28fc4be078…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M knet.h
M tests/knet_test.c
Log Message:
-----------
Add knet_get_mtu/set_mtu functions
and add test cases
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: ce9cb5397b779027804ae625730585cc49717685
http://github.com/fabbione/kronosnet/commit/ce9cb5397b779027804ae625730585c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M tests/Makefile.am
M tests/knet_test.c
M utils.h
Log Message:
-----------
knet: create static knet socket to handle all ioctl work
also make ifreq static and global instead of polling everytime.
Introduce STATIC macro to access global static variables from tests/
Adjust test case to verify for sock errors
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: bba2a8d77f07081fc339f3ffb2667ad3e6796cf6
http://github.com/fabbione/kronosnet/commit/bba2a8d77f07081fc339f3ffb2667ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M configure.ac
A knet.c
A knet.h
M tests/Makefile.am
A tests/knet_test.c
Log Message:
-----------
Add knet_open and knet_close functions
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: c8ed20e0c5ccb41c2898af71396955ed70698b95
http://github.com/fabbione/kronosnet/commit/c8ed20e0c5ccb41c2898af71396955e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M Makefile.am
R conf.c
R conf.h
M configure.ac
R controlt.c
R controlt.h
R controlt_comm.c
R controlt_comm.h
R example.conf
R knet.c
R knet.h
R knet_tool.c
R logging.c
R logging.h
M main.c
R netsocket.c
R netsocket.h
R nodes.c
R nodes.h
M tests/Makefile.am
R tests/check_packet.c
R utils.c
R utils.h
Log Message:
-----------
Clean master to start refactoring
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 8cb6233fcac29e70aa94996d990215655b6ba2dc
http://github.com/fabbione/kronosnet/commit/8cb6233fcac29e70aa94996d9902156…
Author: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M knet.h
M main.c
R packet.c
R packet.h
M tests/Makefile.am
M tests/check_packet.c
Log Message:
-----------
Identify target node id by mac address