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
/
npftest
Age
Commit message (
Expand
)
Author
2014-02-13
NPF: add support for IPv6-to-IPv6 Network Prefix Translation (NPTv6),
rmind
2014-02-07
NPF: add support for static (stateless) NAT.
rmind
2014-02-06
Add support for CDB based NPF tables.
rmind
2014-02-05
npftest: fix previous harder - pass and use libc's random(3).
rmind
2014-02-05
npftest: fix the failure of NAT test -- adjust for RUMP's conversion to
rmind
2013-11-23
npftest: adjust for the npf_bpf_filter() change.
rmind
2013-11-16
Add bsd.own.mk for MKSLJIT, reorder some vars.
rmind
2013-11-16
Link to -lrumpnet_bpfjit and -lrumpkern_sljit iff MKSLJIT != "no".
alnsn
2013-11-16
Enable bpfjit for npftest.
rmind
2013-11-12
NPF: add support for table naming and remove NPF_TABLE_SLOTS (there is
rmind
2013-11-08
NPF: add support for specifying the interfaces before they are attached.
rmind
2013-09-24
Add missing dead.
joerg
2013-09-24
npftest: add a choice of "rule" or "state" for -b option.
rmind
2013-09-24
npftest: add some concurrency testing code.
rmind
2013-09-23
Update npftest.conf for the recent syntax adjustments.
rmind
2013-09-19
NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!
rmind
2013-09-19
- Convert NPF to use BPF byte-code by default. Compile BPF byte-code in
rmind
2013-02-18
npftest/npf_blockall_rule: set NPF_RULE_DYNAMIC flag for the test rule.
rmind
2013-02-16
- Convert NPF dynamic rule ID to just incremented 64-bit counter.
rmind
2013-02-11
npftest: adjust for recent change.
rmind
2013-02-09
NPF:
rmind
2013-01-20
- nbuf_ensure_contig: rework to use m_ensure_contig(9), which will not free
rmind
2012-12-24
- Rework NPF's nbuf interface: use advancing and ensuring as a main method.
rmind
2012-10-29
Implement NPF table listing and preservation of entries on reload.
rmind
2012-09-14
More __dead
joerg
2012-09-12
Fix printf format
martin
2012-09-12
Add two new command line options to help integration into ATF:
martin
2012-08-21
npftest:
rmind
2012-08-15
Add npf_state_setsampler() for _NPF_TESTING case. This also fixes the build.
rmind
2012-08-14
Move and rename librumpdev_npf to librumpnet_npf.
rmind
2012-08-12
- Extend npftest: add ruleset inspection testing from the config generated
rmind
2012-07-21
- npf_fetch_tcpopts: fix off-by-one when validating TCP option length
rmind
2012-07-15
- Rework NPF tables and fix support for IPv6. Implement tree table type
rmind
2012-07-01
NPF improvements:
rmind
2012-06-22
NPF:
rmind
2012-06-04
npftest: add a module for TCP state tracking and add few test cases.
rmind
2012-05-30
npftest: add a stream processor, which prints out the TCP state information.
rmind
2012-04-14
Add initial NPF regression tests integrated with RUMP framework (running the
rmind