Age | Commit message (Expand) | Author |
2018-07-24 | Move duplicate code into new helper print_addr_str() | kn |
2018-07-24 | Simplify getaddrinfo() error handling | kn |
2018-07-20 | Stop checking table commands for `create' | kn |
2018-07-16 | reduce duplicate code, fix typo/free correct buffer | kn |
2018-07-13 | Fix regression on child queue definitions | kn |
2018-07-11 | Prevent invalid interface specifiers on queue rules | kn |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
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 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-05-19 | Revert change that benno apparently commited by mistake and breaks build | Matthieu Herrb |
2018-05-18 | A pf rule with a "on rdomain n" with nonexisting rdomain n will cause an | Sebastian Benoit |
2018-05-09 | Fix (include file ) line number counting by keeping track of the unget | Otto Moerbeek |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-02-08 | make the watermarks/thresholds for entering and leaving syncookie mode when | Henning Brauer |
2018-02-08 | show current synflood detection watermarks in pfctl -vsi, for the lack | Henning Brauer |
2018-02-06 | allow control over syncookies: set syncookies never/always/adaptive | Henning Brauer |
2017-11-28 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-27 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-25 | - pfctl fails to handle nested 'load anchor' properly | Alexandr Nedvedicky |
2017-11-25 | - patching use-after-free and innocent memory leak in pfctl_optimzie.c | Alexandr Nedvedicky |
2017-11-25 | - pfctl rule optimizer: anchor name vs. anchor path mix up | Alexandr Nedvedicky |
2017-11-14 | - nested anchors vs. pfctl/parse.y | Alexandr Nedvedicky |
2017-11-13 | add a generic packet rate matching filter. allows things like | Henning Brauer |
2017-09-26 | - pfctl always prints warning when flushes ruleset | Alexandr Nedvedicky |
2017-09-05 | - split pf_find_or_create_ruleset() to smaller chunks. | Alexandr Nedvedicky |
2017-08-14 | expose the half-open tcp states counter, ok bluhm | Henning Brauer |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit |
2017-08-03 | Since nearly 20 years the correct spelling of | Florian Obser |
2017-07-20 | "no-route" is also shown by -sinfo; | Jason McIntyre |
2017-07-19 | Allow HFSC classes to use flow queues | Mike Belopuhov |
2017-07-19 | Rework HFSC vs FQ-CoDel checks | Mike Belopuhov |
2017-07-15 | sbin/pfctl: void functions and exit(3) on error | Adam Wolk |
2017-06-16 | pfctl: merge identifical if conditions and void functions discarding ret values | Adam Wolk |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-30 | fix a comment | Henning Brauer |
2017-05-28 | Don't check np->port for NULL - it's an array, it's never NULL. | Michal Mazurek |
2017-05-28 | print_ioctl() is unused if not debugging. Found with clang, after | Michal Mazurek |
2017-05-27 | Move includes. | Michal Mazurek |
2017-05-15 | Fixup printing of queue bandwidth specifications | Mike Belopuhov |
2017-05-15 | Put the closing parenthesis in the right spot and fix std-dev calculation | Mike Belopuhov |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2017-04-28 | Remove double assignments | Mike Belopuhov |
2017-04-26 | Perform H-FSC root queue allocation in the kernel | Mike Belopuhov |
2017-04-23 | oops, this was meant to be committed with the pfctl.8 change: | Jason McIntyre |
2017-04-23 | trim the documentation for -k: make it more consistent, | Jason McIntyre |
2017-04-21 | Add "key" modifier for -k to make pfctl can kill a state by specifying | YASUOKA Masahiko |