Age | Commit message (Expand) | Author |
2018-07-23 | replace references to rtadvd(8) with rad(8) | Florian Obser |
2018-07-23 | Handle duplicate address detection failures. | Florian Obser |
2018-07-22 | No need to re-implement realloc(). Just use it | Kenneth R Westerback |
2018-07-22 | Tweak comment about truncating NULs to reflect new | Kenneth R Westerback |
2018-07-22 | When finished pulling an option out of a buffer, skip directly to the | Kenneth R Westerback |
2018-07-21 | Reading past the end of a buffer is bad, Even if the | Kenneth R Westerback |
2018-07-21 | There is no need to initialise global and static local variables to zero, | Claudio Jeker |
2018-07-20 | Stop checking table commands for `create' | kn |
2018-07-19 | i found a nicer way to describe -join; | Jason McIntyre |
2018-07-18 | replace manual zero initialization of various fields with memset; | Florian Obser |
2018-07-18 | When running flood ping with count packets (-c) set an alarm after | Florian Obser |
2018-07-17 | stop assuming prefix lengths, remove inet6_makenetandmask() | kn |
2018-07-16 | use ANSI C function declaration; no binary change | Jasper Lievisse Adriaanse |
2018-07-16 | reduce duplicate code, fix typo/free correct buffer | kn |
2018-07-14 | Document that route monitor also takes -T rtable as an argument. | Sebastian Benoit |
2018-07-14 | Make route monitor display changes in all routing domains by forcing | Sebastian Benoit |
2018-07-13 | no longer interpret 0.192.168.4 in hosts(5) as 192.168.4/24 | Ingo Schwarze |
2018-07-13 | Use "rtable" not "tableid" as argument name for rtable | kn |
2018-07-13 | Unused variables. | Kenneth R Westerback |
2018-07-13 | Fix regression on child queue definitions | kn |
2018-07-13 | - differentiate between join and nwid | Jason McIntyre |
2018-07-12 | Cleanup and clarify getuint64() by using the | Kenneth R Westerback |
2018-07-12 | Cleanup and clarify the has_overlap() logic so it can be read by | Kenneth R Westerback |
2018-07-12 | RTM_CHGADDRATTR for route monitor | Florian Obser |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-07-11 | Prevent invalid interface specifiers on queue rules | kn |
2018-07-11 | Use AF_UNSPEC not 0 | kn |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-11 | Using resolved after realpath(3) has failed is dangerous. Don't do it! | Martijn van Duren |
2018-07-10 | Error out if -netmask/-prefixlen does not follow the destination parameter | kn |
2018-07-10 | Include <sys/queue.h> instead of relying on kernel headers to include | Martin Pieuchot |
2018-07-10 | 'set delay' for the generic packet delay mechanism, ok benno sashan | Henning Brauer |
2018-07-10 | Add "listenrepv2" for MLDv2 Listener Reports from RFC3810 | Jeremie Courreges-Anglas |
2018-07-10 | fix anchor rules with filter opts, introduce filteropts_to_rule() | kn |
2018-07-09 | Zap dead code | kn |
2018-07-09 | Kill fluff about how route(8) is of limited usefulness | Jeremie Courreges-Anglas |
2018-07-09 | Unify and disambiguate various aspects of the terminology, clarify | Ingo Schwarze |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-09 | Remove array of IMSG type names. | Florian Obser |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-07-07 | slaacd is not interested in v4-related route messages so set the address | Stuart Henderson |
2018-07-07 | Add recommended error checks around the use of strtod() in | Kenneth R Westerback |
2018-07-04 | Print the amount of bytes written, as intended, instead of -1 when | Martin Pieuchot |
2018-07-03 | Rephrase a misleading sentence in iked(8), and add a missing | Stefan Sperling |
2018-07-03 | Reduce display_edit() parameter list by one. Just call | Kenneth R Westerback |
2018-07-03 | Nuke some leading spaces and mis-indentations that crept in over the | Kenneth R Westerback |
2018-07-03 | No need for print_unit to be a global. | Kenneth R Westerback |
2018-07-01 | Rework partition offset/size rounding logic, removing it from | Kenneth R Westerback |
2018-07-01 | Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE. | Martin Pieuchot |
2018-06-22 | Use __func__ in log_debug calls. | rob |