]> git.proxmox.com Git - mirror_kronosnet.git/shortlog
mirror_kronosnet.git
2020-01-31 Fabio M. Di... [rx] send reply packets only when transport is connected
2020-01-30 Fabio M. Di... Merge pull request #283 from kronosnet/latency-fix
2020-01-30 Fabio M. Di... [rx] unify latency values to a capped value to link...
2020-01-30 Fabio M. Di... Merge pull request #281 from kronosnet/latency-fix
2020-01-30 Fabio M. Di... [latency] fix incorrect math that could lead to bad...
2020-01-30 Fabio M. Di... Merge pull request #282 from kronosnet/better-eunreach...
2020-01-30 Christine Caulfield[udp] Better fix for -ENETUNREACH
2020-01-27 Fabio M. Di... Merge pull request #279 from kronosnet/nitpick
2020-01-25 Fabio M. Di... [udp] simplify code (same logic)
2020-01-24 Fabio M. Di... Merge pull request #278 from kronosnet/dont-spin-enetun...
2020-01-24 Christine Caulfield[udp] don't make socket spin if a network I/F is down
2020-01-22 Fabio M. Di... Merge pull request #277 from kronosnet/gcc10
2020-01-22 Fabio M. Di... [nozzle] use interface name size consistently and drop...
2020-01-22 Fabio M. Di... [host] use KNET_MAX_HOST_LEN consistently
2019-11-20 Fabio M. Di... Merge pull request #274 from kronosnet/ppc-clang
2019-11-20 Fabio M. Di... [tests] mark array as static
2019-11-04 Fabio M. Di... Merge pull request #273 from kronosnet/wferi-patch-1
2019-11-03 wferi[handle] fix typo in error log message
2019-10-29 Fabio M. Di... Merge pull request #272 from kronosnet/cov-scan-errors
2019-10-29 Fabio M. Di... [handle] make sure to unlock config handle on failure
2019-10-27 Fabio M. Di... Merge pull request #270 from kronosnet/bsd-build-fix
2019-10-27 Fabio M. Di... [build] fix openssl version detection when not using...
2019-10-23 Fabio M. Di... Merge pull request #268 from kronosnet/netload-fixes
2019-10-19 Fabio M. Di... [RX] silence defrag buffer expiration debug error
2019-10-19 Fabio M. Di... [RX] handle short write to the application properly
2019-10-18 Fabio M. Di... [TX] discard too big packets when reading from socketpairs
2019-10-18 Fabio M. Di... [RX] Discard incoming packets if knet cannot reply...
2019-10-18 Fabio M. Di... Merge pull request #266 from kronosnet/wferi/newline
2019-10-18 Ferenc Wágner[test] append newline to knet_send timeout message
2019-10-16 Fabio M. Di... Merge pull request #265 from kronosnet/netload-fixes
2019-10-16 Fabio M. Di... [test] add packet verification option to knet_bench
2019-10-15 Fabio M. Di... Merge pull request #264 from kronosnet/netload-fixes
2019-10-15 Fabio M. Di... [PMTUd] invalidate MTU for a link if the value is lower...
2019-10-15 Fabio M. Di... [test] add ability to knet_bench to specify a fixed...
2019-10-15 Fabio M. Di... [rx] copy data into the defrag buffer only if we know...
2019-10-15 Fabio M. Di... [host] fix defrag buffers reclaim logic
2019-10-15 Fabio M. Di... [host] rename variables to make it easier to read the...
2019-10-09 Fabio M. Di... Merge pull request #263 from kronosnet/runtime-debug
2019-10-09 Fabio M. Di... [build] add --with-sanitizers= option for sanitizer...
2019-10-09 Fabio M. Di... Merge pull request #262 from ThomasLamprecht/fix-doxyxm...
2019-10-08 Thomas Lamprechtdoxyxml: print_param: fix heap-buffer-overflow on read
2019-09-26 Fabio M. Di... Merge pull request #260 from kronosnet/test-suite
2019-09-26 Fabio M. Di... [tests] add common function to sleep based on how the...
2019-09-25 Fabio M. Di... Merge pull request #258 from kronosnet/wferi/fixes
2019-09-25 Ferenc WágnerFix typo: trasport -> transport
2019-09-25 Ferenc Wágnertests: skip the SCTP test if SCTP is not supported...
2019-09-19 Fabio M. Di... Merge pull request #257 from kronosnet/netload-fixes
2019-09-19 Fabio M. Di... [links] fix memory corryption of link structure
2019-09-13 Fabio M. Di... Merge pull request #254 from kronosnet/test-fixes
2019-09-13 Fabio M. Di... [tests] give PMTUd more time to redetect MTU
2019-09-13 Fabio M. Di... [tests] fix ip generation boundaries
2019-09-12 Fabio M. Di... Merge pull request #253 from kronosnet/bsd-fixes
2019-09-12 Fabio M. Di... [nozzle] fix tapX range on newer FreeBSD
2019-09-10 Fabio M. Di... Merge pull request #252 from kronosnet/lock-fix
2019-09-09 Fabio M. Di... [pmtud] switch to use async version of dstcache update...
2019-09-09 Fabio M. Di... Merge pull request #251 from kronosnet/latency-fixes
2019-09-06 Fabio M. Di... [links] stabilize latency calculation when nodes are...
2019-09-03 Fabio M. Di... Merge pull request #250 from jfriesse/musl_fix
2019-09-03 Jan Friesse[handle] Set thread stack size on create
2019-09-03 Jan Friesse[common] Conditionalize RTLD_DI_ORIGIN
2019-09-03 Jan Friesse[common] Include correct errno.h
2019-08-27 Fabio M. Di... Merge pull request #248 from jfriesse/fix-prio-description
2019-08-26 Jan Friesse[man] Fix priority description of POLICY_PASSIVE
2019-08-21 Fabio M. Di... Merge pull request #245 from kronosnet/pmtud-fixes
2019-08-20 Fabio M. Di... [PMTUd] add ability to manually override MTU and disabl...
2019-08-13 Fabio M. Di... [PMTUd] add dynamic pong timeout when using crypto
2019-08-12 Fabio M. Di... [PMTUd] rework the whole math to calculate MTU
2019-08-02 Fabio M. Di... Merge pull request #242 from kronosnet/pmtud-fixes
2019-08-02 Fabio M. Di... [PMTUd] fix MTU calculation when using crypto and add...
2019-08-02 Fabio M. Di... [docs] add knet packet layout
2019-07-31 Fabio M. Di... [udp] log information about detected kernel MTU
2019-07-30 Fabio M. Di... [crypto] fix log information
2019-07-26 Fabio M. Di... Merge pull request #240 from kronosnet/cov-scan
2019-07-26 Fabio M. Di... [sctp] retry locking in case of failure
2019-07-25 Fabio M. Di... [tx] clean up channel management code for internal...
2019-07-25 Fabio M. Di... [nozzle] fix a few coverity errors in the test suite
2019-07-25 Fabio M. Di... [tx] drop unnecessary usleep when sending to localhost
2019-07-25 Fabio M. Di... [common] make sure string is null terminated
2019-07-25 Fabio M. Di... [test] simplify flush log
2019-07-25 Fabio M. Di... [nozzle] avoid tons of possible buffer overruns
2019-07-25 Fabio M. Di... [PMTUd] do not double unlock global read lock
2019-07-23 Fabio M. Di... [coverity] add test targets to run coverity automatically
2019-07-23 Fabio M. Di... [compress] do not overrun allocated array for compress...
2019-07-23 Fabio M. Di... [logging] make sure not to overrun buffers by pre-alloc...
2019-07-23 Fabio M. Di... [compress] don't leak memory in case of errors during...
2019-07-23 Fabio M. Di... [nozzle] don't leak memory on error
2019-07-23 Fabio M. Di... [nozzle] fix negative return detected by coverity scan
2019-07-23 Fabio M. Di... [sctp] cleanup bugs detected in error paths by coverity...
2019-07-23 Fabio M. Di... [acl] avoid forward null deferencing
2019-07-23 Fabio M. Di... [rx] better error report if we can't resolve hostname...
2019-07-23 Fabio M. Di... [common] fix dlopen error handling
2019-07-23 Fabio M. Di... [tests] fix knet_bench coverity errors
2019-07-23 Fabio M. Di... [sctp] revalidate fd to make coverity scan happy
2019-07-23 Fabio M. Di... [handle] make sure that the pmtud buf contains at least...
2019-07-23 Fabio M. Di... [rx] align data types
2019-07-23 Fabio M. Di... [sctp] free access list only if the socket is valid
2019-07-23 Fabio M. Di... [sctp] fix deference after null check
2019-07-17 Fabio M. Di... Merge pull request #238 from kronosnet/coverity_scan
2019-07-17 Fabio M. Di... [coverity] add .travis.yml to integrate CI with coverit...
2019-06-28 Fabio M. Di... Merge pull request #236 from kronosnet/queue-flush
next