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
/
sys
/
net
/
npf
/
npf_tableset.c
Age
Commit message (
Expand
)
Author
2023-02-24
npf: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2023-01-23
npf(9): Drop table lock around copyout.
riastradh
2023-01-22
npf(9): Another comment tweak to match upstream.
riastradh
2023-01-22
npf(9): Use __HAVE_ATOMIC_AS_MEMBAR around refcnt consistently.
riastradh
2022-04-09
sys: Use membar_release/acquire around reference drop.
riastradh
2022-03-12
sys: Membar audit around reference count releases.
riastradh
2021-01-25
s/npf_config_lock/npf->config_lock/ in the comments
christos
2020-05-30
Major NPF improvements (merge from upstream):
rmind
2019-08-21
npfkern/libnpf: Add support for the table replace/swap operation.
rmind
2019-07-23
NPF improvements:
rmind
2019-06-20
Add error checking for previous memory allocation failure.
christos
2019-06-20
PR/54314: Frank Kardel: LOCKDEBUG: Mutex error: assert_sleepable,70:
christos
2019-06-12
Avoid LOCKDEBUG pserialize panic by implementing suggestion #1 from
christos
2019-01-19
Major NPF improvements:
rmind
2018-09-29
NPF: Major rework -- migrate NPF to the libnv library.
rmind
2017-03-10
fix MIN/MAX confusion.
christos
2017-01-02
NPF: implement dynamic handling of interface addresses (the kernel part).
rmind
2016-12-26
Sync NPF with the version on github: backport standalone NPF changes,
christos
2016-12-09
This patches ditches the ptree(3) library, because it is broken (you
christos
2016-04-20
/32 and /128 are valid netmasks.
christos
2014-08-11
NPF: finish up the rework of npfctl_save() mechanism.
rmind
2014-02-06
Add support for CDB based NPF tables.
rmind
2013-11-22
Add npf_tableset_syncdict() to sync the table IDs in the proplib dictionary,
rmind
2013-11-12
NPF: add support for table naming and remove NPF_TABLE_SLOTS (there is
rmind
2013-05-19
- Add NPF table flushing functionality.
rmind
2013-02-09
NPF:
rmind
2012-12-04
npf_table_list: avoid triggering assert on diagnostic.
rmind
2012-10-29
Implement NPF table listing and preservation of entries on reload.
rmind
2012-08-12
- Extend npftest: add ruleset inspection testing from the config generated
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-02-20
- Add NPF_DECISION_BLOCK and NPF_DECISION_PASS. Be more defensive in the
rmind
2012-01-15
- Expire all sessions on flush.
rmind
2011-11-29
- Rework and improve TCP state tracking.
rmind
2011-11-06
Few fixes, KNF/style, bump the NPF version.
rmind
2011-11-04
Add IPv6 support for NPF.
zoltan
2011-02-02
NPF checkpoint:
rmind
2010-12-18
NPF checkpoint:
rmind
2010-11-11
NPF checkpoint:
rmind
2010-09-24
Fixes/improvements to RB-tree implementation:
rmind
2010-08-22
Import NPF - a packet filter. Some features:
rmind