]> git.proxmox.com Git - mirror_kronosnet.git/shortlog
mirror_kronosnet.git
2020-03-01 Fabio M. Di... Merge pull request #285 from kronosnet/kill-latency master
2020-02-28 Fabio M. Di... [links] kill redundant latency in link status and move...
2020-02-28 Fabio M. Di... Merge pull request #286 from kronosnet/pmtud-run
2020-02-28 Fabio M. Di... [stats] allow knet_link_get_status to operate in readlo...
2020-02-28 Fabio M. Di... [stats] allow knet_handle_get_stats to operate in a...
2020-02-28 Fabio M. Di... [rx] kill unused variable
2020-02-28 Fabio M. Di... Merge pull request #291 from kronosnet/udp-fixes
2020-02-27 Fabio M. Di... [tests] rework test suite link port allocation
2020-02-26 Fabio M. Di... [transports] use SO_REUSEADDR only for sctp
2020-02-26 Fabio M. Di... Merge pull request #290 from jfriesse/fix-prio-description2
2020-02-25 Jan Friesse[man] Enhance prio description of POLICY_PASSIVE
2020-02-21 Fabio M. Di... Merge pull request #244 from kronosnet/doxycov
2020-02-20 Christine Caulfieldman: Change strcat to strncat
2020-02-20 Christine Caulfieldman: Fix covscan reports in doxyxml.c
2020-01-31 Fabio M. Di... Merge pull request #284 from kronosnet/sctp-fixes
2020-01-31 Fabio M. Di... [global] Update copyright across the board
2020-01-31 Fabio M. Di... [sctp] major surgery to use only SCTP events to determi...
2020-01-31 Fabio M. Di... [rx] use defines to determine RX data types vs random...
2020-01-31 Christine Caulfield[tx] Don't Clear out msghdr for all transports.
2020-01-31 Christine Caulfield[rx] Don't return 512 EOF messages from _recvmmsg
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
next