index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
npf
/
npfctl
/
npf_bpf_comp.c
Age
Commit message (
Expand
)
Author
2020-05-30
Major NPF improvements (merge from upstream):
rmind
2019-08-25
- npfctl_load_nvlist: simplify the config loading logic.
rmind
2019-08-08
NPF: fix BPF byte-code generation for a port-range used in a group.
rmind
2019-07-23
NPF improvements:
rmind
2019-04-17
Summary: Ensure default TCP flags are applied to rules like 'pass stateful all'
tih
2018-09-29
NPF: Major rework -- migrate NPF to the libnv library.
rmind
2016-12-27
npf.conf: add support for logical NOT, e.g.: pass from ! 10.0.0.1 to any
rmind
2016-12-26
Sync NPF with the version on github: backport standalone NPF changes,
christos
2015-06-08
- npfctl: fix the confusion in the parser (0/0 case with no other filter).
rmind
2014-06-29
NPF:
rmind
2014-05-31
npfctl_build_code: generate TCP/UDP check for ports case when other blocks
rmind
2014-05-15
NPF: imply SYN-only check for the stateful rules by default (when inspecting
rmind
2014-03-15
npfctl_bpf_cidr: another buf fix in handling IPv6 masks (bug found on ARM).
rmind
2014-02-13
npfctl_bpf_cidr: fix a bug in handling of smaller IPv6 masks.
rmind
2013-11-05
npfctl: optimise fetch_l3() to avoid unnecessary call to NPF_COP_L3.
rmind
2013-09-19
- Convert NPF to use BPF byte-code by default. Compile BPF byte-code in
rmind