Branch: refs/heads/new-tx
Home: https://github.com/fabbione/kronosnet
Commit: cf6b8d9d0994ed5e821cfe26b5e3e7b6d6abfecc
https://github.com/fabbione/kronosnet/commit/cf6b8d9d0994ed5e821cfe26b5e3e7…
Author: Bin Liu <bliu(a)suse.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
Fix: remove duplicate judgement of (have_name < 0) in kronosnetd/vty_cli_cmds.c
In line 1087 of kronosnetd/vty_cli_cmds.c, there is a judgement of
(have_name < 0), when have_name < 0, it will return 0, which make
the judge of have_name < 0 in line 1094 will never be executed.
Remove the unnecessary judgement.
Commit: 2da6a0908a1037821f0e776015d7be80b99f6085
https://github.com/fabbione/kronosnet/commit/2da6a0908a1037821f0e776015d7be…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
Merge pull request #21 from liu4480/master
Fix: remove duplicate judgement of (have_name < 0) in kronosnetd/vty_cli_cmds.c
Compare: https://github.com/fabbione/kronosnet/compare/fe063ca9d64c...2da6a0908a10
Branch: refs/heads/new-sctp
Home: https://github.com/fabbione/kronosnet
Commit: 0c89b6ed6b74962ccd46c8b4d30a69e46da496ae
https://github.com/fabbione/kronosnet/commit/0c89b6ed6b74962ccd46c8b4d30a69…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-18 (Sat, 18 Feb 2017)
Changed paths:
M libknet/Makefile.am
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api_knet_handle_get_transport_list.c
M libknet/tests/api_knet_link_set_enable.c
M libknet/tests/knet_bench.c
A libknet/transport_sctp_many.c
M libknet/transports.h
Log Message:
-----------
[transports] add support for SCTP one-to-many
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 49e6f22f5d28524c7923d97b8ab9e61c20af250f
https://github.com/fabbione/kronosnet/commit/49e6f22f5d28524c7923d97b8ab9e6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-18 (Sat, 18 Feb 2017)
Changed paths:
M libknet/transport_sctp_many.c
Log Message:
-----------
[sctp_many] fix missing memory initialization
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 07fa15d6f29045e5e85dc39b26d37a3a143faba1
https://github.com/fabbione/kronosnet/commit/07fa15d6f29045e5e85dc39b26d37a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-18 (Sat, 18 Feb 2017)
Changed paths:
M libknet/transport_sctp_many.c
Log Message:
-----------
[transport] port sctp_many to new knet_mmsghdr
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/fabbione/kronosnet/compare/ee7c9df10f8a...07fa15d6f290
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: cf6b8d9d0994ed5e821cfe26b5e3e7b6d6abfecc
https://github.com/fabbione/kronosnet/commit/cf6b8d9d0994ed5e821cfe26b5e3e7…
Author: Bin Liu <bliu(a)suse.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
Fix: remove duplicate judgement of (have_name < 0) in kronosnetd/vty_cli_cmds.c
In line 1087 of kronosnetd/vty_cli_cmds.c, there is a judgement of
(have_name < 0), when have_name < 0, it will return 0, which make
the judge of have_name < 0 in line 1094 will never be executed.
Remove the unnecessary judgement.
Commit: 2da6a0908a1037821f0e776015d7be80b99f6085
https://github.com/fabbione/kronosnet/commit/2da6a0908a1037821f0e776015d7be…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
Merge pull request #21 from liu4480/master
Fix: remove duplicate judgement of (have_name < 0) in kronosnetd/vty_cli_cmds.c
Compare: https://github.com/fabbione/kronosnet/compare/fe063ca9d64c...2da6a0908a10
Branch: refs/heads/new-sctp
Home: https://github.com/fabbione/kronosnet
Commit: ee7c9df10f8a43205817b343ec1e8b5a344ecbff
https://github.com/fabbione/kronosnet/commit/ee7c9df10f8a43205817b343ec1e8b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-16 (Thu, 16 Feb 2017)
Changed paths:
M libknet/transport_sctp_many.c
Log Message:
-----------
[transport] port sctp_many to new knet_mmsghdr
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/new-sctp
Home: https://github.com/fabbione/kronosnet
Commit: 7039eff338433f3249022e0ddf678c7452dd3321
https://github.com/fabbione/kronosnet/commit/7039eff338433f3249022e0ddf678c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M libknet/Makefile.am
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api_knet_handle_get_transport_list.c
M libknet/tests/api_knet_link_set_enable.c
M libknet/tests/knet_bench.c
A libknet/transport_sctp_many.c
M libknet/transports.h
Log Message:
-----------
[transports] add support for SCTP one-to-many
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 9cf7341aa4cb58d3b23e68c7bdb72bb045d8284c
https://github.com/fabbione/kronosnet/commit/9cf7341aa4cb58d3b23e68c7bdb72b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M libknet/transport_sctp_many.c
Log Message:
-----------
[sctp_many] fix missing memory initialization
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/fabbione/kronosnet/compare/ffa8b040bba2...9cf7341aa4cb
Branch: refs/heads/new-tx
Home: https://github.com/fabbione/kronosnet
Commit: fe063ca9d64c91929a52f280b9b41602108d9fb6
https://github.com/fabbione/kronosnet/commit/fe063ca9d64c91929a52f280b9b416…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M libknet/tests/Makefile.am
M libknet/tests/knet_bench.c
Log Message:
-----------
[tests] port knet_bench to use internal version recvmmsg
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: fe063ca9d64c91929a52f280b9b41602108d9fb6
https://github.com/fabbione/kronosnet/commit/fe063ca9d64c91929a52f280b9b416…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M libknet/tests/Makefile.am
M libknet/tests/knet_bench.c
Log Message:
-----------
[tests] port knet_bench to use internal version recvmmsg
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/new-sctp
Home: https://github.com/fabbione/kronosnet
Commit: 8dd7ed8a6531d7d76012b23aafa70401f03e3563
https://github.com/fabbione/kronosnet/commit/8dd7ed8a6531d7d76012b23aafa704…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M libknet/Makefile.am
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api_knet_handle_get_transport_list.c
M libknet/tests/api_knet_link_set_enable.c
M libknet/tests/knet_bench.c
A libknet/transport_sctp_many.c
M libknet/transports.h
Log Message:
-----------
[transports] add support for SCTP one-to-many
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: ffa8b040bba2e8be0f67ac70f004f04893e4532f
https://github.com/fabbione/kronosnet/commit/ffa8b040bba2e8be0f67ac70f004f0…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M libknet/transport_sctp_many.c
Log Message:
-----------
[sctp_many] fix missing memory initialization
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/fabbione/kronosnet/compare/334635d90a3a...ffa8b040bba2