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