Age | Commit message (Expand) | Author |
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 |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2017-03-27 | rather than printing the wrong function name, dont print it at all. | Sebastian Benoit |
2017-01-26 | one more fix i requested for previous; | Jason McIntyre |
2017-01-26 | Select the routing domain to be used for kill states by host or by | Sebastian Benoit |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-23 | Explicitly forbid to combine af-to with route-to in pfctl. The | Alexander Bluhm |
2016-10-26 | When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0 | Alexander Bluhm |
2016-09-03 | err->errx, errno info is not related to the failure mode | Jeremie Courreges-Anglas |
2016-09-03 | pfctl mixes up anchorname with anchorpath | Alexandr Nedvedicky |
2016-09-03 | Let purge thread to remove once rules, not packets. | Alexandr Nedvedicky |
2016-08-26 | Add <time.h> for time(); sort <*.h> includes | Philip Guenther |
2016-08-03 | A couple of "a->blah == a->blah" -> "a->blah == b->blah". | Kenneth R Westerback |
2016-07-18 | no more cbq_opts - CBQ is gone, ok mpi phessler benno | Henning Brauer |
2016-07-18 | g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; not | Henning Brauer |
2016-06-22 | Add curly braces that were missed in rev 1.651. Add parenthesis to make the | Mark Kettenis |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-21 | the manpage documents that af-to does not work on pass out rules, but | Sebastian Benoit |
2016-06-16 | allow include in inline anchors | Henning Brauer |
2016-01-14 | detect multiple root queues on a single interface and give a nice error | Henning Brauer |
2016-01-05 | remove long deprecated "set debug "none|urgent|misc|loud" levels in | Sebastian Benoit |