Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: de956feaeeb748de615c64e74c3d72675b13c3ab
https://github.com/fabbione/kronosnet/commit/de956feaeeb748de615c64e74c3d72…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M Makefile.am
M init/Makefile.am
M kronosnetd/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
[build] fix conditional build to pass make distcheck
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ace7cd0e21ccaf5e7691489851573a6644056092
https://github.com/fabbione/kronosnet/commit/ace7cd0e21ccaf5e7691489851573a…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M configure.ac
M kronosnetd/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
config: Make libtap & kronosnetd optional
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Commit: 58b997cee7e64ba53cefe52123afe2db9adc0c42
https://github.com/fabbione/kronosnet/commit/58b997cee7e64ba53cefe52123afe2…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M configure.ac
Log Message:
-----------
Make sure we build libtap if kronosnetd is also being built
I didn't think it worth checking for and using local libtap,
if anybody else wants that I will take patches.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Commit: df651b41a8306e4b57351f72f10fd9022a6a56c6
https://github.com/fabbione/kronosnet/commit/df651b41a8306e4b57351f72f10fd9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M configure.ac
M kronosnetd/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
Merge pull request #15 from chrissie-c/master
config: Make libtap & kronosnetd optional
Compare: https://github.com/fabbione/kronosnet/compare/86382475c2be...df651b41a830
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 71fd62d6cfdd2182c16661f30e41249e40043805
https://github.com/fabbione/kronosnet/commit/71fd62d6cfdd2182c16661f30e4124…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2016-10-18 (Tue, 18 Oct 2016)
Changed paths:
M configure.ac
M libknet/Makefile.am
A libknet/compat.c
A libknet/compat.h
Log Message:
-----------
[libknet] Support systems without (send|recv)mmsg
Implemented are generic (slightly reduced functionality) functions and
for systems with syscall available but libc prototypes unavailable
also syscall wrapper.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: e80630f3790152d298b577bef09b68a5ae52f49c
https://github.com/fabbione/kronosnet/commit/e80630f3790152d298b577bef09b68…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-18 (Tue, 18 Oct 2016)
Changed paths:
M configure.ac
M libknet/Makefile.am
A libknet/compat.c
A libknet/compat.h
Log Message:
-----------
Merge pull request #13 from jfriesse/genericmmsg
[libknet] Support systems without (send|recv)mmsg
Compare: https://github.com/fabbione/kronosnet/compare/1b64e3a7f692...e80630f37901
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 84ce346ece3a151d197b3e536dcee4f8b04e9b7a
https://github.com/fabbione/kronosnet/commit/84ce346ece3a151d197b3e536dcee4…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-15 (Sat, 15 Oct 2016)
Changed paths:
M libknet/listener.c
Log Message:
-----------
[listener] fix listener sock configuration to match other sockets
add send buffer and avoid EAGAIN issues on high load by delegating
buffering to the kernel
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 49c8aee45682c37653822de3dcf25398cc5dbd0d
https://github.com/fabbione/kronosnet/commit/49c8aee45682c37653822de3dcf253…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2016-10-13 (Thu, 13 Oct 2016)
Changed paths:
M libknet/handle.c
M libknet/tests/api_knet_handle_new.c
Log Message:
-----------
[libknet] Use getrlimit instead of prlimit
prlimit is Linux specific. Because passed pid is 0, we can replace
prlimit call by portable getrlimit without loose of functionality.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: e0763c0b1325e5f1bde5d54b043bef7a134cbf1e
https://github.com/fabbione/kronosnet/commit/e0763c0b1325e5f1bde5d54b043bef…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-13 (Thu, 13 Oct 2016)
Changed paths:
M libknet/handle.c
M libknet/tests/api_knet_handle_new.c
Log Message:
-----------
Merge pull request #10 from jfriesse/removeprlimit
[libknet] Use getrlimit instead of prlimit
Compare: https://github.com/fabbione/kronosnet/compare/fe54b1896476...e0763c0b1325